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

Fix test script busy2.test so that it works with the inmemory-journal permutation.

FossilOrigin-Name: b412d1d175fde9c6402b6fda7c73ac2db2471f2c9416d5c5073549732dea6d98
This commit is contained in:
dan
2020-08-08 20:11:22 +00:00
parent 47d38e2444
commit 07066d90f6
3 changed files with 11 additions and 1886 deletions

View File

@ -60,6 +60,9 @@ do_multiclient_test tn {
# Configure all connections to use a 1000 ms timeout.
#
do_test 2.$tn.0 {
code1 {
sqlite3 db1.2 test.db
}
sql1 {
PRAGMA auto_vacuum = off;
PRAGMA journal_mode = wal;
@ -70,7 +73,6 @@ do_multiclient_test tn {
db2 timeout 1000
}
code1 {
sqlite3 db1.2 test.db
db1.2 timeout 1000
db timeout 1000
db1.2 eval {SELECT * FROM t1}