SQLite

All files named ”test/wal_common.tcl”
Login

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

History for test/wal_common.tcl

2024-08-01
00:02
[204d1721ac] part of check-in [3b131bd9aa] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [3b131bd9aa] user: drh branch: begin-concurrent, size: 3366)
2024-07-30
17:09
[4589f701d5] part of check-in [e0d9670dd9] Get rid of "-encoding binary" across all test cases, as that is no longer supported in Tcl9. Use "-translation binary" instead. (check-in: [e0d9670dd9] user: drh branch: tcl9, size: 2299)
2020-07-29
16:18
[daf412ac2e] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 2369)
2015-08-25
16:01
[37902864b6] part of check-in [c746e0bd20] Test that if a corrupt wal-index header is encountered when attempting to commit a concurrent transaction, SQLITE_BUSY_SNAPSHOT is returned to the caller. (check-in: [c746e0bd20] user: dan branch: begin-concurrent, size: 3438)
2011-06-25
16:35
[15f152fd55] part of check-in [8f8b373eed] Fix test cases so that they work with SQLITE_DEFAULT_WAL_SAFETYLEVEL defined. (check-in: [8f8b373eed] user: dan branch: apple-osx, size: 2711)
2010-11-16
18:56
[a98f17fba9] part of check-in [7e3fc2c833] Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the busy-handler to block until all readers have finished in order to ensure the next writer will be able to wrap around to the start of the log file. (check-in: [7e3fc2c833] user: dan branch: blocking-checkpoint, size: 2371)
2010-07-07
15:41
[895d761380] part of check-in [f4076d8567] Close the file handle before returning. TCL test script issue only. (check-in: [f4076d8567] user: shaneh branch: trunk, size: 2299)
2010-06-23
15:55
[875ee2118c] part of check-in [8d0f8a7f70] Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. (check-in: [8d0f8a7f70] user: dan branch: trunk, size: 2287)
2010-06-03
18:20
Added: [3e953ae609] part of check-in [fcbf7cf189] Have test_vfs.c simulate IO errors in xShmLock. (check-in: [fcbf7cf189] user: dan branch: trunk, size: 627)