mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix the e_walauto.test script so that it works on windows.
FossilOrigin-Name: 7d092ebb6724c3c0fdc05dc94ca767d158933fb5
This commit is contained in:
13
manifest
13
manifest
@@ -1,5 +1,5 @@
|
|||||||
C Enhanced\s"stress2"\stesting\sin\sthe\sthreadtest3.c\stest\sprogram.
|
C Fix\sthe\se_walauto.test\sscript\sso\sthat\sit\sworks\son\swindows.
|
||||||
D 2014-12-16T00:20:07.236
|
D 2014-12-16T12:46:38.635
|
||||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||||
F Makefile.in 6c4f961fa91d0b4fa121946a19f9e5eac2f2f809
|
F Makefile.in 6c4f961fa91d0b4fa121946a19f9e5eac2f2f809
|
||||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||||
@@ -478,7 +478,7 @@ F test/e_update.test 312cb8f5ccfe41515a6bb092f8ea562a9bd54d52
|
|||||||
F test/e_uri.test 5ae33760fb2039c61aa2d90886f1664664173585
|
F test/e_uri.test 5ae33760fb2039c61aa2d90886f1664664173585
|
||||||
F test/e_vacuum.test 5bfbdc21b65c0abf24398d0ba31dc88d93ca77a9
|
F test/e_vacuum.test 5bfbdc21b65c0abf24398d0ba31dc88d93ca77a9
|
||||||
F test/e_wal.test 0967f0b8f1dfda871dc7b9b5574198f1f4f7d69a
|
F test/e_wal.test 0967f0b8f1dfda871dc7b9b5574198f1f4f7d69a
|
||||||
F test/e_walauto.test a1fa9d36c160cc4001a934d1e009aae597b440b7
|
F test/e_walauto.test eab3bedddbc3fd19795d51e618da41a48e19a3e3
|
||||||
F test/e_walckpt.test 3116a98fa0dd9b2c9e493de7c59730adfe436746
|
F test/e_walckpt.test 3116a98fa0dd9b2c9e493de7c59730adfe436746
|
||||||
F test/e_walhook.test da3ea8b3483d1af72190337bda50155a91a4b664
|
F test/e_walhook.test da3ea8b3483d1af72190337bda50155a91a4b664
|
||||||
F test/enc.test e54531cd6bf941ee6760be041dff19a104c7acea
|
F test/enc.test e54531cd6bf941ee6760be041dff19a104c7acea
|
||||||
@@ -1232,8 +1232,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
|
|||||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||||
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
|
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
|
||||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||||
P 5b1b697040116048e464b3ebab8395fe088e389a 5648af96d8e2521c5b0cca19f1358374d032394d
|
P ae43539e62e76676a3daf561b629a1b9b4e2d2c9
|
||||||
R 64bec50dd05bb00af986c569d5edb044
|
R 6cb5309eecfa4835aff26790e68b0f80
|
||||||
T +closed 5648af96d8e2521c5b0cca19f1358374d032394d
|
|
||||||
U drh
|
U drh
|
||||||
Z 1075019e3631a6f364d3a72648c7dd6d
|
Z 6fc407d3934d070a5bb755e43a0ba0ad
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
ae43539e62e76676a3daf561b629a1b9b4e2d2c9
|
7d092ebb6724c3c0fdc05dc94ca767d158933fb5
|
||||||
@@ -68,7 +68,7 @@ foreach {tn code} {
|
|||||||
reset_db
|
reset_db
|
||||||
do_execsql_test 1.$tn.0 { PRAGMA journal_mode = WAL } {wal}
|
do_execsql_test 1.$tn.0 { PRAGMA journal_mode = WAL } {wal}
|
||||||
do_execsql_test 1.$tn.1 { CREATE TABLE t1(a, b) }
|
do_execsql_test 1.$tn.1 { CREATE TABLE t1(a, b) }
|
||||||
set shmfd [open "test.db-shm"]
|
set shmfd [open "test.db-shm" rb]
|
||||||
|
|
||||||
# EVIDENCE-OF: R-41531-51083 Every new database connection defaults to
|
# EVIDENCE-OF: R-41531-51083 Every new database connection defaults to
|
||||||
# having the auto-checkpoint enabled with a threshold of 1000 or
|
# having the auto-checkpoint enabled with a threshold of 1000 or
|
||||||
|
|||||||
Reference in New Issue
Block a user