Do not run async4.test as part of the "journaltest" permutation. It specifically tests that the asynchronous IO backend can be configured to violate the assumptions made by journaltest. (CVS 6633)

FossilOrigin-Name: b19bf39bbae96aeb6e742fb9fb1c33d0e251ad7f
This commit is contained in:
danielk1977 2009-05-13 14:46:09 +00:00
parent e70f4f6482
commit 24d4b29d5b
3 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C When\slocking\sa\sdatabase\sfile,\scheck\sif\sany\sbackup\sobjects\sneed\sto\sbe\srestarted\seven\sif\sthe\spage\scache\sis\sempty.\sTicket\s#3858.\s(CVS\s6632)
D 2009-05-13T07:52:06
C Do\snot\srun\sasync4.test\sas\spart\sof\sthe\s"journaltest"\spermutation.\sIt\sspecifically\stests\sthat\sthe\sasynchronous\sIO\sbackend\scan\sbe\sconfigured\sto\sviolate\sthe\sassumptions\smade\sby\sjournaltest.\s(CVS\s6633)
D 2009-05-13T14:46:10
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@ -496,7 +496,7 @@ F test/pageropt.test 3ee6578891baaca967f0bd349e4abfa736229e1a
F test/pagesize.test 0d9ff3fedfce6e5ffe8fa7aca9b6d3433a2e843b
F test/pcache.test eebc4420b37cb07733ae9b6e99c9da7c40dd6d58
F test/pcache2.test 46efd980a89f737847b99327bda19e08fe11e402
F test/permutations.test 386b8e6b8e8e6aec41f6ed59a37353e412bfb00a
F test/permutations.test 1e811e5598ca22cfa2482cf4699ddd069200c78e
F test/pragma.test a35b0be36542477183168cdb8b743f5c0d883c4d
F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
F test/printf.test 47e9e5bbec8509023479d54ceb71c9d05a95308a
@ -729,7 +729,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
P 8207056036e17b99ab660edd650c5a6de1353299
R 78f6a76a6227328fac7487e61a37848c
P 90309008c35494c7a075fe76f7eb96b09a01d01b
R ed250caec188d75dd66a52271396a75b
U danielk1977
Z 0bcee2bab74917e39d092b4429b3d535
Z 56e0c99958614308b534424b4ade9f10

View File

@ -1 +1 @@
90309008c35494c7a075fe76f7eb96b09a01d01b
b19bf39bbae96aeb6e742fb9fb1c33d0e251ad7f

View File

@ -9,7 +9,7 @@
#
#***********************************************************************
#
# $Id: permutations.test,v 1.49 2009/04/10 18:32:29 danielk1977 Exp $
# $Id: permutations.test,v 1.50 2009/05/13 14:46:10 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -727,6 +727,7 @@ run_tests "journaltest" -description {
corrupt4.test
io.test
crash8.test
async4.test
}
# End of tests