index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
wal3.test
Commit message (
Expand
)
Author
Age
*
Remove a few unsuitable scripts from the "veryquick" test suite. Also have ev...
dan
2022-07-18
*
Fix some test cases so that they work under the Apple configuration.
drh
2016-03-17
*
Avoid running some particularly time-consuming tests as part of veryquick.test.
dan
2016-02-04
*
Add a space before each line of error output in the test scripts so that all
drh
2015-11-12
*
Adjust two test cases so that they conform to the current code.
drh
2015-09-18
*
Fix the wal3.test module so that it works with the memsubsys1 permutation.
drh
2015-07-25
*
Ensure that there is always at least one aReadMark slot usable by an unprivil...
dan
2012-07-17
*
Merge the POWERSAFE_OVERWRITE features and the use of statvfs() from the
drh
2011-12-23
|
\
|
*
Modify test cases to account for the ZERO_DAMAGE change.
dan
2011-12-19
|
/
*
Enhance the WAL header sync so that it honors the various synchronous
drh
2011-12-16
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Adjust the maximum number of open database connections in wal3.test down
drh
2011-07-22
*
Changes to wal tests so that they work with DEFAULT_AUTOVACUUM defined.
dan
2011-04-01
*
Merge in the blocking-checkpoint enhancement, including the new
drh
2011-02-02
|
\
|
*
Update test cases to account for the change in the previous commit.
dan
2010-11-18
*
|
On *BSD systems, reduce the number of open connections used by wal3.test to a...
dan
2010-11-29
|
/
*
Add test case to verify the previous change is correct.
dan
2010-09-02
*
Fix errors in wal3.test caused by recent modifications.
dan
2010-07-28
*
Fix an assert() in pager.c added by the previous commit. And various problems...
dan
2010-07-03
*
Rationalize a common pattern in tcl test cases into proc do_multiclient_test.
dan
2010-06-15
*
Run extra iterations in wal3.test to ensure test coverage.
dan
2010-06-15
*
Experimental change to the xShmXXX parts of the VFS interface.
dan
2010-06-11
*
Changes to wal3.test to support small default cache size settings. And builds...
dan
2010-06-08
*
Add a couple of extra coverage tests for wal.c.
dan
2010-06-07
*
Add further test cases for the logic in sqlite3WalBeginReadTransaction().
dan
2010-06-05
*
Remove a condition from sqlite3WalRead() that is unreachable as of the change...
dan
2010-06-05
*
Add extra coverage test cases for wal.c. No changes to production code.
dan
2010-06-05
*
Remove an unnecessary branch from wal.c.
dan
2010-06-04
*
Add an English language error message to corresponding to SQLITE_PROTOCOL. "l...
dan
2010-06-04
*
If an attempt to sync the database file as part of a checkpoint fails, do not...
dan
2010-06-04
*
Fix a problem where an SQLITE_BUSY in the checkpoint code was being treated a...
dan
2010-06-04
*
Add extra tests for removing elements from wal-index hash tables as part of a...
dan
2010-06-03