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

Fixed several more crashes due to corrupt db files. Added corruptC.test to soak.test. (CVS 5905)

FossilOrigin-Name: 9b7a52e952c81e50611e04d2d79003b0ddc57ee5
This commit is contained in:
shane
2008-11-13 18:29:50 +00:00
parent 84ca3837c2
commit dcc50b74e6
7 changed files with 191 additions and 58 deletions

View File

@ -11,7 +11,7 @@
# This file is the driver for the "soak" tests. It is a peer of the
# quick.test and all.test scripts.
#
# $Id: soak.test,v 1.3 2008/07/12 14:52:20 drh Exp $
# $Id: soak.test,v 1.4 2008/11/13 18:29:51 shane Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -47,10 +47,10 @@ set argv [list]
# global variable $TIMEOUT - tests are run for at least $TIMEOUT
# seconds.
#
# fuzz.test (pseudo-random SQL statements)
# trans.test (pseudo-random changes to a database followed by rollbacks)
#
# fuzzy malloc?
# fuzz.test (pseudo-random SQL statements)
# trans.test (pseudo-random changes to a database followed by rollbacks)
# fuzz_malloc.test
# corruptC.test (pseudo-random corruption to a database)
#
# Many database changes maintaining some kind of invariant.
# Storing checksums etc.
@ -62,6 +62,7 @@ set SOAKTESTS {
fuzz.test
fuzz_malloc.test
trans.test
corruptC.test
}
set ISQUICK 1