| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | README | 5 lsmtest1.c: Data tests. Tests that perform many inserts and deletes on a 9 lsmtest2.c: Crash tests. Tests that attempt to verify that the database 12 lsmtest3.c: Rollback tests. Tests that focus on the explicit rollback of 15 lsmtest4.c: Multi-client tests. 17 lsmtest5.c: Multi-client tests with a different thread for each client. 19 lsmtest6.c: OOM injection tests. 21 lsmtest7.c: API tests. 23 lsmtest8.c: Writer crash tests. Tests in this file attempt to verify that 27 The difference from lsmtest2.c is that this file tests 29 clients are still running) whereas lsmtest2.c tests recovery [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | permutations.test | 175 # Start of tests 205 slower tests are omitted. 273 All multi-threaded tests. 306 All FTS5 tests. 310 All FTS5 tests. 324 All LSM1 tests. 421 a few tests that do not work with a version 1 VFS. And the quota* tests, 461 Coverage tests for file wal.c. 733 Run tests in no-journal mode. 1060 RBU tests. [all …]
|
| H A D | shell3.test | 19 # shell3-1.*: Basic tests for running SQL statments from command line. 20 # shell3-2.*: Basic tests for running SQL file from command line. 21 # shell3-3.*: Basic tests for processing odd SQL constructs. 35 # different. This causes problems for the tests below. To avoid 36 # issues, these tests are disabled for windows. 44 # shell3-1.*: Basic tests for running SQL statments from command line. 74 # shell3-2.*: Basic tests for running SQL file from command line. 105 # shell3-3.*: Basic tests for processing odd SQL constructs.
|
| H A D | colmeta.test | 12 # This file implements regression tests for SQLite library. The 46 set tests { 67 set tests [concat $tests { 73 set tests [concat $tests { 81 foreach {tn params results} $tests {
|
| H A D | corruptE.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 25 # These tests deal with corrupt database files 29 # Do not run the tests in this file if ENABLE_OVERSIZE_CELL_CHECK is on. 63 # Setup for the tests. Make a backup copy of the good database in test.bu. 121 set tests [list {10233 0xd0} \ 137 foreach test $tests {
|
| H A D | corruptD.test | 17 # Do not use a codec for tests in this file, as the database file is 22 # These tests deal with corrupt database files 66 # Test cases corruptD-1.* are white-box tests. They attempt to corrupt 108 # The following tests, corruptD-1.1.*, focus on the page header field 124 # The following tests, corruptD-1.2.*, focus on the offsets contained 134 # The following tests, corruptD-1.4.*, ... 139 # The following tests, corruptD-1.5.*, focus on the offsets contained
|
| H A D | soak.test | 11 # This file is the driver for the "soak" tests. It is a peer of the 21 # By default, guarantee that the tests will run for at least 1 hour. 44 # The general principle is to run those SQLite tests that use 46 # long time. The number of tests run depends on the value of 47 # global variable $TIMEOUT - tests are run for at least $TIMEOUT
|
| H A D | corrupt5.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 22 # These tests deal with corrupt database files 26 # We must have the page_size pragma for these tests to work.
|
| H A D | tkt3442.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to verify that ticket #3442 has been 37 # These tests perform an EXPLAIN QUERY PLAN on both versions of the 50 # Some extra tests testing other permutations of 5000.
|
| H A D | lastinsert.test | 26 # 1.x - basic tests (no triggers) 82 # All remaining tests involve triggers. Skip them if triggers are not 91 # 2.x - tests with after insert trigger 129 # 3.x - tests with after update trigger 168 # 4.x - tests with instead of insert trigger 211 # 5.x - tests with before delete trigger 252 # 6.x - tests with instead of update trigger 253 # These tests may not run if either views or triggers are disabled. 294 # 7.x - complex tests with temporary tables and nested instead of triggers
|
| H A D | corrupt8.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 22 # Do not use a codec for tests in this file, as the database file is 27 # These tests deal with corrupt database files 31 # We must have the page_size pragma for these tests to work.
|
| H A D | mallocC.test | 12 # This file tests aspects of the malloc failure while parsing 21 # Only run these tests if memory debugging is turned on. 24 puts "Skipping mallocC tests: not compiled with -DSQLITE_MEMDEBUG..." 61 # still be active even if a malloc() has failed. But when these tests were 63 # tests pass.
|
| H A D | tkt2817.test | 11 # This file implements regression tests for SQLite library. 13 # Specifically, it tests that bug 2817 is fixed. 46 # These tests - tkt2817-2.* - are the same as the previous block, except 48 # same name. #2817 did not cause a problem with these tests.
|
| H A D | corruptC.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 15 # data base file, then tests that single byte corruptions in 25 # Do not use a codec for tests in this file, as the database file is 30 # These tests deal with corrupt database files 65 # Setup for the tests. Make a backup copy of the good database in test.bu. 74 # If we are doing SOAK tests, we want a different 79 # If we are not doing soak tests, 86 # First test some specific corruption tests found from earlier runs 224 # does. That is Ok, the point of these tests is to verify that no buffer [all …]
|
| H A D | corruptA.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 22 # Do not use a codec for tests in this file, as the database file is 27 # These tests deal with corrupt database files
|
| H A D | backup.test | 11 # This file implements regression tests for SQLite library. The 24 # backup-1.*: Warm-body tests. 106 # End of backup-1.* tests. 244 # End of backup-2.* tests. 251 # the locks are applied to). These tests assume that the pending 256 # the backup-2.* tests): 357 # End of backup-3.* tests. 362 # The following tests, backup-4.*, test various error conditions: 466 # End of backup-4.* tests. 640 # End of backup-5.* tests. [all …]
|
| H A D | enc2.test | 11 # This file implements regression tests for SQLite library. The focus of 20 # If UTF16 support is disabled, ignore the tests in this file 27 # The rough organisation of tests in this file is: 29 # enc2.1.*: Simple tests with a UTF-8 db. 30 # enc2.2.*: Simple tests with a UTF-16LE db. 31 # enc2.3.*: Simple tests with a UTF-16BE db. 58 # This proc contains all the tests in this file. It is run 65 # This proc tests that we can open and manipulate the test.db 194 # The following tests - enc2-5.* - test that SQLite selects the correct 327 # The following tests - enc2-6.* - test that SQLite selects the correct [all …]
|
| H A D | fts1k.test | 6 # This file implements regression tests for SQLite library. The focus 9 # of tests, because it is impossible to know where new uses of these 30 # Additionally tests isspace() call in getToken(), and isalnum() call 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | fts2l.test | 6 # This file implements regression tests for SQLite library. The focus 9 # of tests, because it is impossible to know where new uses of these 30 # Additionally tests isspace() call in getToken(), and isalnum() call 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | corrupt9.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 22 # Do not use a codec for tests in this file, as the database file is 27 # These tests deal with corrupt database files 31 # We must have the page_size pragma for these tests to work.
|
| H A D | fts3al.test | 6 # This file implements regression tests for SQLite library. The focus 9 # of tests, because it is impossible to know where new uses of these 30 # Additionally tests isspace() call in getToken(), and isalnum() call 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | laststmtchanges.test | 29 # 1.x - basic tests (no triggers) 90 # All remaining tests involve triggers. Skip them if triggers are not 100 # 2.x - tests with after insert trigger 144 # 3.x - tests with after update trigger 176 # 4.x - tests with before delete trigger 208 # 5.x - complex tests with temporary tables and nested instead of triggers 209 # These tests cannot run if the library does not have view support enabled.
|
| H A D | speed4.test | 11 # This file implements regression tests for SQLite library. The 70 # Summary of tests: 117 # Before running these tests, disable the compiled statement cache built into 161 # The following block tests the speed of some DML statements that cause 198 # The following block contains the same tests as the above block that 199 # tests triggers, with one crucial difference: no triggers are defined. 200 # So the difference in speed between these tests and the preceding ones
|
| H A D | corrupt3.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 25 # These tests deal with corrupt database files 29 # We must have the page_size pragma for these tests to work.
|
| H A D | corrupt7.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or 26 # These tests deal with corrupt database files 30 # We must have the page_size pragma for these tests to work.
|