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

Documentation updates prior to release 3.4.0. Enhanced support for

soak testing in the test scripts. (CVS 4084)

FossilOrigin-Name: eec387103869940697487ec5226eaed0b51ede7a
This commit is contained in:
drh
2007-06-18 12:22:43 +00:00
parent 4f0aee41c3
commit 44548eccb9
11 changed files with 67 additions and 35 deletions

View File

@ -12,7 +12,7 @@
#
# This file tests malloc failures in concert with fuzzy SQL generation.
#
# $Id: fuzz_malloc.test,v 1.4 2007/06/15 17:03:15 drh Exp $
# $Id: fuzz_malloc.test,v 1.5 2007/06/18 12:22:43 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -28,7 +28,13 @@ if {[info command sqlite_malloc_stat]==""} {
source $testdir/fuzz_common.tcl
source $testdir/malloc_common.tcl
set ::REPEATS 40
if {[info exists ISQUICK]} {
set ::REPEATS 20
} elseif {[info exists SOAKTEST]} {
set ::REPEATS 100
} else {
set ::REPEATS 40
}
#
# Usage: do_fuzzy_malloc_test <testname> ?<options>?