Add omittest.tcl script to automate testing compile-time OMIT symbols. (CVS 3031)
FossilOrigin-Name: 540d28a7d355d846cedfc21fb5156379fec830ce
This commit is contained in:
+4
-3
@@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: shared2.test,v 1.3 2006/01/24 14:21:24 danielk1977 Exp $
|
||||
# $Id: shared2.test,v 1.4 2006/01/26 13:11:37 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -21,7 +21,6 @@ ifcapable !shared_cache {
|
||||
}
|
||||
set ::enable_shared_cache [sqlite3_enable_shared_cache 1]
|
||||
|
||||
|
||||
# Test that if we delete all rows from a table any read-uncommitted
|
||||
# cursors are correctly invalidated. Test on both table and index btrees.
|
||||
do_test shared2-1.1 {
|
||||
@@ -78,7 +77,9 @@ do_test shared2-1.3 {
|
||||
list $a $count
|
||||
} {32 64}
|
||||
|
||||
# Rollback data into or out of a table while a read-uncommitted
|
||||
#---------------------------------------------------------------------------
|
||||
# These tests, shared2.2.*, test the outcome when data is added to or
|
||||
# removed from a table due to a rollback while a read-uncommitted
|
||||
# cursor is scanning it.
|
||||
#
|
||||
do_test shared2-2.1 {
|
||||
|
||||
Reference in New Issue
Block a user