1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Add external locking to test_async.c. There are still some tests to come. (CVS 4398)

FossilOrigin-Name: 3794dcd31a74e90b181b336bf6a4c917bda526b8
This commit is contained in:
danielk1977
2007-09-04 18:28:43 +00:00
parent 5bccfc95b1
commit 7eda2cdbae
4 changed files with 171 additions and 70 deletions

View File

@@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: async.test,v 1.8 2007/09/04 14:31:47 danielk1977 Exp $
# $Id: async.test,v 1.9 2007/09/04 18:28:44 danielk1977 Exp $
if {[catch {sqlite3async_enable}]} {
@@ -32,7 +32,9 @@ set INCLUDE {
trans.test
lock.test
lock3.test
lock2.test
}
# set INCLUDE lock4.test
# Enable asynchronous IO.
sqlite3async_enable 1