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

Disable the page cache bulk allocation for the shrink.test and wal.test

modules.

FossilOrigin-Name: 3418f1f165a0746cdf130e6a19fa0e1eb56df1d4
This commit is contained in:
drh
2015-07-25 03:10:12 +00:00
parent c6edb3acf9
commit 7416f2edd9
4 changed files with 12 additions and 8 deletions

View File

@ -22,6 +22,7 @@ source $testdir/wal_common.tcl
set testprefix wal
ifcapable !wal {finish_test ; return }
test_set_config_pagecache 0 0
proc reopen_db {} {
catch { db close }
@ -1587,4 +1588,5 @@ foreach mode {OFF MEMORY PERSIST DELETE TRUNCATE WAL} {
db close
}
test_restore_config_pagecache
finish_test