Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/incrvacuum.test
2021-04-05
| ||
17:50 | [3fa6145f5e] part of check-in [15b801016f] Fix an assert() that can be false when doing an incremental vacuum on a corrupt database file. dbsqlfuzz cced0668cfd4da4eb2382cb9dd26c17c64aaff76. (check-in: [15b801016f] user: drh branch: trunk, size: 23918) | |
2018-11-28
| ||
19:12 | [2aaee202b1] part of check-in [8eb62fd5fa] Update incrvacuum.test so that it works with builds that do not support mmap(). (check-in: [8eb62fd5fa] user: dan branch: trunk, size: 21034) | |
2018-11-23
| ||
13:21 | [d67f6c8330] part of check-in [8576ccb479] Make the winTruncate() method of the windows VFS be a no-op if there are outstanding references to the memory-mapped pages. Otherwise, memory might be deleted out from under those references when the file is remapped during the truncate operation. (check-in: [8576ccb479] user: drh branch: branch-3.25, size: 20931) | |
2017-07-10
| ||
12:07 | [b729aab1d4] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 19563) | |
2014-02-12
| ||
15:05 | [0e0f03c3c4] part of check-in [f352ef57e3] Various fixes and test case updates so that veryquick.test passes again. (check-in: [f352ef57e3] user: dan branch: deferred-open, size: 19579) | |
2013-03-27
| ||
19:53 | [cfd733917f] part of check-in [0e3d511927] Modify various test cases so that they work if the file is extended in units of the system page-size. (check-in: [0e3d511927] user: dan branch: two-mappings, size: 19481) | |
2011-08-02
| ||
00:57 | [d2a6ddf5e4] 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: 19579) | |
2010-07-08
| ||
09:44 | [453d1e490d] part of check-in [f553c8ed04] Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. (check-in: [f553c8ed04] user: dan branch: trunk, size: 19621) | |
2009-02-18
| ||
20:31 | [d0fb6ef6d7] part of check-in [ded04f12f4] Make sure the auto_vacuum=INCREMENTAL setting is preserved across a VACUUM. Ticket #3663. (CVS 6304) (check-in: [ded04f12f4] user: drh branch: trunk, size: 19572) | |
2009-01-30
| ||
05:47 | [39518fb7af] part of check-in [e764a7c5d3] In test case incrvacuum-15.1 close both db handles (db and db2) before attempting to delete test.db. Ticket #3614. (CVS 6216) (check-in: [e764a7c5d3] user: shane branch: trunk, size: 19348) | |
2008-12-27
| ||
15:23 | [6ef5877f26] part of check-in [08352f9ea9] Fix a problem with savepoint and incremental-vacuum. (CVS 6066) (check-in: [08352f9ea9] user: danielk1977 branch: trunk, size: 19352) | |
2008-09-10
| ||
10:57 | [9a6346c56f] part of check-in [300a64b725] Fix some test script details so that the test suite runs with an SQLITE_DEFAULT_AUTOVACUUM=2 build. (CVS 5686) (check-in: [300a64b725] user: danielk1977 branch: trunk, size: 18322) | |
2008-07-30
| ||
17:28 | [0684fbd777] part of check-in [a480a8845f] When opening a zero-size database on unix, write one byte into the file before interrogating the inode number. This works around issues with msdos filesystems mounted on OS-X. Ticket #3260. (CVS 5504) (check-in: [a480a8845f] user: drh branch: trunk, size: 18306) | |
2008-01-21
| ||
16:22 | [1a2b0bddc7] part of check-in [720bc20a11] Miscellaneous test coverage improvements. (CVS 4734) (check-in: [720bc20a11] user: drh branch: trunk, size: 18008) | |
2008-01-19
| ||
20:11 | [9f49457edc] part of check-in [af129b6d15] Miscellaneous code simplifications and cleanup and test coverage enhancements. (CVS 4730) (check-in: [af129b6d15] user: drh branch: trunk, size: 17636) | |
2007-12-13
| ||
21:54 | [1ed44535e8] part of check-in [4e91a267fe] Change all instances of "it's" in comments to either "its" or "it is", as appropriate, in case the comments are ever again read by a pedantic grammarian. Ticket #2840. (CVS 4629) (check-in: [4e91a267fe] user: drh branch: trunk, size: 17368) | |
2007-12-10
| ||
05:03 | [45ac35d947] part of check-in [0b34a18651] Fix compilation/testing with OMIT_SUBQUERY defined. Ticket #2828. (CVS 4603) (check-in: [0b34a18651] user: danielk1977 branch: trunk, size: 17377) | |
2007-09-01
| ||
10:01 | [985bc94a7f] part of check-in [7571345d20] Allow sqlite3GetInt32 to recognize 10-digit decimal numbers as 32-bit. (CVS 4362) (check-in: [7571345d20] user: danielk1977 branch: trunk, size: 17214) | |
2007-08-10
| ||
16:41 | [569347726e] part of check-in [8be8459816] Add the --soft-heap-limit=N option to the test scripts. Set this value to enforce a soft heap limit across all tests. This changes exposes several new bugs. (CVS 4202) (check-in: [8be8459816] user: drh branch: trunk, size: 17064) | |
2007-06-25
| ||
08:16 | [92d0efe609] part of check-in [5b0408ddd0] Make the auto_vacuum mode peristent in all cases. (CVS 4115) (check-in: [5b0408ddd0] user: danielk1977 branch: trunk, size: 16916) | |
2007-06-24
| ||
10:14 | [433fbe59b4] part of check-in [c666fad151] Make setting "PRAGMA auto_vacuum = incremental" persistent if it is executed before the database file is created. (CVS 4113) (check-in: [c666fad151] user: danielk1977 branch: trunk, size: 14804) | |
2007-05-24
| ||
10:18 | [740f441b9a] part of check-in [1abf784fe2] Add some tests to verify that the parameter to the incremental_vacuum pragma is working. It is. (CVS 4039) (check-in: [1abf784fe2] user: danielk1977 branch: trunk, size: 13680) | |
07:22 | [9dd849d393] part of check-in [3c54cddf23] Fix an assert() failure occuring in corrupt.test. (CVS 4034) (check-in: [3c54cddf23] user: danielk1977 branch: trunk, size: 12610) | |
2007-05-23
| ||
13:50 | [81de75c617] part of check-in [efd7bcb34c] Make sure the database schema has been read before compiling an incrmental_vacuum pragma. (CVS 4032) (check-in: [efd7bcb34c] user: danielk1977 branch: trunk, size: 11327) | |
13:34 | [0c88ba35bd] part of check-in [e691f2fa3d] Fix a leaked page reference that could occur after an IO error in auto-vacuum databases. Also modify incrvacuum.test to work with DEFAULT_AUTOVACUUM=1 builds. (CVS 4031) (check-in: [e691f2fa3d] user: danielk1977 branch: trunk, size: 10831) | |
2007-05-04
| ||
18:30 | [f490c8ae86] part of check-in [b13e497a32] Change incremental vacuum to be triggered by a pragma rather than a command. We have a lot to learn about this yet and we do not want to paint ourselves into a corner by commiting to specific syntax too early. (CVS 3921) (check-in: [b13e497a32] user: drh branch: trunk, size: 10791) | |
2007-05-02
| ||
17:54 | [2173bc075c] part of check-in [5b4bf1fce4] Allow CREATE TABLE to occur while other queries are running. DROP TABLE is still prohibited, however, since we do not want to delete a table out from under an running query. (CVS 3902) (check-in: [5b4bf1fce4] user: drh branch: trunk, size: 10696) | |
2007-04-28
| ||
15:47 | [a4c9022d7b] part of check-in [89b1b3f897] Add some tests (and 2 resulting bug fixes) to incr vacuum mode. (CVS 3885) (check-in: [89b1b3f897] user: danielk1977 branch: trunk, size: 10600) | |
2007-04-27
| ||
07:55 | [fc5e88ac32] part of check-in [40ba6493e9] Extra tests for incremental vacuum. (CVS 3879) (check-in: [40ba6493e9] user: danielk1977 branch: trunk, size: 10498) | |
07:05 | [6c14f0492f] part of check-in [4d4180d647] Modifications to btree integrity check so that it can be run inside a transaction after an incr vacuum. (CVS 3878) (check-in: [4d4180d647] user: danielk1977 branch: trunk, size: 7297) | |
2007-04-26
| ||
14:42 | Added: [ee05edff95] part of check-in [f6a6d2b887] Add largely untested code for the incremental vacuum function. (CVS 3876) (check-in: [f6a6d2b887] user: danielk1977 branch: trunk, size: 3918) | |