mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Have some RBU tests run as part of veryquick.test/testrunner.tcl.
FossilOrigin-Name: f51406e3bf92f2b46f13d08fb7c7fe7683feba68b5a8fa18f6f6b8845662deac
This commit is contained in:
@@ -92,6 +92,7 @@ foreach f [glob -nocomplain \
|
||||
$testdir/../ext/expert/*.test \
|
||||
$testdir/../ext/lsm1/test/*.test \
|
||||
$testdir/../ext/recover/*.test \
|
||||
$testdir/../ext/rbu/*.test \
|
||||
] {
|
||||
lappend alltests $f
|
||||
}
|
||||
@@ -190,7 +191,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 {
|
||||
@@ -1059,7 +1060,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 {
|
||||
|
||||
@@ -117,7 +117,7 @@ proc default_njob {} {
|
||||
set R(dbname) [file normalize testrunner.db]
|
||||
set R(logname) [file normalize testrunner.log]
|
||||
set R(info_script) [file normalize [info script]]
|
||||
set R(timeout) 10000 ;# Default busy-timeout for testrunner.
|
||||
set R(timeout) 10000 ;# Default busy-timeout for testrunner.db
|
||||
set R(nJob) [default_njob] ;# Default number of helper processes
|
||||
set R(leaker) "" ;# Name of first script to leak memory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user