mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Another attempt to fix permutations.test so that it excludes WAL tests
from the journaltest permutation. FossilOrigin-Name: 58c404429c5af167a82899fc4c736ed7489ed746
This commit is contained in:
18
manifest
18
manifest
@@ -1,8 +1,8 @@
|
|||||||
-----BEGIN PGP SIGNED MESSAGE-----
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
Hash: SHA1
|
Hash: SHA1
|
||||||
|
|
||||||
C Remove\ssavepoint6.test\sfrom\sthe\sset\sof\stests\srun\sby\sjournaltest\ssince\s\nsavepoint6.test\suses\sjournal_mode=WAL.
|
C Another\sattempt\sto\sfix\spermutations.test\sso\sthat\sit\sexcludes\sWAL\stests\nfrom\sthe\sjournaltest\spermutation.
|
||||||
D 2010-05-06T22:21:15
|
D 2010-05-07T00:28:42
|
||||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||||
F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3
|
F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3
|
||||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||||
@@ -538,7 +538,7 @@ F test/pageropt.test 3ee6578891baaca967f0bd349e4abfa736229e1a
|
|||||||
F test/pagesize.test 76aa9f23ecb0741a4ed9d2e16c5fa82671f28efb
|
F test/pagesize.test 76aa9f23ecb0741a4ed9d2e16c5fa82671f28efb
|
||||||
F test/pcache.test eebc4420b37cb07733ae9b6e99c9da7c40dd6d58
|
F test/pcache.test eebc4420b37cb07733ae9b6e99c9da7c40dd6d58
|
||||||
F test/pcache2.test 0d85f2ab6963aee28c671d4c71bec038c00a1d16
|
F test/pcache2.test 0d85f2ab6963aee28c671d4c71bec038c00a1d16
|
||||||
F test/permutations.test 0c622a8dcedff5e35ffa06dfd7cdbbe701da2022
|
F test/permutations.test 8923516a21e6ab0874ce4887291fe1424c01dc2c
|
||||||
F test/pragma.test 6960f9efbce476f70ba9ee2171daf5042f9e3d8a
|
F test/pragma.test 6960f9efbce476f70ba9ee2171daf5042f9e3d8a
|
||||||
F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
|
F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
|
||||||
F test/printf.test 05970cde31b1a9f54bd75af60597be75a5c54fea
|
F test/printf.test 05970cde31b1a9f54bd75af60597be75a5c54fea
|
||||||
@@ -816,14 +816,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
|||||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||||
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
|
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
|
||||||
P c3520460a4a39fc5e981c3033068ffbb422a4af2
|
P 811b45a96bfaa0ef2394b86c06e8f099a07ee9f0
|
||||||
R 118ff2cc5f44b1b5acfee850b01f73f1
|
R 86299c21c6b7c96511458b543a038b2b
|
||||||
U drh
|
U drh
|
||||||
Z 2b5260f09b04749559e1196b196a9ad7
|
Z 955a03d25a22bc09c41733cf5408d2c3
|
||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
Version: GnuPG v1.4.6 (GNU/Linux)
|
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||||
|
|
||||||
iD8DBQFL40DdoxKgR168RlERAlB8AKCBFLr2Qyq4/S/HNHNXxREW2IHcDwCZASPy
|
iD8DBQFL4169oxKgR168RlERAnrsAKCEurphxxmP4z1X/wpd1I5NfcQkeQCfX725
|
||||||
PewDBZsR5grCiZnDdEWr8bo=
|
NpjK+Obd7+EnT1wjfvpufRg=
|
||||||
=tKeW
|
=Jigv
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
@@ -1 +1 @@
|
|||||||
811b45a96bfaa0ef2394b86c06e8f099a07ee9f0
|
58c404429c5af167a82899fc4c736ed7489ed746
|
@@ -83,7 +83,7 @@ foreach filename [glob $testdir/*.test] {
|
|||||||
set ALLTESTS [lsort $ALLTESTS]
|
set ALLTESTS [lsort $ALLTESTS]
|
||||||
set WALTESTS [list]
|
set WALTESTS [list]
|
||||||
foreach filename $ALLTESTS {
|
foreach filename $ALLTESTS {
|
||||||
if {![regexp {^wal} $filename]} {lappend WALTESTS $filename}
|
if {[regexp {^wal} $filename]} {lappend WALTESTS $filename}
|
||||||
}
|
}
|
||||||
|
|
||||||
rename finish_test really_finish_test2
|
rename finish_test really_finish_test2
|
||||||
@@ -736,8 +736,7 @@ run_tests "journaltest" -description {
|
|||||||
} -shutdown {
|
} -shutdown {
|
||||||
#sqlite3_instvfs destroy binarylog
|
#sqlite3_instvfs destroy binarylog
|
||||||
unregister_jt_vfs
|
unregister_jt_vfs
|
||||||
} -include [concat $::ALLTESTS savepoint6.test
|
} -include $::ALLTESTS -exclude [concat $::WALTESTS {
|
||||||
] -exclude [concat $::WALTESTS {
|
|
||||||
incrvacuum.test
|
incrvacuum.test
|
||||||
ioerr.test
|
ioerr.test
|
||||||
corrupt4.test
|
corrupt4.test
|
||||||
|
Reference in New Issue
Block a user