Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/win32lock.test
2025-03-31
| ||
14:12 | [e56d7a9b6c] part of check-in [6552bfb70a] Feature-complete. Not all test-cases pass. Merge trunk. (check-in: [6552bfb70a] user: jan.nijtmans branch: cygwin-fixes, size: 4792) | |
2025-03-27
| ||
14:13 | [4fc4966915] part of check-in [b36adadfa2] Merge trunk. Some additional test-fixes for Cygwin (check-in: [b36adadfa2] user: jan.nijtmans branch: cygwin-fixes, size: 4789) | |
2022-07-18
| ||
19:32 | [e0924eb8da] part of check-in [22d280a5cd] Remove a few unsuitable scripts from the "veryquick" test suite. Also have every second testrunner.tcl process favour running test scripts that contain text like "testrunner: slow" before any others. (check-in: [22d280a5cd] user: dan branch: trunk, size: 4790) | |
2020-07-29
| ||
16:18 | [1be696cb40] 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: 4769) | |
2015-03-26
| ||
18:24 | [fbf107c91d] part of check-in [1bc76339e8] Revise Win32 locking test to account for recent log message changes. (check-in: [1bc76339e8] user: mistachkin branch: trunk, size: 4769) | |
2014-05-30
| ||
16:54 | [71642fa56e] part of check-in [f2906c4451] Add extra checking of the database extended error code. (check-in: [f2906c4451] user: mistachkin branch: winLockHandle, size: 4693) | |
16:42 | [31ac365150] part of check-in [ed5a9eb4f3] Add tests for the invalid file handle detection logic in the winLock() function. (check-in: [ed5a9eb4f3] user: mistachkin branch: winLockHandle, size: 4645) | |
2013-04-15
| ||
17:03 | [7a6bd73a5d] 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: 3867) | |
2013-04-04
| ||
17:28 | [21810396ee] part of check-in [2b3d9805a2] Disable memory-mapped I/O for the win32lock.test module (check-in: [2b3d9805a2] user: drh branch: trunk, size: 3868) | |
2011-08-26
| ||
05:40 | [b2a539e85a] part of check-in [5ed7633d41] In the MSVC makefile, allow symbols to be enabled without NDEBUG defined. Also, for the win32lock test, make sure the database is closed prior to shutdown. (check-in: [5ed7633d41] user: mistachkin branch: winNativeHeap, size: 3838) | |
2011-08-25
| ||
04:09 | [00151c83c7] part of check-in [401859236b] Add comments for the various debug levels. When debugging, disable optimizations. Prevent the win32lock tests from spinning forever. (check-in: [401859236b] user: mistachkin branch: winNativeHeap, size: 3829) | |
2011-08-02
| ||
23:45 | [d60b39c53c] part of check-in [4cb17881d9] Add explanatory comment to the win32lock-2.2 test case. (check-in: [4cb17881d9] user: mistachkin branch: winopen-retry-logic, size: 3627) | |
23:34 | [7144fb147f] part of check-in [7baf02946e] Correct subtle timing issues in the win32lock test cases and in the lock_win32_file Tcl command. Also, eliminate superfluous MSVC compiler warnings. (check-in: [7baf02946e] user: mistachkin branch: winopen-retry-logic, size: 3166) | |
20:19 | [cc90e3a735] part of check-in [8a52698e64] Fix missing info exists check for win32lock-2.2 (the one previously applied to win32lock-1.2). (check-in: [8a52698e64] user: mistachkin branch: winopen-retry-logic, size: 2796) | |
2011-07-28
| ||
19:16 | [e12fe40524] part of check-in [93079a92c4] Remove redundant sub-expression from retry loop invariant in winAccess. Also, make check for SQLITE_ACCESS_READWRITE formally correct. (check-in: [93079a92c4] user: mistachkin branch: trunk, size: 2773) | |
2011-07-13
| ||
16:03 | [0a16a7df4a] part of check-in [7aaf0a6ae1] Added the SQLITE_FCNTL_WIN32_AV_RETRY file control for configuring the retry counts and delays in the windows VFS. (check-in: [7aaf0a6ae1] user: drh branch: trunk, size: 2750) | |
2011-07-12
| ||
13:51 | [58d2505e03] part of check-in [ff0ff75c35] Improvements to the logging that occurs on an antivirus I/O retry. (check-in: [ff0ff75c35] user: drh branch: av-defense, size: 1990) | |
2011-07-11
| ||
23:45 | Added: [7fa3287dcc] part of check-in [03af4c175c] Update the TCL commands for setting windows manditory locks. Add test cases for manditory lock delays under windows. (check-in: [03af4c175c] user: drh branch: trunk, size: 1634) | |