1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

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

@ -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