aboutsummaryrefslogtreecommitdiff
path: root/test/interrupt2.test
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2016-12-27 12:35:36 +0000
committerdrh <drh@noemail.net>2016-12-27 12:35:36 +0000
commit218c66e0e3e3341d607b3f5abb82d402e59f11a1 (patch)
treef618d76c3aa1b0a71dbb3dfbcd577037547e2405 /test/interrupt2.test
parent1aa346950e20a56474db7aac014e6e4e69051b11 (diff)
downloadsqlite-218c66e0e3e3341d607b3f5abb82d402e59f11a1.tar.gz
sqlite-218c66e0e3e3341d607b3f5abb82d402e59f11a1.zip
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
Diffstat (limited to 'test/interrupt2.test')
-rw-r--r--test/interrupt2.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/interrupt2.test b/test/interrupt2.test
index 59ad7b389..b9c66bd1f 100644
--- a/test/interrupt2.test
+++ b/test/interrupt2.test
@@ -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