aboutsummaryrefslogtreecommitdiff
path: root/test/wal2.test
Commit message (Expand)AuthorAge
* Fix a couple of test scripts to match the new wal recovery behaviour on this ...dan2020-07-27
* Test case changes so that they work with both Tcl8.6 and Tcl8.7.drh2019-04-12
* Fix various problems in test scripts preventing "make test" from passing ondan2018-01-13
* On unix, if the *-shm file cannot be opened for read/write access, open itdan2017-11-07
* Fix test cases in wal2.test broken by the locking change in the previousdan2017-11-02
* Update the mechanism used to keep track of what kind of syncing to do fordrh2017-08-25
* Fix some test cases so that they work under the Apple configuration.drh2016-03-17
* If SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value asdrh2016-03-08
* Update a test case in wal2.test that explicitly corrupts a checksum in the wa...dan2014-05-01
* Make sure errors encountered while initializing extensions such as FTS4drh2013-12-19
* Fix all known instances of 'repeated the' style typos in comments. No change...mistachkin2012-08-25
* Ensure that there is always at least one aReadMark slot usable by an unprivil...dan2012-07-17
* Fix the wal2.test script so that it works on big-endian machines.drh2012-05-11
* On unix, ignore the umask when creating journal files. That way, journal filesdrh2012-02-13
* Modify test cases to account for the ZERO_DAMAGE change.dan2011-12-19
* Enhance the WAL header sync so that it honors the various synchronousdrh2011-12-16
* Merge latest trunk changes into experimental branch.dan2011-08-12
|\
| * Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* | Add tests to improve coverage of vdbesort.c.dan2011-08-12
|/
* Updates to test code in os_win to bring winSync inline with unixSync (test co...shaneh2011-04-15
* Changes to wal tests so that they work with DEFAULT_AUTOVACUUM defined.dan2011-04-01
* Fix minor problems with the output of "PRAGMA wal_checkpoint". In both code a...dan2011-02-02
* Merge in the blocking-checkpoint enhancement, including the newdrh2011-02-02
|\
| * Update test cases to account for the change in the previous commit.dan2010-11-18
* | Extra tests for "PRAGMA checkpoint_fullfsync".dan2010-11-20
* | Add tests for "PRAGMA checkpoint_fullfsync".dan2010-11-19
|/
* If a database file with the WAL flag set is opened in exclusive-locking mode,...dan2010-11-01
* Merge trunk changes into experimental branch.dan2010-08-03
|\
| * Modify wal2.test to disable tests requiring TCL 8.5 if the test harness isdrh2010-08-02
* | Experimental refactoring of the Pager object state.dan2010-08-02
|/
* Changes to wal.c so that SQLite can read even if the WAL file is opened read-...dan2010-07-15
* Fix an assert() failure in wal2.test caused by messing with the contents of s...dan2010-07-14
* Test the libaries response to read-only or unreadable database, WAL and wal-i...dan2010-07-14
* On unix, try to create the *-wal and *-shm files with the same permissions as...dan2010-07-14
* Test that a corrupted WAL hash-table does not put the library into an infinit...dan2010-07-14
* Make sure the schema is loaded before preparing a "PRAGMA journal_mode" comma...dan2010-07-07
* Add a version number to the wal-index header. If SQLite encounters a version ...dan2010-06-23
* Add codec support to wal mode.dan2010-06-22
* Some changes to test scripts related to codec enabled versions of sqlite.dan2010-06-22
* Experimental change to the xShmXXX parts of the VFS interface.dan2010-06-11
* Shift the meaning of aReadMark[] back so that +1 offset from mxFrame isdrh2010-06-09
* Add a couple of extra coverage tests for wal.c.dan2010-06-07
* Clarify an assert in sqlite3WalExclusiveMode().dan2010-06-04
* Add test for the code that detects an inconsistent pair of wal-index headers ...dan2010-06-04
* Enhancements to test_vfs.c and walfault.test.dan2010-06-03
* Updated wal2.test for windows testing.shaneh2010-06-02
* Fixes to the test cases in wal2.test.dan2010-06-01
* Avoid dropping the checkpoint lock after a recovery run as a precursor to a c...dan2010-05-31
* idan2010-05-29
* Fix the wal2.test script so that it works in auto_vacuum mode.drh2010-05-24