SQLite

All files named ”test/walcksum.test”
Login

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

History for test/walcksum.test

2025-06-17
18:17
[50e204500e] part of check-in [0da16f6c62] Update walcksum.test so that it works with SQLITE_DEFAULT_AUTOVACUUM=1 builds. (check-in: [0da16f6c62] user: dan branch: forum-b490f726db-fix, size: 14250)
11:36
[158598ad68] part of check-in [3a3269fe8e] Avoid writing frames with no checksums into the wal file if a savepoint is rolled back after dirty pages have already been spilled into the wal file. Possible fix for forum post b490f726db. (check-in: [3a3269fe8e] user: dan branch: forum-b490f726db-fix, size: 14172)
2024-07-30
17:09
[ba02b4fe6d] 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: 10401)
2016-02-05
14:29
[add42a54d7] part of check-in [201fcbeef3] Merge OOM handling optimizations and PRAGMA synchronous=EXTRA as well as other enhancements from trunk. (check-in: [201fcbeef3] user: drh branch: apple-osx, size: 10543)
2016-02-04
17:31
[bb234a1bb4] part of check-in [f465944b75] Avoid running some particularly time-consuming tests as part of veryquick.test. (check-in: [f465944b75] user: dan branch: trunk, size: 10503)
2014-05-08
23:01
[932d12a2a3] part of check-in [9411d7dc6f] Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 12069)
2013-06-10
23:30
[9afeb96240] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 12029)
2013-03-27
19:53
[40563d1d9d] 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: 12012)
2012-04-02
23:35
[6510e82303] part of check-in [d51c086e5c] Merge in latest changes, autologging options, read only file system wal support, test config conditionalization, WAL frame write prebuffering (check-in: [d51c086e5c] user: adam branch: apple-osx, size: 12070)
2011-08-23
18:06
[3dff8817d3] part of check-in [c5f7977b89] Merge latest trunk changes into the apple-osx branch. (check-in: [c5f7977b89] user: dan branch: apple-osx, size: 12079)
2011-08-02
00:57
[f5447800a1] 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: 12030)
2010-08-18
00:09
[cf6787f2ee] part of check-in [5e2ee7db0f] Updating apple-osx with minor source fixes, database truncate and replace private calls and a bunch of conditionalization for tests running in different environments (check-in: [5e2ee7db0f] user: adam branch: apple-osx, size: 12184)
2010-06-23
15:55
[a37b36375c] 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: 12135)
2010-05-29
06:18
[4efa8fb88c] part of check-in [60c22bde52] Minor changes to checksum related test cases. (check-in: [60c22bde52] user: dan branch: trunk, size: 12091)
2010-05-28
11:16
[a710d2c5c3] part of check-in [778d0c1768] Add a test to walcksum.test to stress the checksum calculation. (check-in: [778d0c1768] user: dan branch: trunk, size: 12052)
2010-05-24
13:57
[a0712107b6] part of check-in [8a53f12c83] Change the checksum used in WAL files so that each frames checksum depends on the content of the WAL header and all frame headers and content up to and including the frame to which the checksum is attached. (check-in: [8a53f12c83] user: dan branch: trunk, size: 10159)
10:39
Added: [cc41a85d8b] part of check-in [65ba804dd1] Change the WAL file format to support two kinds of checksums - one that is fast to calculate on little-endian architectures and another that is fast on big-endian architectures. A flag in the wal-header indicates which the file uses. (check-in: [65ba804dd1] user: dan branch: trunk, size: 8587)