Lines Matching refs:test
70 sqlite3_quota_set *test.db 4096 quota_check
73 sqlite3 db test.db
90 do_test quota-2.1.3 { file size test.db } {4096}
102 do_test quota-2.2.3 { file size test.db } {5120}
118 do_test quota-2.4.4 { file size test.db } {5120}
140 forcedelete test.db
142 sqlite3_quota_set *test.db 4096 quota_check
145 sqlite3 db test.db
153 file size test.db
156 sqlite3 db2 test.db
171 sqlite3_quota_set *test.db 0 {}
175 delete_file force test.db test2.db
178 sqlite3 db1a test.db
190 sqlite3 db1b test.db
193 list [file size test.db] [file size test2.db]
232 } [list [file join [get_pwd] test.db] 5120]
261 sqlite3_quota_set *test.db 0 {}
265 sqlite3_quota_set *test.db 4096 {}
267 } {*test.db}
271 } {*test.db}
275 } {*test.db *test2.db}
277 sqlite3_quota_set *test.db 0 {}
355 set quotagroup *\\quota-test-A?.db
357 set quotagroup */quota-test-A?.db
359 foreach file [glob -nocomplain quota-test-A*] {
365 forcedelete ./quota-test-A1.db ./quota-test-A2.db
366 sqlite3 db ./quota-test-A1.db
378 sqlite3 db ./quota-test-A2.db
395 sqlite3 db quota-test-A1.db
398 } [file size quota-test-A1.db]
400 sqlite3_quota_file quota-test-A2.db
402 } [expr {[file size quota-test-A1.db]+[file size quota-test-A2.db]}]
406 set quotagroup *\\quota-test-B*
408 set quotagroup */quota-test-B*
410 foreach file [glob -nocomplain quota-test-B*] {
418 sqlite3_quota_file quota-test-B1.txt
428 add_to_file quota-test-B1.txt 123
429 sqlite3_quota_file quota-test-B1.txt
433 add_to_file quota-test-B2.txt 234
434 sqlite3_quota_file quota-test-B2.txt
438 add_to_file quota-test-B1.txt 2000
439 sqlite3_quota_file quota-test-B1.txt
443 forcedelete quota-test-B1.txt
444 sqlite3_quota_file quota-test-B1.txt
448 forcedelete quota-test-B2.txt
449 sqlite3_quota_file quota-test-B2.txt
453 add_to_file quota-test-B3.txt 1234
454 sqlite3_quota_file quota-test-B3.txt
472 # The following tests test that the quota VFS handles malloc and IO
477 sqlite3_quota_set *test.db 4096 {}
487 sqlite3 db test.db
491 forcedelete test.db
494 sqlite3 db test.db
511 forcedelete test.db
512 file mkdir test.db
513 list [catch { sqlite3 db test.db } msg] $msg
531 forcedelete test.db