1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Disable new test modules nockpt.test and interrupt2.test for incompatible

permutations.  Add a CORRUPT_DB term to an assert() in vdbe.c.

FossilOrigin-Name: a54e619e6f0266932c8873f9ac826fd042a0602f
This commit is contained in:
drh
2016-12-27 12:35:36 +00:00
parent 1aa346950e
commit 218c66e0e3
5 changed files with 17 additions and 10 deletions

View File

@ -18,6 +18,11 @@ source $testdir/tester.tcl
source $testdir/wal_common.tcl
set testprefix interrupt2
if {[permutation]=="journaltest" || [permutation]=="inmemory_journal"} {
finish_test
return
}
db close
testvfs tvfs -default 1