Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/pagerfault.test
2025-03-08
| ||
06:53 | [43692e660f] part of check-in [84d8fcfca1] Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. (check-in: [84d8fcfca1] user: stephan branch: cygwin-fixes, size: 43401) | |
2018-03-14
| ||
17:17 | [4934ada443] part of check-in [a658f80c8f] Merge the latest enhancements from trunk. (check-in: [a658f80c8f] user: drh branch: apple-osx, size: 44349) | |
2018-02-02
| ||
08:14 | [e33a182da3] part of check-in [22a228edad] In SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS file-systems, invoke SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE if an SQLITE_FCNTL_COMMIT_ATOMIC_WRITE call fails. Also, do not use an atomic transaction to create the initial database. This is because if an error occurs while writing to the db file, any changes to the file-size do not seem to be rolled back automatically. The only time this matters is when the file was 0 bytes in size to start with. Cherrypick of [b3122db154]. (check-in: [22a228edad] user: dan branch: branch-3.19, size: 43422) | |
2018-01-23
| ||
14:01 | [63c5da6255] part of check-in [b3122db154] In SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS file-systems, invoke SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE if an SQLITE_FCNTL_COMMIT_ATOMIC_WRITE call fails. Also, do not use an atomic transaction to create the initial database. This is because if an error occurs while writing to the db file, any changes to the file-size do not seem to be rolled back automatically. The only time this matters is when the file was 0 bytes in size to start with. (check-in: [b3122db154] user: dan branch: trunk, size: 43402) | |
2017-07-07
| ||
22:58 | [846f67b694] part of check-in [7f48f6ab2a] Merge in all the latest trunk enhancements. (check-in: [7f48f6ab2a] user: drh branch: apple-osx, size: 44296) | |
19:43 | [263c5442c0] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 43349) | |
2016-04-29
| ||
15:52 | [6b3f03fca8] part of check-in [81b76901e6] Merge enhancements from trunk, and in particular the TEMP file deferred I/O enhancements. (check-in: [81b76901e6] user: drh branch: apple-osx, size: 44316) | |
2016-04-27
| ||
11:24 | [42ff797b1e] part of check-in [6bb5aa2be2] Fix a couple of test script problems on this branch. Both related to the fact that temp database page sizes can no longer be changed by VACUUM or the backup API after the temp db is populated. (check-in: [6bb5aa2be2] user: dan branch: tempfiles-25, size: 43369) | |
2014-05-08
| ||
23:01 | [3ae5dafba1] 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: 44193) | |
2014-01-27
| ||
14:19 | [ae9ee0db5a] part of check-in [ba8d2d507f] Fix a problem in pagerfault.test causing an assert() to fail. (check-in: [ba8d2d507f] user: dan branch: trunk, size: 43246) | |
2014-01-13
| ||
15:12 | [cee8488a93] part of check-in [a26f399ba4] Add code to handle non-recursive CTEs in the same way as SQL views. (check-in: [a26f399ba4] user: dan branch: common-table-expr, size: 43239) | |
2013-06-10
| ||
23:30 | [7285379906] 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: 43227) | |
2013-04-15
| ||
17:03 | [8483e65d33] part of check-in [ea1404a10a] Refactoring the mmap interface. The controlling pragma is now "mmap_size" instead of "mmap_limit". Also change SQLITE_CONFIG_MMAP_LIMIT and SQLITE_FCNTL_MMAP_LIMIT to SQLITE_CONFIG_MMAP_SIZE and SQLITE_FCNTL_MMAP_SIZE, respecctively. The default mmap_size is now always 0, meaning that memory mapped I/O is off by default. There is a new compile-time option SQLITE_MAX_MMAP_SIZE that determines a hard upper bound on the mmap_size. Setting SQLITE_MAX_MMAP_SIZE to zero disables the memory-mapped I/O logic and causes it to be omitted from the build. An extra argument is added to SQLITE_CONFIG_MMAP_SIZE that can optionally lower the SQLITE_MAX_MMAP_SIZE at start-time. The SQLITE_MAX_MMAP_SIZE is zero for platforms where we know that it does not work, meaning that it cannot be turned on by mistake on those platforms. (check-in: [ea1404a10a] user: drh branch: trunk, size: 43228) | |
2013-04-06
| ||
11:03 | [bba948be05] part of check-in [07a0e4e982] Add tests to "permutations.test coverage-pager" to cover uncovered branches. (check-in: [07a0e4e982] user: dan branch: trunk, size: 43229) | |
2013-04-05
| ||
20:40 | [636c01bdbd] part of check-in [b095e2cdb6] Improve the code coverage of "permutations.test coverage-pager". (check-in: [b095e2cdb6] user: dan branch: trunk, size: 41608) | |
2013-04-02
| ||
18:33 | [fc2e37b2da] part of check-in [3050136be9] Add test cases to mmap1.test and pagerfault.test. (check-in: [3050136be9] user: dan branch: experimental-mmap, size: 37526) | |
2013-03-29
| ||
18:52 | [0c12520f6c] part of check-in [e8bcdf938e] Fix a problem in btree.c that could cause a crash following an OOM. Also various test script problems. (check-in: [e8bcdf938e] user: dan branch: two-mappings, size: 35733) | |
2011-08-23
| ||
18:06 | [a15ef77c84] part of check-in [c5f7977b89] Merge latest trunk changes into the apple-osx branch. (check-in: [c5f7977b89] user: dan branch: apple-osx, size: 36611) | |
2011-08-02
| ||
00:57 | [452f2cc23e] 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: 35664) | |
2011-06-20
| ||
11:57 | [b0a275779f] part of check-in [4c69e827f4] Merge the latest trunk changes into the apple-osx branch. (check-in: [4c69e827f4] user: drh branch: apple-osx, size: 36632) | |
2011-06-17
| ||
07:07 | [4194b8ea2a] part of check-in [a7590af65f] Add Microsoft nmake compatible makefile; update a few test cases for Windows. (check-in: [a7590af65f] user: shaneh branch: trunk, size: 35685) | |
2010-11-19
| ||
23:50 | [bea066b916] part of check-in [c8bc057c7d] Merge all the latest changes from the trunk into the apple-osx branch. (check-in: [c8bc057c7d] user: drh branch: apple-osx, size: 36562) | |
2010-11-04
| ||
21:13 | [9de4d3e0c5] part of check-in [2625886b19] Another change for testing on Windows. (check-in: [2625886b19] user: shaneh branch: experimental, size: 35615) | |
2010-09-14
| ||
10:53 | [3cd3537bf2] part of check-in [56a9ce7774] Fix some test failures found running releasetest.tcl. (check-in: [56a9ce7774] user: dan branch: trunk, size: 35615) | |
2010-08-30
| ||
16:15 | [90f7c65b75] part of check-in [b6719ce328] Fix a problem in pagerfault.test uncovered by the previous change. (check-in: [b6719ce328] user: dan branch: trunk, size: 35317) | |
2010-08-24
| ||
01:08 | [f168ec2c65] part of check-in [415c448dc4] Merge changes through release 3.7.2 into the apple-osx branch. (check-in: [415c448dc4] user: drh branch: apple-osx, size: 36193) | |
2010-08-23
| ||
18:19 | [84c6a4fcfe] part of check-in [21a1e5961b] Fixes for the SQLITE_CHECK_PAGES debugging feature. (check-in: [21a1e5961b] user: dan branch: trunk, size: 35246) | |
2010-08-21
| ||
15:51 | [ddbf04b5e2] part of check-in [44de3cab9c] Add some tests to e_expr.test and pagerfault.test. No code changes. (check-in: [44de3cab9c] user: dan branch: trunk, size: 35260) | |
2010-08-18
| ||
00:24 | [01e6fd2813] part of check-in [866e9286ae] Merge the 3.7.1 pre-release snapshot changes as of 2010-08-18 into the apple-osx branch. (check-in: [866e9286ae] user: drh branch: apple-osx, size: 35002) | |
2010-08-12
| ||
16:36 | [f025fbe0cb] part of check-in [02def8f925] If an error occurs in PagerSetPagesize(), set the output variable to the unmodified page-size before returning. (check-in: [02def8f925] user: dan branch: trunk, size: 34056) | |
11:25 | [c08abb54b5] part of check-in [228c5b16af] Add coverage tests for pager.c. (check-in: [228c5b16af] user: dan branch: trunk, size: 33270) | |
2010-08-11
| ||
18:56 | [495ab0a0ed] part of check-in [2fa05d01b6] Improve coverage of pager.c. (check-in: [2fa05d01b6] user: dan branch: trunk, size: 32200) | |
2010-08-04
| ||
11:34 | [c1d176326c] part of check-in [65b8636ac6] When opening a write-transaction on a database file that has been appended to or truncated by a pre-3.7.0 client, update the database-size field in the database header. Fix for [51ae9cad31]. (check-in: [65b8636ac6] user: dan branch: trunk, size: 30795) | |
2010-07-14
| ||
08:20 | [a4c0bb8900] part of check-in [b092f2a74b] Add tests to pagerfault.test. (check-in: [b092f2a74b] user: dan branch: trunk, size: 29848) | |
2010-07-08
| ||
13:33 | [f61e7944ae] part of check-in [ffbdd954a0] Fixed a few tests in pagerfault.test so they work correctly on Windows. (check-in: [ffbdd954a0] user: shaneh branch: trunk, size: 27936) | |
2010-07-03
| ||
16:37 | [7d16f91a88] part of check-in [50f2f7dfd6] Further changes to test scripts so that the "inmemory_journal" permutation works. (check-in: [50f2f7dfd6] user: dan branch: trunk, size: 27848) | |
10:00 | [17e51d1570] part of check-in [62a1010177] Fix an assert() in pager.c added by the previous commit. And various problems with test scripts in autovacuum and in-memory journal mode. (check-in: [62a1010177] user: dan branch: mistake, size: 27778) | |
2010-07-02
| ||
11:27 | [743952c550] part of check-in [eddfb2b406] Additional test cases to cover branches in pager.c. (check-in: [eddfb2b406] user: dan branch: trunk, size: 27731) | |
2010-07-01
| ||
19:01 | [6ece6ceb63] part of check-in [c6e7595092] Add tests to pager1.test and pagerfault.test. (check-in: [c6e7595092] user: dan branch: trunk, size: 27142) | |
15:09 | [6d5bf244d1] part of check-in [a8f6341d3b] Add pager test cases. Change a condition in pager.c to NEVER(). (check-in: [a8f6341d3b] user: dan branch: trunk, size: 26759) | |
2010-06-30
| ||
10:36 | [03160cec96] part of check-in [8e65c0e3da] Add further test cases. Fix an assert() in pager.c. (check-in: [8e65c0e3da] user: dan branch: trunk, size: 21424) | |
04:29 | [382bc68bfd] part of check-in [5e19bc360e] Add coverage test cases. Have sqlite3_backup_step() transform SQLITE_IOERR_NOMEM to SQLITE_NOMEM before returning. (check-in: [5e19bc360e] user: dan branch: trunk, size: 21016) | |
2010-06-29
| ||
10:30 | [e7fd4e54fb] part of check-in [008513ee61] Add tests to pager1.test and pagerfault.test. (check-in: [008513ee61] user: dan branch: trunk, size: 18553) | |
2010-06-28
| ||
19:04 | [210fae6692] part of check-in [6b7e419ddc] Add extra pager tests. (check-in: [6b7e419ddc] user: dan branch: trunk, size: 17650) | |
2010-06-26
| ||
15:42 | [a6b0ef0f9e] part of check-in [2eaf5ee0d9] When synchronous=NORMAL, use the same journal file format as with synchronous=FULL (i.e. multiple journal headers within the one journal). Fix for [d11f09d36e]. (check-in: [2eaf5ee0d9] user: dan branch: trunk, size: 16563) | |
2010-06-25
| ||
19:09 | [d90859967e] part of check-in [bfd563c471] Further test cases for pager1.test and pagerfault.test. (check-in: [bfd563c471] user: dan branch: trunk, size: 13970) | |
2010-06-24
| ||
19:16 | [a48c4ed81a] part of check-in [4941e437d2] Add test cases to pager1.test and pagerfault.test. (check-in: [4941e437d2] user: dan branch: trunk, size: 13153) | |
13:24 | [07675504c1] part of check-in [b58db67e97] Add a coverage test to pagerfault.test. (check-in: [b58db67e97] user: dan branch: trunk, size: 13028) | |
10:50 | [d0112f04b2] part of check-in [7aac9ad6dd] Add coverage tests. Remove a NEVER macro from pager.c, as the condition can now be true in wal mode. (check-in: [7aac9ad6dd] user: dan branch: trunk, size: 12099) | |
2010-06-23
| ||
19:27 | [4e85adb13f] part of check-in [3e9680c4c1] Add test case for SQLITE_FULL errors to pagerfault.test. Remove a NEVER macro in pager.c that this hits. (check-in: [3e9680c4c1] user: dan branch: trunk, size: 10436) | |
2010-06-21
| ||
07:45 | [e67e9c18bf] part of check-in [4104b175a8] Add further pager tests. (check-in: [4104b175a8] user: dan branch: experimental, size: 9366) | |
2010-06-19
| ||
17:26 | [55c7d602ea] part of check-in [f5df83fd87] Add tests to pager1.test and pagerfault.test. (check-in: [f5df83fd87] user: dan branch: experimental, size: 8683) | |
11:30 | [424b0bbb3d] part of check-in [58c0b5bfed] Add tests to pager1.test and pagerfault.test. (check-in: [58c0b5bfed] user: dan branch: experimental, size: 7059) | |
2010-06-16
| ||
10:55 | Added: [16e560bc43] part of check-in [6c5c04eea1] Fix a memory leak that can occur in os_unix.c if an IO error occurs within the xUnlock method. (check-in: [6c5c04eea1] user: dan branch: trunk, size: 3573) | |