mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Merge latest enhancments into this branch from branch wal2.
FossilOrigin-Name: 5a22010c35789c6d12e4dd45c81c10b203f4662f206cb636bd0c2781f1cd9571
This commit is contained in:
@@ -91,6 +91,7 @@ foreach f [glob -nocomplain \
|
||||
$testdir/../ext/fts5/test/*.test \
|
||||
$testdir/../ext/lsm1/test/*.test \
|
||||
$testdir/../ext/recover/*.test \
|
||||
$testdir/../ext/rbu/*.test \
|
||||
] {
|
||||
lappend alltests $f
|
||||
}
|
||||
@@ -189,7 +190,7 @@ test_suite "veryquick" -prefix "" -description {
|
||||
that test malloc and IO errors are omitted.
|
||||
} -files [
|
||||
test_set $allquicktests -exclude *malloc* *ioerr* *fault* *bigfile* *_err* \
|
||||
*fts5corrupt* *fts5big* *fts5aj*
|
||||
*fts5corrupt* *fts5big* *fts5aj* *rbucrash*
|
||||
]
|
||||
|
||||
test_suite "shell" -prefix "" -description {
|
||||
@@ -1095,7 +1096,7 @@ test_suite "session_strm" -description {
|
||||
test_suite "rbu" -description {
|
||||
RBU tests.
|
||||
} -files [
|
||||
test_set [glob -nocomplain $::testdir/../ext/rbu/*.test] -exclude rbu.test
|
||||
test_set [glob -nocomplain $::testdir/../ext/rbu/*.test]
|
||||
]
|
||||
|
||||
test_suite "no_optimization" -description {
|
||||
|
Reference in New Issue
Block a user