Searched refs:step (Results 1 – 25 of 107) sorted by relevance
12345
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbuvacuum.test | 20 foreach step {0 1} { 22 set ::testprefix rbuvacuum-step=$step 34 do_rbu_vacuum_test 1.1 $step 49 do_rbu_vacuum_test 1.2.3 $step 67 do_rbu_vacuum_test 1.3.3 $step 87 do_rbu_vacuum_test 1.4.2 $step 105 do_rbu_vacuum_test 1.4.2 $step 295 rbu step 303 rbu step 323 for {set step 0} {$step<$i} {incr step} { rbu step } [all …]
|
| H A D | rbuexlock.test | 54 rbu step 60 rbu step 62 rbu step 81 rbu step 105 rbu step 132 rbu step 140 rbu step 157 rbu step 178 rbu step 190 rbu step [all …]
|
| H A D | rbuvacuum2.test | 19 foreach {step} {0 1} { 23 set ::testprefix rbuvacuum2-$step$ttt 35 do_rbu_vacuum_test 1.2 $step $state 52 do_rbu_vacuum_test 1.6 $step $state 73 do_rbu_vacuum_test 2.2 $step $state 90 do_rbu_vacuum_test 2.6 $step $state 113 do_rbu_vacuum_test 3.2 $step $state 126 do_rbu_vacuum_test 3.5 $step $state 153 do_rbu_vacuum_test 4.3 $step $state 197 rbu step [all …]
|
| H A D | rbu12.test | 54 set res [rbu step] 78 rbu step 88 rbu step 99 rbu step 106 set res [rbu step] 137 rbu step 148 rbu step 156 rbu step 165 while {[rbu step]=="SQLITE_OK"} {} 208 rbu step [all …]
|
| H A D | rbuprogress.test | 52 do_test 1.2 { rbu step ; rbu bp_progress } {3333 0} 73 set rc [rbu step] 90 rbu step 98 rbu step 106 while {[rbu step]=="SQLITE_OK"} { 236 set rc [rbu step] 241 rbu step 242 rbu step 249 rbu step 257 set rc [rbu step] [all …]
|
| H A D | rburesume.test | 46 # The loop runs until $n is large enough that step (2) vacuums the entire 54 set rc [rbu step] 62 while {[rbu step]=="SQLITE_OK"} {} 84 # The loop runs until $n is large enough that step (2) vacuums the entire 92 set rc [rbu step] 113 while {[rbu step]=="SQLITE_OK"} {} 145 rbu step 151 set rc [rbu step] 172 while {[rbu step]=="SQLITE_OK"} {} 218 set rc [rbu step] [all …]
|
| H A D | rbu_common.tcl | 52 set rc [rbu step] 65 set rc [rbu step] 78 set rc [rbu step] 89 proc do_rbu_vacuum_test {tn step {statedb state.db}} { 92 uplevel [list do_test $tn.1 [string map [list %state% $statedb %step% $step] { 98 set rc [rbu step]
|
| H A D | rbu11.test | 76 rbu step 106 rbu step 107 rbu step 138 while {[rbu step]=="SQLITE_OK"} { } 144 rbu step 156 rbu step 174 rbu step 191 rbu step
|
| H A D | rbubusy.test | 50 rbu step 55 set rc [rbu step] 62 rbu step 67 rbu step 74 set rc [rbu step]
|
| H A D | rbumisc.test | 72 rbu step 73 rbu step 78 rbu step 99 rbu step 100 rbu step 131 rbu step 170 rbu step
|
| H A D | rbu6.test | 52 for {set i 0} {$i<$nStep} {incr i} {rbu step} 58 rbu step 61 rbu step 79 for {set i 0} {$i<$nStep} {incr i} {rbu step} 84 rbu step 87 rbu step
|
| H A D | rbucrash.test | 57 while {[rbu step]=="SQLITE_OK"} { incr nStep } 66 rbu step 85 # state it was left in by step (2). Test that it is successful 97 if {[rbu step]!="SQLITE_OK"} break 112 if {[rbu step]!="SQLITE_OK"} break 129 while {[rbu step]=="SQLITE_OK"} {} 143 do_rbu_crash_test 2.pre=$nPre.step=$is $nPre $is
|
| H A D | rbufault3.test | 61 while {[rbu step]=="SQLITE_OK"} {} 72 rbu step 80 rbu step 88 rbu step
|
| H A D | rbudor.test | 43 rbu step 45 rbu step 50 while {[rbu step]=="SQLITE_OK"} {}
|
| H A D | rbuvacuum3.test | 35 set rc [rbu step] 45 set rc [rbu step] 55 set rc [rbu step]
|
| H A D | rbufault4.test | 32 for {set i 0} {$i < $tn} {incr i} { rbu step } 45 set rc [rbu step] 54 while {[rbu step]=="SQLITE_OK"} {}
|
| H A D | rbuA.test | 47 rbu step 65 rbu step 74 rbu step
|
| /sqlite-3.40.0/test/ |
| H A D | backup.test | 94 B step 200 349 B step -1 666 B step 1 675 B step 5 680 B step 1 724 B step 5 729 B step 5 733 B step 5 764 B step 5 842 B step 1 [all …]
|
| H A D | walbak.test | 138 B step 50 140 list [B step 1000] [B finish] 151 B step 50 159 B step 1000 163 list [B step 1000] [B finish] 174 B step 50 182 B step 1000 187 list [B step 1000] [B finish] 259 B step 10000 274 B step 10000
|
| H A D | backup_ioerr.test | 111 # from the next call to backup_step() (in step 5 of this test 119 # the backup database during step 4, then the conditions listed 120 # under step 3 are all true. 181 set rc [B step 100] 207 # No IO error was encountered during step 3. Check that backup_step() 219 set rc [B step 5000] 222 list [B step 5000] [B finish] 244 set rc [B step 5000]
|
| H A D | dbstatus.test | 100 # 4. Repeat step 2. 102 # 5. Repeat step 3. 110 # in step 2. 113 # in step 3. 256 # 4. Repeat step 2. 258 # 5. Repeat step 3. 266 # in step 2. 269 # in step 3.
|
| H A D | tabfunc01.test | 29 SELECT *, '|' FROM generate_series WHERE start=1 AND stop=9 AND step=2; 33 } {0 value {} 0 {} 0 0 1 start {} 0 {} 0 1 2 stop {} 0 {} 0 1 3 step {} 0 {} 0 1} 53 SELECT * FROM generate_series(1,10) WHERE step=3; 190 # the SQLite core to verify the start=, stop=, and step= constraints on 191 # each step of output. At one point, the IN operator could not be used 195 SELECT * FROM generate_series WHERE start IN (1,7) AND stop=20 AND step=10
|
| H A D | temptable2.test | 196 UPDATE t1 SET x='two'; -- step 1 198 UPDATE t2 SET a=randomblob(100); -- step 2 199 SELECT * FROM t1; -- step 3 200 ROLLBACK; -- step 4 255 B step 5 273 B step 1000
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | SqliteTestUtil.js | 186 f.last = { text: '', step: 0 }; property 196 f.ui.progress.value = f.last.step; 197 f.ui.progress.max = f.last.step + 1; 199 ++f.last.step;
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | README.md | 12 1. The information gathered in step 2 is used to create candidate 14 step, had they been available. 17 for all existing indexes and the candidate indexes generated in step 3 21 of the indexes created in step 3, they are recommended to the user.
|
12345