diff options
author | drh <drh@noemail.net> | 2007-08-12 20:07:58 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-08-12 20:07:58 +0000 |
commit | 3aefabaf94e86c11d30ced084146ece63893a12c (patch) | |
tree | ba8ee686ebb431900bc81fe955b39f2b6503498f /test/avtrans.test | |
parent | 8940f4ee566959b968e6fabf3e0e18500a38b8b6 (diff) | |
download | sqlite-3aefabaf94e86c11d30ced084146ece63893a12c.tar.gz sqlite-3aefabaf94e86c11d30ced084146ece63893a12c.zip |
Updates to test scripts for better support of soft-heap-limit testing. (CVS 4209)
FossilOrigin-Name: 990f621f2247f1636e895dcf51fea1e08f202d31
Diffstat (limited to 'test/avtrans.test')
-rw-r--r-- | test/avtrans.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/avtrans.test b/test/avtrans.test index 35dba8534..c28347e79 100644 --- a/test/avtrans.test +++ b/test/avtrans.test @@ -12,7 +12,7 @@ # file is a copy of "trans.test" modified to run under autovacuum mode. # the point is to stress the autovacuum logic and try to get it to fail. # -# $Id: avtrans.test,v 1.4 2006/02/11 01:25:51 drh Exp $ +# $Id: avtrans.test,v 1.5 2007/08/12 20:07:59 drh Exp $ set testdir [file dirname $argv0] @@ -87,6 +87,7 @@ integrity_check avtrans-2.11 # Check the locking behavior # +sqlite3_soft_heap_limit 0 do_test avtrans-3.1 { execsql { BEGIN; @@ -161,6 +162,7 @@ do_test avtrans-3.14 { } db} msg] lappend v $msg } {0 {1 2 3 4}} +sqlite3_soft_heap_limit $soft_limit integrity_check avtrans-3.15 do_test avtrans-4.1 { |