aboutsummaryrefslogtreecommitdiff
path: root/test/btreefault.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2013-05-16 14:28:47 +0000
committerdan <dan@noemail.net>2013-05-16 14:28:47 +0000
commit5b04dc517a68ba6ff73cfb0ecd22e54d3237ace5 (patch)
treec013b29cd805a859dc5b268b295204cf24879c8a /test/btreefault.test
parent6e8752d487edb879855877afd86ae64d2dd149be (diff)
downloadsqlite-5b04dc517a68ba6ff73cfb0ecd22e54d3237ace5.tar.gz
sqlite-5b04dc517a68ba6ff73cfb0ecd22e54d3237ace5.zip
Several releasetest.tcl related fixes to test cases. No code changes.
FossilOrigin-Name: e97d744ba1138e6c4c1fc657c32f4391ea7479f1
Diffstat (limited to 'test/btreefault.test')
-rw-r--r--test/btreefault.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/btreefault.test b/test/btreefault.test
index 45d326da7..9b42240b3 100644
--- a/test/btreefault.test
+++ b/test/btreefault.test
@@ -18,6 +18,14 @@ source $testdir/tester.tcl
source $testdir/malloc_common.tcl
set testprefix btreefault
+# This test will not work with an in-memory journal, as the database will
+# become corrupt if an error is injected into a transaction after it starts
+# writing data out to the db file.
+if {[permutation]=="inmemory_journal"} {
+ finish_test
+ return
+}
+
do_test 1-pre1 {
execsql {
PRAGMA auto_vacuum = incremental;