]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Do not run the stmt.test script as part of the inmemory_journal permutation.
authordan <dan@noemail.net>
Mon, 8 Mar 2010 10:32:38 +0000 (10:32 +0000)
committerdan <dan@noemail.net>
Mon, 8 Mar 2010 10:32:38 +0000 (10:32 +0000)
FossilOrigin-Name: 049cadf92bca5645a6f398eb83940344643fcacf

manifest
manifest.uuid
test/permutations.test

index dd9be56dc4eaac94d690eee1a73682f441f97a95..ff6f3017b0a0ef66df39cbc8b304559bc01c974c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-C Make\ssure\sthe\sdbFileVers\sfield\sin\sthe\sPager\sobject\sis\sproperly\sinitialized\neven\sif\sthere\sis\san\sI/O\serror\swhile\sreading\sits\scontent\soff\sof\sdisk.
-D 2010-03-05T20:17:46
+C Do\snot\srun\sthe\sstmt.test\sscript\sas\spart\sof\sthe\sinmemory_journal\spermutation.
+D 2010-03-08T10:32:39
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 4f2f967b7e58a35bb74fb7ec8ae90e0f4ca7868b
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -529,7 +526,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 1ce2874df8fec876d0b963c7a3ef61c4e9df8827
+F test/permutations.test 91928573ca2db2c88dbc50ab34e4a585d912b580
 F test/pragma.test 5aeb48a442dba3c3e8e38773b121371814ab3b17
 F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
 F test/printf.test 05970cde31b1a9f54bd75af60597be75a5c54fea
@@ -795,14 +792,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 4793c381c6ff4e4d25433298be30028721a9cb67
-R 7b4a6ab87f116cc447789e269334119f
-U drh
-Z 00a421bab571893d9c696160e4b5eaa4
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.6 (GNU/Linux)
-
-iD8DBQFLkWbtoxKgR168RlERAl7RAJ4zorYQIvAsovJC+i4CWjSBy47hKwCfeUwU
-RmW5deinND0RnxHbm1F9kGA=
-=NuKq
------END PGP SIGNATURE-----
+P 81ff698f62c8133818a3db1997ae7427705da23f
+R 53db8f06fbeaf6a1bc871ef8d254d665
+U dan
+Z 17c0f6ce3acd613201ed438561cec8d6
index 79d8a09464abef86213fffea9a3e36dc5a1e1d91..b6c4a6adcc3b7500afc13d92d60fc2908e8df2a7 100644 (file)
@@ -1 +1 @@
-81ff698f62c8133818a3db1997ae7427705da23f
\ No newline at end of file
+049cadf92bca5645a6f398eb83940344643fcacf
\ No newline at end of file
index 2dec29968f3e672d4cfd4f464ceda84060cbc3a1..c4a92b786cf9286d7002805e6152b9e2c03bdb81 100644 (file)
@@ -472,6 +472,9 @@ run_tests "inmemory_journal" -description {
   # the number of fsync() calls.
   pager.test exclusive.test jrnlmode.test sync.test misc1.test 
   journal1.test conflict.test crash8.test tkt3457.test io.test
+
+  # Exclude stmt.test, which expects sub-journals to use temporary files.
+  stmt.test
 }
 
 ifcapable mem3 {