]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add e_fts3.test to the set of tests excluded from the inmemory_journal
authordrh <drh@noemail.net>
Mon, 12 Apr 2010 20:54:13 +0000 (20:54 +0000)
committerdrh <drh@noemail.net>
Mon, 12 Apr 2010 20:54:13 +0000 (20:54 +0000)
exclusion list, since it does simulated OOM errors which trigger I/O errors
and SQLite is unable to recover from I/O errors without a persistent journal.

FossilOrigin-Name: e7e7127f0b0db582274338a9fefc30a0c0be07c3

manifest
manifest.uuid
test/permutations.test

index d9d042fdaf894b913699aff08d1cfb58dfe09820..0ebe29578a64b160cd8f4092d9d59f2448deebbf 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-C Recent\schanges\scause\sthe\sxSync\smethod\sof\sthe\smemory\sjournal\simplementation\nto\sbe\sused,\sso\sremove\sthe\sassert(0).
-D 2010-04-12T19:44:23
+C Add\se_fts3.test\sto\sthe\sset\sof\stests\sexcluded\sfrom\sthe\sinmemory_journal\nexclusion\slist,\ssince\sit\sdoes\ssimulated\sOOM\serrors\swhich\strigger\sI/O\serrors\nand\sSQLite\sis\sunable\sto\srecover\sfrom\sI/O\serrors\swithout\sa\spersistent\sjournal.
+D 2010-04-12T20:54:14
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 4f2f967b7e58a35bb74fb7ec8ae90e0f4ca7868b
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -532,7 +532,7 @@ F test/pageropt.test 3ee6578891baaca967f0bd349e4abfa736229e1a
 F test/pagesize.test 76aa9f23ecb0741a4ed9d2e16c5fa82671f28efb
 F test/pcache.test eebc4420b37cb07733ae9b6e99c9da7c40dd6d58
 F test/pcache2.test 0d85f2ab6963aee28c671d4c71bec038c00a1d16
-F test/permutations.test dfc70940fedd5660b89f9b9e3f158f3970f83c4e
+F test/permutations.test 6117bae41935a787cc92faee81e91f813580eccb
 F test/pragma.test 6960f9efbce476f70ba9ee2171daf5042f9e3d8a
 F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
 F test/printf.test 05970cde31b1a9f54bd75af60597be75a5c54fea
@@ -800,14 +800,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P ae89dfd26b65fb1a3633a4338f5cb5e54a7d2035
-R 1fd72ebc321ad90b597550b67392160f
+P 1f2cb9402838373f6370660dfc885013df079895
+R 5567f4e8e626c3cb084ceff986806e4e
 U drh
-Z 0794d323ac548fe92e3d7347c04ad222
+Z deb0531907145df38c27450b253f1d1a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (GNU/Linux)
 
-iD8DBQFLw3gaoxKgR168RlERAhOvAKCMwBUAU5LgdJlGE1Wpcg7e+X5SWgCeKxdR
-H+SY4j6giHqJOHvYiTWkJlo=
-=TTDT
+iD8DBQFLw4h5oxKgR168RlERAjQeAJ4/Z9ltgzAA1u0gks/CLLSHD5Q+YgCeK/Zj
+HvGRuCSTWXMpAy0S5Uom4JU=
+=odUk
 -----END PGP SIGNATURE-----
index 6d9f4eec971e1fb6b603b7803e28b195beb247af..7510108a834941d346873b722b8879843c8f7125 100644 (file)
@@ -1 +1 @@
-1f2cb9402838373f6370660dfc885013df079895
\ No newline at end of file
+e7e7127f0b0db582274338a9fefc30a0c0be07c3
\ No newline at end of file
index 06b1d445870a21a3307472e6cd6bfee01376e191..ada6503a79766371a7a3f7588da8f85c4925ad39 100644 (file)
@@ -467,6 +467,7 @@ run_tests "inmemory_journal" -description {
   autovacuum_ioerr2.test incrvacuum_ioerr.test ioerr.test
   ioerr.test ioerr2.test ioerr3.test ioerr4.test ioerr5.test
   vacuum3.test incrblob_err.test diskfull.test backup_ioerr.test
+  e_fts3.test
 
   # Exclude test scripts that use tcl IO to access journal files or count
   # the number of fsync() calls.