Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/walro.test
2025-03-08
| ||
06:53 | [78a84bc0fd] 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: 8201) | |
2017-11-14
| ||
20:36 | [cac7fa52df] part of check-in [8c2a769c4a] Merge the patch that enables reading a read-only WAL-mode database, without any special query parameters, as long as the -shm and -wal files are on disk. (check-in: [8c2a769c4a] user: drh branch: apple-osx, size: 10152) | |
2017-11-07
| ||
15:43 | [cb438d05ba] part of check-in [ba718754fa] On unix, if the *-shm file cannot be opened for read/write access, open it read-only and proceed as if the readonly_shm=1 URI option were specified. (check-in: [ba718754fa] user: dan branch: readonly-wal-recovery, size: 8201) | |
2017-11-04
| ||
18:10 | [906586c3ae] part of check-in [18b268433d] In cases where a readonly_shm client cannot take the DMS lock on the *-shm file, have it parse the wal file and create a wal-index to access it in heap memory. (check-in: [18b268433d] user: dan branch: readonly-wal-recovery, size: 8113) | |
2017-11-03
| ||
17:17 | [04f52c23ec] part of check-in [9b0d5c4ff7] Allow readonly_shm connections to access the *-shm file using read() even if it is unable to take a DMS lock. (check-in: [9b0d5c4ff7] user: dan branch: fcntl_shm_read, size: 8359) | |
2017-10-26
| ||
17:34 | [e492598baa] part of check-in [f71dfee06c] Fix an error in the previous commit on this branch. (check-in: [f71dfee06c] user: dan branch: readonly-wal-recovery, size: 8148) | |
2016-11-26
| ||
20:12 | [b874ef4916] part of check-in [d6a7bf80cf] Update test case for opening SHM files read/write on a read-only connection so that they are only attempted on Darwin with SQLITE_ENABLE_PRESIST_WAL. (check-in: [d6a7bf80cf] user: drh branch: apple-osx, size: 10093) | |
2016-11-17
| ||
14:02 | [2baad492f8] part of check-in [a07c581e88] When opening the *-shm file for a readonly database, try to open it in read-write mode before falling back to readonly. This is in case some other read/write connection within the same process uses the same file descriptor. (check-in: [a07c581e88] user: dan branch: apple-osx, size: 9733) | |
2016-03-15
| ||
12:45 | [310f5f364e] part of check-in [f41a7361a1] Merge updates from trunk - FTS5 fixes and enhancemenets to the tests scripts so that they work with SEE. (check-in: [f41a7361a1] user: drh branch: apple-osx, size: 8448) | |
2016-03-14
| ||
18:34 | [4ab7ac01b7] part of check-in [99b9d7eef6] Many more test cases fixed. Only a few remain. (check-in: [99b9d7eef6] user: drh branch: see-testing, size: 8142) | |
2014-08-15
| ||
22:37 | [1fe5d9cb5d] part of check-in [c8ade949d4] Aborted merge. (check-in: [c8ade949d4] user: numist branch: obsolete, size: 8502) | |
2014-05-08
| ||
23:01 | [256ea93808] 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: 8409) | |
2014-02-24
| ||
19:49 | [34422d1d95] part of check-in [d6746cabaa] Close some stray connections in walro.test. (check-in: [d6746cabaa] user: dan branch: trunk, size: 8103) | |
2013-06-10
| ||
23:30 | [6cc247a0cc] 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: 8097) | |
2012-08-25
| ||
01:38 | [3ce5c1d16a] part of check-in [6723add4f4] Merge all the latest trunk changes into the apple-osx branch. (check-in: [6723add4f4] user: drh branch: apple-osx, size: 8403) | |
2012-08-07
| ||
14:18 | [a31deb6210] part of check-in [26428b459b] Do not run test script spellfix.test if SQLITE_OMIT_VIRTUAL_TABLE is defined. Fix walro.test so that it works if DEFAULT_AUTOVACUUM is defined. (check-in: [26428b459b] user: dan branch: trunk, size: 8099) | |
2012-07-17
| ||
17:46 | [78f389d11e] part of check-in [6503591226] Cherrypick [8c9ee1d78f] and [e416359633] from trunk: Ensure that there is always at least one aReadMark slot usable by an unprivileged reader while a checkpoint is running. Also, if one or more transactions are recovered from a log file, initialize one of the aReadMark slots to contain mxFrame as part of the recovery process. (check-in: [6503591226] user: drh branch: apple-osx, size: 8345) | |
14:37 | [f183c00030] part of check-in [e416359633] Ensure that there is always at least one aReadMark slot usable by an unprivileged reader while a checkpoint is running. Also, if one or more transactions are recovered from a log file, initialize one of the aReadMark slots to contain mxFrame as part of the recovery process. (check-in: [e416359633] user: dan branch: trunk, size: 8039) | |
2012-05-09
| ||
22:36 | [180321fa4e] part of check-in [6547929410] Added support for SQLITE_ENABLE_PERSIST_WAL compile time macro, retrieving lastErrno from WAL file and setting last errno when writes fail due to space constraints (check-in: [6547929410] user: adam branch: apple-osx, size: 4935) | |
2012-04-02
| ||
23:35 | [04d6382b2a] 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: 4801) | |
2011-10-11
| ||
18:18 | [e6bb27762c] part of check-in [f136400483] Change the behavior of the readonly_shm=1 query parameter so that it never attempts to open the -shm file read/write. (check-in: [f136400483] user: drh branch: trunk, size: 4629) | |
14:19 | [4549618ff7] part of check-in [7e2c489822] Merge the latest trunk changes into the apple-osx branch. (check-in: [7e2c489822] user: drh branch: apple-osx, size: 4748) | |
2011-09-24
| ||
05:55 | [412d080930] part of check-in [a38668dcff] Fix some test files so that they work with SQLITE_OMIT_WAL builds. (check-in: [a38668dcff] user: dan branch: trunk, size: 4610) | |
2011-06-24
| ||
20:47 | [05769ae10d] part of check-in [34f0efa2b1] Merging local changes to apple-osx (check-in: [34f0efa2b1] user: adam branch: apple-osx, size: 4663) | |
2011-06-17
| ||
15:55 | [2d5d69e2e9] part of check-in [d6443f8eb3] Update walro.test script for Windows. (check-in: [d6443f8eb3] user: shaneh branch: trunk, size: 4525) | |
2011-05-11
| ||
15:53 | [1f15853383] part of check-in [cde45a033e] Merge latest trunk changes. Add a couple of readonly shm tests. (check-in: [cde45a033e] user: dan branch: wal-readonly, size: 4512) | |
14:57 | [c204f62fb6] part of check-in [671ba5fc59] Only open a read-only connection to shared-memory if the "readonly_shm=1" option is specified as part of the database file URI (and if a read-write connection fails). (check-in: [671ba5fc59] user: dan branch: wal-readonly, size: 3466) | |
2011-05-10
| ||
17:31 | Added: [0fb4c79a9d] part of check-in [bb59f9862d] Add experimental support for read-only connections to WAL databases. (check-in: [bb59f9862d] user: dan branch: wal-readonly, size: 3302) | |