SQLite

All files named ”test/corruptD.test”
Login

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

History for test/corruptD.test

2024-02-02
16:51
[614320aa51] part of check-in [cc294c041b] Have "PRAGMA quick_check" compare the number of entries in tables and indexes. (check-in: [cc294c041b] user: dan branch: quick-check-counts, size: 4826)
2023-04-01
13:14
[a828c78853] part of check-in [a1cb152e69] Improved error messages from PRAGMA integrity_check. Identify the root of the tree when a problem is found in a b-tree, making it easier to track the problem to a specific table or index. (check-in: [a1cb152e69] user: drh branch: trunk, size: 4793)
2019-02-11
17:22
[33a37ce3ed] part of check-in [480a5090be] Fix test cases. Avoid unnecessary tests for MemPage.nFree less than zero. (check-in: [480a5090be] user: drh branch: deferred-free-space, size: 4786)
2013-11-29
15:06
[b3c205fac7] 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: 4775)
2012-09-15
18:45
[3b09903a2e] 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: 4701)
2011-08-02
00:57
[99b1999dbf] 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: 4671)
2011-02-16
01:23
[63a449a314] part of check-in [edd27669f3] Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. (check-in: [edd27669f3] user: shaneh branch: trunk, size: 4671)
2009-06-05
17:09
[3ae6e2dc6e] part of check-in [1fef16ec2b] Remove leftover "breakpoint" commands from test scripts. Also remove blank lines at the end of scripts. (CVS 6721) (check-in: [1fef16ec2b] user: drh branch: trunk, size: 4506)
2009-06-03
17:26
Added: [b098214f31] part of check-in [7fa5d3cb0f] Add corruptD.test, a container for testing the "cell overflow" problem. Also shuffle a small amount of code in BtreeInitPage() to check that the page header pointer to the start of the cell offset array is set to a sane value. (CVS 6710) (check-in: [7fa5d3cb0f] user: danielk1977 branch: trunk, size: 4515)