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

Do not do the *-closeallfiles test for notify2.test. It uses multiple threads.

FossilOrigin-Name: fb09152db879211986a7161a96a61da1425f79ef
This commit is contained in:
dan
2010-07-06 11:26:15 +00:00
parent e1a2a990b8
commit ea5542d126
5 changed files with 26 additions and 26 deletions

View File

@ -121,7 +121,6 @@ if {[info exists ::env(QUICKTEST_INCLUDE)]} {
# veryquick
# quick
# full
# veryquick_plus_notify2
#
lappend ::testsuitelist xxx
@ -139,13 +138,6 @@ test_suite "quick" -prefix "" -description {
test_set $allquicktests
]
test_suite "veryquick_plus_notify2" -prefix "" -description {
Very quick test suite + file notify2.test. This is used by one of the
sqlite.org release test configurations.
} -files [
test_set $allquicktests notify2.test -exclude *malloc* *ioerr* *fault*
]
test_suite "full" -prefix "" -description {
Full test suite. Takes a long time.
} -files [
@ -154,6 +146,14 @@ test_suite "full" -prefix "" -description {
unset -nocomplain ::G(isquick)
}
test_suite "threads" -prefix "" -description {
All multi-threaded tests.
} -files {
notify2.test thread001.test thread002.test thread003.test
thread004.test thread005.test walthread.test
}
lappend ::testsuitelist xxx
#-------------------------------------------------------------------------
# Define the coverage related test suites: