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

Fix a problem in the test scripts for the asynchronous backend. (CVS 4400)

FossilOrigin-Name: 630fc71f3df5ab6129ddff9d8184893ecc6cf3c5
This commit is contained in:
danielk1977
2007-09-05 11:34:54 +00:00
parent ca49cbaf63
commit b6be675dcb
5 changed files with 93 additions and 76 deletions

View File

@@ -5,7 +5,7 @@
#
#***********************************************************************
#
# $Id: async2.test,v 1.6 2007/08/30 10:49:55 danielk1977 Exp $
# $Id: async2.test,v 1.7 2007/09/05 11:34:54 danielk1977 Exp $
set testdir [file dirname $argv0]
@@ -70,7 +70,8 @@ foreach err [list ioerr malloc-transient malloc-persistent] {
sqlite3async_halt idle
sqlite3async_start
sqlite3async_wait
sqlite3async_enable 0
set ::sqlite_io_error_pending 0
sqlite3_memdebug_fail -1
@@ -113,7 +114,7 @@ foreach err [list ioerr malloc-transient malloc-persistent] {
}
}
sqlite3async_enable 0
db close
}
}