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