Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/walro2.test
2022-01-20
| ||
02:04 | [33955a6fd8] part of check-in [f426874e00] Fix the ability to read read-only WAL-mode database when -shm is present, ([00ec95fcd02bb415|check-in 00ec95fcd02bb415]) so that it works for the case of 64K page size. (check-in: [f426874e00] user: drh branch: trunk, size: 11573) | |
2018-02-05
| ||
13:42 | [0e79dd15cb] part of check-in [ba0631de60] Fix another minor problem in walro2.test. (check-in: [ba0631de60] user: dan branch: trunk, size: 9936) | |
13:28 | [ff7e493ce6] part of check-in [d9e59cfb84] Update test file walro2.test to account for systems with a page-size (getpagesize()) larger than 32KB. (check-in: [d9e59cfb84] user: dan branch: trunk, size: 9930) | |
2018-01-22
| ||
15:20 | [6c73e8e4b5] part of check-in [b79521d255] Fix a test case in walro2.test so that it works with encryption extensions (when each page has a little less usable space available than usual). (check-in: [b79521d255] user: dan branch: trunk, size: 9436) | |
14:49 | [71064938e9] part of check-in [ac5091d7f8] On the walro2-X.4.2.2 test case, show the size as part of the test output. (check-in: [ac5091d7f8] user: drh branch: trunk, size: 9475) | |
2017-11-30
| ||
11:21 | [5cd57d192e] part of check-in [4c551fdebc] Fix some minor problems in test scripts. (check-in: [4c551fdebc] user: dan branch: trunk, size: 9443) | |
2017-11-09
| ||
20:34 | [8812e514c9] part of check-in [ff630b6671] Enhance walro2.test to better ensure that readonly_shm clients are not using invalid *-shm files. (check-in: [ff630b6671] user: dan branch: readonly-wal-recovery, size: 9403) | |
20:02 | [bde4b25b70] part of check-in [abef053535] Get read-only SHM file tests passing on Win32. (check-in: [abef053535] user: mistachkin branch: readonly-wal-recovery, size: 9364) | |
16:30 | [2c01a3c38c] part of check-in [3738bfd0c0] Initial work on porting the changes on this branch to Win32. (check-in: [3738bfd0c0] user: mistachkin branch: readonly-wal-recovery, size: 9319) | |
2017-11-07
| ||
21:15 | [2e499d89fa] part of check-in [5a6703fc3f] Handle the race condition that may occur if another process connects and then checkpoints and truncates the wal file while a readonly-shm client is building its heap-memory wal-index. (check-in: [5a6703fc3f] user: dan branch: readonly-wal-recovery, size: 9436) | |
2017-11-06
| ||
19:49 | [2f0f662f88] part of check-in [71af9acb22] Add further test cases for the new code on this branch. And a couple of fixes. (check-in: [71af9acb22] user: dan branch: readonly-wal-recovery, size: 8114) | |
2017-11-04
| ||
21:06 | [811ab176ab] part of check-in [a6716fcde3] Add further tests for the code added on this branch. (check-in: [a6716fcde3] user: dan branch: readonly-wal-recovery, size: 4909) | |
18:10 | [611ceebd19] 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: 2663) | |
2017-11-03
| ||
17:17 | [216e952db3] 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: 2424) | |
2017-11-02
| ||
11:12 | [23fea1e7ab] part of check-in [5190d84a29] Avoid locking shm-lock WAL_READ_LOCK(0) during recovery. Doing this allows recovery to proceed while a readonly_shm connection in unlocked mode has an ongoing read transaction. (check-in: [5190d84a29] user: dan branch: readonly-wal-recovery, size: 2383) | |
2017-11-01
| ||
20:59 | Added: [e2cd102caf] part of check-in [ce5d13c2de] If a readonly_shm connection cannot map the *-shm file because no other process is holding the DMS lock, have it read from the database file only, ignoring any content in the wal file. (check-in: [ce5d13c2de] user: dan branch: readonly-wal-recovery, size: 1768) | |