SQLite

All files named ”test/corruptE.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/corruptE.test

2019-10-29
16:18
[4143791f2d] part of check-in [4d424f3047] Remove the legacy_file_format PRAGMA. In its place, provide the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] (check-in: [4d424f3047] user: drh branch: trunk, size: 3677)
2016-03-14
17:05
[82ccf4f8f5] part of check-in [d866fffb8b] Many test cases fixed to work with encryption. (check-in: [d866fffb8b] user: drh branch: see-testing, size: 3666)
2015-07-02
16:17
[be8e5088c3] part of check-in [251a7590ff] Smaller and faster PRAGMA integrity_check that also does a better job of detecting errors. Some output text describing discovered file corruption has changed for clarity. (check-in: [251a7590ff] user: drh branch: trunk, size: 3679)
2015-07-01
17:13
[4d81d3079c] part of check-in [1c52212369] Rework the PRAGMA integrity_check logic. Simplify the checkTreePage() routine and clean up the error messages generated. (check-in: [1c52212369] user: drh branch: integrity-check-refactor, size: 4382)
2013-11-29
15:06
[193b4ca4e9] part of check-in [15e4f63d1f] Add a new sqlite3_test_control() that indicates that database files are always well-formed. Use this during testing to enable assert() statements that prove conditions that are always true for well-formed databases. (check-in: [15e4f63d1f] user: drh branch: trunk, size: 4506)
2012-09-15
18:45
[d3a3d7e864] part of check-in [cfaa7bc128] Attempt to use a covering index even on a full table scan, under the theory that the index will be smaller and require less disk I/O and thus be faster. (check-in: [cfaa7bc128] user: drh branch: fullscan-covering-index, size: 4432)
2011-09-22
15:31
[1b9eb20a87] part of check-in [6d8d4e1694] Remove a redundant (and undefined) "forcedelete" command from corruptE.test. (check-in: [6d8d4e1694] user: dan branch: trunk, size: 4417)
2011-08-02
00:57
[78f7e1b9fd] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 4470)
2010-06-22
13:46
[7290b61145] part of check-in [85dd51a75c] Some changes to test scripts related to codec enabled versions of sqlite. (check-in: [85dd51a75c] user: dan branch: trunk, size: 4565)
2010-04-01
18:33
[34de490791] part of check-in [1dc4f9fe9b] Disable the corruptE.test script when ENABLE_OVERSIZE_CELL_CHECK is on. (check-in: [1dc4f9fe9b] user: drh branch: trunk, size: 4400)
2010-02-19
04:28
Added: [dbf66cae4c] part of check-in [cae47c5b09] Changes to pragma integrity_check to check rowid order. Tests of same in corruptE.test. (check-in: [cae47c5b09] user: shaneh branch: trunk, size: 4267)