aboutsummaryrefslogtreecommitdiff
path: root/test/wal3.test
Commit message (Expand)AuthorAge
* Remove a few unsuitable scripts from the "veryquick" test suite. Also have ev...dan2022-07-18
* Fix some test cases so that they work under the Apple configuration.drh2016-03-17
* Avoid running some particularly time-consuming tests as part of veryquick.test.dan2016-02-04
* Add a space before each line of error output in the test scripts so that alldrh2015-11-12
* Adjust two test cases so that they conform to the current code.drh2015-09-18
* Fix the wal3.test module so that it works with the memsubsys1 permutation.drh2015-07-25
* Ensure that there is always at least one aReadMark slot usable by an unprivil...dan2012-07-17
* Merge the POWERSAFE_OVERWRITE features and the use of statvfs() from thedrh2011-12-23
|\
| * 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
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Adjust the maximum number of open database connections in wal3.test downdrh2011-07-22
* Changes to wal tests so that they work with DEFAULT_AUTOVACUUM defined.dan2011-04-01
* 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
* | On *BSD systems, reduce the number of open connections used by wal3.test to a...dan2010-11-29
|/
* Add test case to verify the previous change is correct.dan2010-09-02
* Fix errors in wal3.test caused by recent modifications.dan2010-07-28
* Fix an assert() in pager.c added by the previous commit. And various problems...dan2010-07-03
* Rationalize a common pattern in tcl test cases into proc do_multiclient_test.dan2010-06-15
* Run extra iterations in wal3.test to ensure test coverage.dan2010-06-15
* Experimental change to the xShmXXX parts of the VFS interface.dan2010-06-11
* Changes to wal3.test to support small default cache size settings. And builds...dan2010-06-08
* Add a couple of extra coverage tests for wal.c.dan2010-06-07
* Add further test cases for the logic in sqlite3WalBeginReadTransaction().dan2010-06-05
* Remove a condition from sqlite3WalRead() that is unreachable as of the change...dan2010-06-05
* Add extra coverage test cases for wal.c. No changes to production code.dan2010-06-05
* Remove an unnecessary branch from wal.c.dan2010-06-04
* Add an English language error message to corresponding to SQLITE_PROTOCOL. "l...dan2010-06-04
* If an attempt to sync the database file as part of a checkpoint fails, do not...dan2010-06-04
* Fix a problem where an SQLITE_BUSY in the checkpoint code was being treated a...dan2010-06-04
* Add extra tests for removing elements from wal-index hash tables as part of a...dan2010-06-03