mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Exclude fts3cov.test from the "in memory" permutation test suite to avoid a false positive.
FossilOrigin-Name: 6af6794cac5516f8cbc425cb8c73468ca371a1ad
This commit is contained in:
@ -621,9 +621,9 @@ proc do_write_test {name tbl sql} {
|
||||
if {$::DO_MALLOC_TEST } {
|
||||
set answers [list {1 {out of memory}} {0 {}}]
|
||||
if {$::DO_MALLOC_TEST==1} {
|
||||
set modes {100000 transient}
|
||||
set modes {100000 persistent}
|
||||
} else {
|
||||
set modes {1 persistent}
|
||||
set modes {1 transient}
|
||||
}
|
||||
} else {
|
||||
set answers [list {0 {}}]
|
||||
|
Reference in New Issue
Block a user