Home
last modified time | relevance | path

Searched refs:permutation (Results 1 – 25 of 81) sorted by relevance

1234

/sqlite-3.40.0/test/
H A Dfallocate.test62 if {[permutation] != "inmemory_journal"
63 && [permutation] != "atomic-batch-write"
88 [permutation]=="journaltest" || [permutation]=="inmemory_journal"
H A Dsnapshot4.test20 # This test does not work with the inmemory_journal permutation. The reason
21 # is that each connection opened as part of this permutation executes
24 if {[permutation]=="inmemory_journal"} {
H A Dresetdb.test25 # In the "inmemory_journal" permutation, each new connection executes
32 if {[permutation]=="inmemory_journal"
33 || [permutation]=="journaltest"
88 if {[permutation]=="prepare"} { catchsql "SELECT * FROM sqlite_master" db2 }
145 db2 cache flush ;# Required by permutation "prepare".
H A Drollback.test83 && [permutation] ne "onefile"
84 && [permutation] ne "inmemory_journal"
85 && [permutation] ne "atomic-batch-write"
138 if {[lsearch {exclusive persistent_journal no_journal} [permutation]]<0} {
H A Dsnapshot3.test20 # This test does not work with the inmemory_journal permutation. The reason
21 # is that each connection opened as part of this permutation executes
24 if {[permutation]=="inmemory_journal"} {
H A Dsnapshot_up.test21 # This test does not work with the inmemory_journal permutation. The reason
22 # is that each connection opened as part of this permutation executes
25 if {[permutation]=="inmemory_journal"} {
H A Dpragma4.test124 if {[permutation]=="prepare"} {
183 if {[permutation]=="prepare"} { catchsql { SELECT * FROM sqlite_master } }
202 if {[permutation]=="prepare"} {
229 if {[permutation]=="prepare"} {
H A DcorruptK.test17 if {[permutation]=="mmap"} {
119 if {[permutation]!="inmemory_journal"} {
229 } ;# [permutation]!="inmemory_journal"
H A Dsnapshot2.test20 # This test does not work with the inmemory_journal permutation. The reason
21 # is that each connection opened as part of this permutation executes
24 if {[permutation]=="inmemory_journal"} {
H A Dsort4.test47 if {[permutation] == "multithread"} { set SORT4TIMEOUT 300 }
163 if {[permutation] == "memsys3" || [permutation] == "memsys5"} {
H A Dinterrupt2.test21 if {[permutation]=="journaltest" || [permutation]=="inmemory_journal"} {
H A Dexclusive2.test31 if {[permutation]=="mmap"} {
115 # For similar reasons, this test does not work with the memsubsys1 permutation.
167 if {[permutation] != "memsubsys1"} {
H A Dmemsubsys1.test21 # will not work with the "memsubsys1" permutation.
23 if {[permutation] == "memsubsys1"} {
H A Dnockpt.test22 if {[permutation]=="journaltest" || [permutation]=="inmemory_journal"} {
H A Dsync2.test30 || [permutation] == "journaltest"
31 || [permutation] == "inmemory_journal"
H A Dtester.tcl795 if {[permutation]=="maindbname"} {
2285 expr {[permutation] eq "wal"}
2301 if {[permutation]=="journaltest"} { return 0 }
2305 proc permutation {} { procedure
2372 if {[permutation] != $::G(start:permutation)} return
2543 set vgrun [expr {[permutation]=="valgrind"}]
H A Dsnapshot.test20 # This test does not work with the inmemory_journal permutation. The reason
21 # is that each connection opened as part of this permutation executes
24 if {[permutation]=="inmemory_journal"} {
H A Dpragma3.test225 # This will not work with the in-memory journal permutation, as opening
229 if {[permutation]!="inmemory_journal"} {
H A Dpagerfault3.test18 if {[permutation] == "inmemory_journal"} {
H A Dindex5.test19 if {[permutation]=="memsubsys1"} {
H A Dlock_common.tcl30 if {$tn==1 && [permutation]=="unix-excl"} continue
H A Ddbpagefault.test18 if {[permutation] == "inmemory_journal"} {
H A Dtemptable2.test350 if {[permutation]!="journaltest" && $::TEMP_STORE<2} {
351 # The journaltest permutation does not support mmap, so this part of
H A Dioerr6.test24 if {[permutation]=="inmemory_journal"} {
/sqlite-3.40.0/ext/session/
H A Dsessionbig.test23 if {[permutation]=="session_strm" || [permutation]=="session_eec"} {

1234