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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user