Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/exclusive2.test
2024-07-30
| ||
17:09 | [cd70b1d9c6] 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: 9392) | |
2017-01-25
| ||
18:12 | [984090e8e9] part of check-in [f66614dc78] Fix a test script problem in exclusive2.test causing it to fail on this branch. (check-in: [f66614dc78] user: dan branch: trim-nulls, size: 9426) | |
2014-02-11
| ||
19:35 | [a3bfa5d212] part of check-in [8ef97420b2] Test case updates to account for the fact that database files are not created until they are first written. (check-in: [8ef97420b2] user: dan branch: deferred-open, size: 9467) | |
2013-12-19
| ||
16:26 | [32798111aa] part of check-in [ca3fdfd419] Make sure errors encountered while initializing extensions such as FTS4 get reported out from sqlite3_open(). This fixes a bug introduced by check-in [9d347f547e7ba9]. Also remove lots of forgotten "breakpoint" commands left in test scripts over the years. (check-in: [ca3fdfd419] user: drh branch: trunk, size: 9387) | |
2013-03-26
| ||
01:07 | [354bdabe29] part of check-in [a850c7319c] Previous check-in accidently left mmap turned off by default. This checkin fixes that. Unfortunately, shared.test is now segfaulting. All other veryquick tests appear to work, however. (check-in: [a850c7319c] user: drh branch: experimental-mmap, size: 9400) | |
2013-03-19
| ||
19:28 | [881193ecce] part of check-in [6183f1bd86] Add the sqlite3_io_methods.xMremap() method to the VFS interface. Also "PRAGMA mmap_size". (check-in: [6183f1bd86] user: dan branch: experimental-mmap, size: 9398) | |
2011-08-02
| ||
00:57 | [372be98f6d] 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: 9179) | |
2011-02-16
| ||
01:23 | [343d55130c] part of check-in [edd27669f3] Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. (check-in: [edd27669f3] user: shaneh branch: trunk, size: 9193) | |
2011-01-26
| ||
06:13 | [b65264c3e7] part of check-in [84b0c2bc71] Changes to exclusive2.test to make it more deterministic. (check-in: [84b0c2bc71] user: dan branch: trunk, size: 9028) | |
2011-01-16
| ||
00:56 | [c2f2b2242d] part of check-in [04fa1e1690] Make sure the change-counter and SQLite-version fields of the header are set correctly even when doing a VACUUM with locking_mode=EXCLUSIVE. Ticket [5d863f876ee9561b]. (check-in: [04fa1e1690] user: drh branch: trunk, size: 9009) | |
2010-09-14
| ||
10:53 | [76e63c0534] part of check-in [56a9ce7774] Fix some test failures found running releasetest.tcl. (check-in: [56a9ce7774] user: dan branch: trunk, size: 9009) | |
2010-06-07
| ||
14:28 | [fcbb1c9ca9] part of check-in [c2edf8e17f] Refactor some of the global variables and commands used by tester.tcl. (check-in: [c2edf8e17f] user: dan branch: trunk, size: 8717) | |
2008-11-27
| ||
02:22 | [6bdf254770] part of check-in [f9c7359065] Add 19 new assert() statements in btree.c that attempt to detect writing to a cache page which is not writeable. (CVS 5964) (check-in: [f9c7359065] user: drh branch: trunk, size: 8700) | |
2008-08-22
| ||
00:25 | [7d2b1c0370] part of check-in [e28a2870b4] Deferring file descriptor closing to avoid trashing locks when directly manipulating sqlite db file contents (causes errors on AFP testing) (CVS 5587) (check-in: [e28a2870b4] user: aswift branch: trunk, size: 8666) | |
2007-08-12
| ||
20:07 | [d13bf66753] part of check-in [990f621f22] Updates to test scripts for better support of soft-heap-limit testing. (CVS 4209) (check-in: [990f621f22] user: drh branch: trunk, size: 8505) | |
2007-07-20
| ||
20:25 | [62d0559b4c] part of check-in [b2ba3e81fb] Work around an AFP file system byte-range locking error caused by opening and closing a second file descriptor on the database file as RDWR which clears the exclusive byte-range lock and results in an fcntl error when the AFP locking code attempts to clear it afterwards. This error is caused by the test harness and isn't a flaw in the sqlite or its implementation of AFP file locking. (CVS 4172) (check-in: [b2ba3e81fb] user: aswift branch: trunk, size: 8244) | |
2007-06-16
| ||
14:43 | [3496656375] part of check-in [04a13fe43e] Modify the tests in exclusive2.test to account for the fact that the pager cache may be very small by default. These tests are only valid if the entire database fitting in the cache. (CVS 4082) (check-in: [04a13fe43e] user: danielk1977 branch: trunk, size: 7803) | |
2007-04-25
| ||
12:06 | [f9738964b0] part of check-in [2d2e68da74] Fix a file descriptor leak in the exclusive2 test script. (CVS 3871) (check-in: [2d2e68da74] user: drh branch: trunk, size: 6795) | |
2007-04-16
| ||
15:02 | [6ef76efd3b] part of check-in [e44995debf] Detect database file changes using a 128-bit segment of the file header that includes the change counter. Ticket #2303. (CVS 3844) (check-in: [e44995debf] user: drh branch: trunk, size: 6783) | |
2007-04-08
| ||
16:52 | [dcb10d5277] part of check-in [5424fcc5f8] Work around buggy TCL implementations in the exclusive2 test file. Ticket #2287 (CVS 3827) (check-in: [5424fcc5f8] user: drh branch: trunk, size: 6662) | |
2007-04-03
| ||
16:13 | [8d580e5bb8] part of check-in [9e004c519a] Add Tcl (flush) commands to exclusive2.test, which is failing on some systems but not others. (CVS 3806) (check-in: [9e004c519a] user: danielk1977 branch: trunk, size: 6666) | |
2007-03-26
| ||
10:27 | Added: [187993598a] part of check-in [72cb2e1a73] Add some tests and fixes surrounding exclusive-access mode and the pager change-counter. (CVS 3716) (check-in: [72cb2e1a73] user: danielk1977 branch: trunk, size: 6629) | |