]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Do not run io.test as part of the inmemory_journal permutation. io.test uses the...
authordanielk1977 <danielk1977@noemail.net>
Fri, 10 Apr 2009 18:32:29 +0000 (18:32 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 10 Apr 2009 18:32:29 +0000 (18:32 +0000)
FossilOrigin-Name: 493f03bd73a15de994f69f23e9df8bb3ee4d20dc

manifest
manifest.uuid
test/permutations.test

index 788a2f2f5ea9df5b58c653ca45106d276848d493..fdbcd1cb9bee1bb342fcce1bae80265a7a4f3cb4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Re-enable\sthe\salt_pcache\stests\sin\spermutations.test\sso\sthat\sthey\srun\nautomatically\sduring\sa\sfull\sregression.\s\sFix\sasync.test\sso\sthat\sit\nworks\swith\sthe\spermutation.test\spcacheNN\stest\smodules.\s(CVS\s6486)
-D 2009-04-10T18:21:29
+C Do\snot\srun\sio.test\sas\spart\sof\sthe\sinmemory_journal\spermutation.\sio.test\suses\sthe\stcl\sAPI\sto\stest\sfor\sjournal\sfiles\sin\sthe\sfile-system\s(which\sof\scourse\snever\sexist\swhen\srunning\swith\sin-memory\sjournals).\s(CVS\s6487)
+D 2009-04-10T18:32:29
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -491,7 +491,7 @@ F test/pageropt.test 3ee6578891baaca967f0bd349e4abfa736229e1a
 F test/pagesize.test 0d9ff3fedfce6e5ffe8fa7aca9b6d3433a2e843b
 F test/pcache.test 70ad1d65cf73f6a0a7501e0236312eb214d93a55
 F test/pcache2.test 46efd980a89f737847b99327bda19e08fe11e402
-F test/permutations.test f77d83a4c88f5fb6cc76df965cb58679a5b6917f
+F test/permutations.test 386b8e6b8e8e6aec41f6ed59a37353e412bfb00a
 F test/pragma.test a35b0be36542477183168cdb8b743f5c0d883c4d
 F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
 F test/printf.test 47e9e5bbec8509023479d54ceb71c9d05a95308a
@@ -717,7 +717,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P d619465e31c2366b389fea6ee2ce6b1806738a0f
-R e54eab000c593645d280ea28cdc3675f
-U drh
-Z e383dadd521e3e7a1f16c236342f29f3
+P 310192cc0fb56f8ffaa8e742f5600f16956212e7
+R 8fcacb99272e8f0dced5914a6918f787
+U danielk1977
+Z 371e78743a2a3f870ad37aa2dd30f446
index 4a743787bbeb96c5053be9f97c81670ef8187712..674108e5949e0a0e0f902601af64509d6b322a92 100644 (file)
@@ -1 +1 @@
-310192cc0fb56f8ffaa8e742f5600f16956212e7
\ No newline at end of file
+493f03bd73a15de994f69f23e9df8bb3ee4d20dc
\ No newline at end of file
index 275bdc0e4743894cb516686a4d9b44c21d5e7a31..678be966a73445cca32397d83fe2c0d559c6ed47 100644 (file)
@@ -9,7 +9,7 @@
 #
 #***********************************************************************
 #
-# $Id: permutations.test,v 1.48 2009/04/10 18:21:29 drh Exp $
+# $Id: permutations.test,v 1.49 2009/04/10 18:32:29 danielk1977 Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -471,7 +471,7 @@ run_tests "inmemory_journal" -description {
   # Exclude test scripts that use tcl IO to access journal files or count
   # the number of fsync() calls.
   pager.test exclusive.test jrnlmode.test sync.test misc1.test 
-  journal1.test conflict.test crash8.test tkt3457.test
+  journal1.test conflict.test crash8.test tkt3457.test io.test
 }
 
 ifcapable mem3 {