1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix the fuzz3.test script so that it works with the new bulk pagecache

allocation feature.

FossilOrigin-Name: 829a2dbaf17413743b58ce0533d556031a14195a
This commit is contained in:
drh
2015-07-15 13:56:34 +00:00
parent a8dbd52abb
commit 3cf9c12008
3 changed files with 14 additions and 7 deletions

View File

@ -21,6 +21,13 @@ source $testdir/tester.tcl
# These tests deal with corrupt database files
#
database_may_be_corrupt
db close
sqlite3_shutdown
sqlite3_config_pagecache 0 0
sqlite3_initialize
autoinstall_test_functions
sqlite3 db test.db
expr srand(123)