1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +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

@ -19,6 +19,7 @@ source $testdir/lock_common.tcl
source $testdir/malloc_common.tcl
source $testdir/wal_common.tcl
ifcapable !wal {finish_test ; return }
if {[permutation]=="journaltest"} {finish_test; return}
set testprefix nockpt