Do not run io.test as part of the inmemory_journal permutation. io.test uses the tcl API to test for journal files in the file-system (which of course never exist when running with in-memory journals). (CVS 6487)
FossilOrigin-Name: 493f03bd73a15de994f69f23e9df8bb3ee4d20dc
This commit is contained in:
parent
fe53f2e3f5
commit
cb25790250
14
manifest
14
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
|
||||
|
@ -1 +1 @@
|
||||
310192cc0fb56f8ffaa8e742f5600f16956212e7
|
||||
493f03bd73a15de994f69f23e9df8bb3ee4d20dc
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user