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

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this script is database locks.
#
# $Id: trans.test,v 1.34 2007/03/26 08:05:12 danielk1977 Exp $
# $Id: trans.test,v 1.35 2007/06/18 12:22:43 drh Exp $
set testdir [file dirname $argv0]
@ -852,6 +852,8 @@ proc signature {} {
#
if {[info exists ISQUICK]} {
set limit 20
} elseif {[info exists SOAKTEST]} {
set limit 100
} else {
set limit 40
}