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