aboutsummaryrefslogtreecommitdiff
path: root/test/async2.test
diff options
context:
space:
mode:
authordanielk1977 <danielk1977@noemail.net>2007-11-05 17:01:08 +0000
committerdanielk1977 <danielk1977@noemail.net>2007-11-05 17:01:08 +0000
commit7eb42c8204ba4ddc0e40178bbff7f76e8986232e (patch)
tree08dfc973343697b28f4c1dfbdccdc4db1b0bbd58 /test/async2.test
parent662278e4de2d9f95a034fb5c09a25b5e9efc9fd4 (diff)
downloadsqlite-7eb42c8204ba4ddc0e40178bbff7f76e8986232e.tar.gz
sqlite-7eb42c8204ba4ddc0e40178bbff7f76e8986232e.zip
Reset the writer-thread halt criteria after halting the thread. (CVS 4528)
FossilOrigin-Name: ecbff972a1f5c7d846c322c435fa73584655b7f0
Diffstat (limited to 'test/async2.test')
-rw-r--r--test/async2.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/async2.test b/test/async2.test
index cfbe06a55..a687a6ced 100644
--- a/test/async2.test
+++ b/test/async2.test
@@ -5,7 +5,7 @@
#
#***********************************************************************
#
-# $Id: async2.test,v 1.8 2007/09/05 16:54:41 danielk1977 Exp $
+# $Id: async2.test,v 1.9 2007/11/05 17:01:08 danielk1977 Exp $
set testdir [file dirname $argv0]
@@ -71,6 +71,7 @@ foreach err [list ioerr malloc-transient malloc-persistent] {
sqlite3async_halt idle
sqlite3async_start
sqlite3async_wait
+ sqlite3async_halt never
sqlite3async_enable 0
set ::sqlite_io_error_pending 0
@@ -123,5 +124,6 @@ catch {db close}
sqlite3async_halt idle
sqlite3async_start
sqlite3async_wait
+sqlite3async_halt never
finish_test