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

Fix bug in the server1 test script. (CVS 2911)

FossilOrigin-Name: 25db22b6711590214f4f953e6e3cf6be2d7451db
This commit is contained in:
drh
2006-01-10 20:36:39 +00:00
parent 97b5748487
commit 02d9eca53f
3 changed files with 10 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
#
# This file is derived from thread1.test
#
# $Id: server1.test,v 1.2 2006/01/10 02:30:33 drh Exp $
# $Id: server1.test,v 1.3 2006/01/10 20:36:40 drh Exp $
set testdir [file dirname $argv0]
@@ -139,6 +139,7 @@ do_test server1-2.4 {
} SQLITE_LOCKED
do_test server1-2.5 {
client_finalize B
client_wait B
client_compile C {INSERT INTO t1 VALUES(98,99)}
client_step C
client_result C
@@ -149,6 +150,7 @@ do_test server1-2.5 {
# Insert into t1 is successful after finishing the other two threads.
do_test server1-2.6 {
client_finalize A
client_wait A
client_compile C {INSERT INTO t1 VALUES(98,99)}
client_step C
client_result C