1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Do not run sessionbig.test as part of the session_strm permutation. It is too slow.

FossilOrigin-Name: 708ce7ad8acee702d08d1987aa253b0bfc3fd97255d6e4153122b03eba337570
This commit is contained in:
dan
2021-05-25 16:10:12 +00:00
parent 4df68e0ae5
commit 137b8ebb2b
3 changed files with 12 additions and 7 deletions

View File

@ -20,6 +20,11 @@ source [file join [file dirname [info script]] session_common.tcl]
source $testdir/tester.tcl
ifcapable !session {finish_test; return}
if {[permutation]=="session_strm" || [permutation]=="session_eec"} {
finish_test
return
}
set testprefix sessionbig
forcedelete test.db2