| Index: third_party/sqlite/sqlite-src-3100200/test/fuzz3.test
|
| diff --git a/third_party/sqlite/src/test/fuzz3.test b/third_party/sqlite/sqlite-src-3100200/test/fuzz3.test
|
| similarity index 98%
|
| copy from third_party/sqlite/src/test/fuzz3.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/fuzz3.test
|
| index 2b21404f43740846a17c18adebdb6b601fd4cc1a..b432671822ea1afd764efd32da4c1f2592ee92a5 100644
|
| --- a/third_party/sqlite/src/test/fuzz3.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/fuzz3.test
|
| @@ -21,6 +21,8 @@ source $testdir/tester.tcl
|
| # These tests deal with corrupt database files
|
| #
|
| database_may_be_corrupt
|
| +test_set_config_pagecache 0 0
|
| +
|
|
|
| expr srand(123)
|
|
|
| @@ -169,4 +171,6 @@ for {set ii 0} {$ii < 5000} {incr ii} {
|
| } $::cksum
|
| }
|
|
|
| +test_restore_config_pagecache
|
| finish_test
|
| +
|
|
|