diff options
author | dan <dan@noemail.net> | 2016-04-28 14:54:54 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2016-04-28 14:54:54 +0000 |
commit | 14cee38be8249d7d15e07b4a27a3d0e2b98dcac0 (patch) | |
tree | 8300a6e42a75953b8c18afdedd89cd0239838f86 /test | |
parent | 3104c4d6f432335fade4e254580f7019c1d71038 (diff) | |
download | sqlite-14cee38be8249d7d15e07b4a27a3d0e2b98dcac0.tar.gz sqlite-14cee38be8249d7d15e07b4a27a3d0e2b98dcac0.zip |
Avoid running sessionfault.test and sessionfault2.test as part of the "inmemory_journal" permutation.
FossilOrigin-Name: 5973d3bf2e5aa979ccc9a4a3a0eb08b67098b499
Diffstat (limited to 'test')
-rw-r--r-- | test/permutations.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test index 15576e4f9..df3f500cd 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -728,7 +728,7 @@ test_suite "inmemory_journal" -description { ioerr.test ioerr2.test ioerr3.test ioerr4.test ioerr5.test vacuum3.test incrblob_err.test diskfull.test backup_ioerr.test e_fts3.test fts3cov.test fts3malloc.test fts3rnd.test - fts3snippet.test mmapfault.test + fts3snippet.test mmapfault.test sessionfault.test sessionfault2.test # Exclude test scripts that use tcl IO to access journal files or count # the number of fsync() calls. |