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

Add test file pager1.test, containing tests of inter-process locking in non-wal mode.

FossilOrigin-Name: 6e43eed9310bae9ca5e91f8fd9eafc45a16b7019
This commit is contained in:
dan
2010-06-15 17:44:47 +00:00
parent 3a3803b61a
commit e91a54e1be
6 changed files with 235 additions and 27 deletions

View File

@ -10,11 +10,6 @@
set testdir [file dirname $argv0]
source $testdir/permutations.test
if {[info exists env(QUICKTEST_INCLUDE]} {
# A hack so that releasetest.tcl keeps working.
run_test_suite quick_plus_notify2
} else {
run_test_suite quick
}
run_test_suite quick
finish_test