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:
@ -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
|
||||
|
Reference in New Issue
Block a user