1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Add some tests and fixes surrounding exclusive-access mode and the pager change-counter. (CVS 3716)

FossilOrigin-Name: 72cb2e1a73cd09d32900bb473377f66ff55058fb
This commit is contained in:
danielk1977
2007-03-26 10:27:18 +00:00
parent 29e4aa0194
commit ded6f4b2fe
5 changed files with 276 additions and 29 deletions

View File

@ -8,9 +8,11 @@
# May you share freely, never taking more than you give.
#
#***********************************************************************
# This file implements regression tests for SQLite library.
# This file implements regression tests for SQLite library. The focus
# of these tests is exclusive access mode (i.e. the thing activated by
# "PRAGMA locking_mode = EXCLUSIVE").
#
# $Id: exclusive.test,v 1.2 2007/03/26 08:05:12 danielk1977 Exp $
# $Id: exclusive.test,v 1.3 2007/03/26 10:27:19 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl