Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/thread001.test
2018-03-16
| ||
07:48 | Fix a problem in test script thread001.test causing a spurious "-1 files were left open" error when run separately. file: [b61a29dd] check-in: [1774f1c3] user: dan branch: trunk, size: 3954 | |
2012-12-05
| ||
16:44 | Modify a query in test/thread001.test to ensure that results are returned in the order expected by the test. file: [9f22fd35] check-in: [51cbddd5] user: dan branch: trunk, size: 3935 | |
2011-08-30
| ||
19:52 | Enable the thread test logic to work with the SQLITE_HAS_CODEC compile-time option. file: [7cc2ce08] check-in: [20ddfb47] user: drh branch: trunk, size: 3933 | |
2009-03-26
| ||
14:48 | Prevent the tcl test suite from throwing an exception when a threadsafe SQLite is linked against a non-threadsafe Tcl for testing. Print a warning instead. Ticket #3753. (CVS 6389) file: [a3e6a725] check-in: [a22e7c81] user: danielk1977 branch: trunk, size: 3916 | |
2009-02-12
| ||
17:06 | Update thread tests to clear the sqlite_open_file_count counter at the end. This counter is not threadsafe and can end up with an invalid value at the end of the thread tests. (CVS 6289) file: [06c45ed9] check-in: [8c4d71a1] user: drh branch: trunk, size: 3969 | |
2009-02-04
| ||
11:57 | Ensure that thread001.test and thread002.test reset the global shared-cache-enabled setting before they finish. (CVS 6253) file: [7595e582] check-in: [416288a9] user: danielk1977 branch: trunk, size: 3948 | |
2009-01-19
| ||
17:40 | Make sure mutexes are fully enabled for thread001.test. Take steps to ensure that the thread tests run during regression testing. (CVS 6193) file: [71dca5ed] check-in: [6242f113] user: drh branch: trunk, size: 3832 | |
2008-10-07
| ||
15:25 | Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0 option always removes all mutex code. For application-defined mutexes only, use SQLITE_THREADSAFE=1 with SQLITE_MUTEX_NOOP=1. Ticket #3421. (CVS 5779) file: [dda1d39c] check-in: [02a12eb1] user: drh branch: trunk, size: 3646 | |
2008-07-12
| ||
14:52 | Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) file: [3fb08080] check-in: [dcb16024] user: drh branch: trunk, size: 3616 | |
2007-09-10
| ||
07:35 | Enhance thread001.test again, this time to also test in shared-cache mode. (CVS 4418) file: [8fbd9559] check-in: [54f87899] user: danielk1977 branch: trunk, size: 3625 | |
06:23 | Upgrade thread001.test to test with multiple database handles. (CVS 4417) file: [956b8090] check-in: [6ee2b8ff] user: danielk1977 branch: trunk, size: 4388 | |
2007-09-07
| ||
18:40 | Modify test_thread.c to use tcl apis for creating threads. (CVS 4415) file: [52ea6333] check-in: [9b7bab7f] user: danielk1977 branch: trunk, size: 3486 | |
11:29 | Add the beginning of the thread-safety tests. There are more to come. (CVS 4413) file: [055549ce] check-in: [753908e8] user: danielk1977 branch: trunk, size: 3186 Added | |