1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Do not run test "delete_db.test" with either the journaltest or inmemoryjournal permutations. Ensure that the multiplexor tests in delete_db.test are performed in non-autovacuum mode.

FossilOrigin-Name: 46b7d19e0282ecd7622344aafad8c2feb83c9658
This commit is contained in:
dan
2016-09-21 17:47:59 +00:00
parent 48a72ebfa3
commit b390681622
4 changed files with 16 additions and 9 deletions

View File

@ -751,6 +751,9 @@ test_suite "inmemory_journal" -description {
# statement switches the database out of wal mode at inopportune
# times.
snapshot_fault.test
# This test assumes a journal file is created on disk.
delete_db.test
}]
ifcapable mem3 {
@ -950,6 +953,7 @@ test_suite "journaltest" -description {
async4.test bigfile.test backcompat.test e_wal* fstat.test mmap2.test
pager1.test syscall.test tkt3457.test *malloc* mmap* multiplex* nolock*
pager2.test *fault* rowal* snapshot* superlock* symlink.test
delete_db.test
}]
if {[info commands register_demovfs] != ""} {