SQLite

All files named ”test/thread001.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/thread001.test

2022-08-15
12:26
[a0985c117e] part of check-in [52c3ae063e] In the documentation emphasize that the use of shared cache is discouraged. Fix test cases so that they all work with shared cache disabled. (check-in: [52c3ae063e] user: drh branch: trunk, size: 4003)
2018-03-16
07:48
[b61a29dd87] part of check-in [1774f1c3ba] Fix a problem in test script thread001.test causing a spurious "-1 files were left open" error when run separately. (check-in: [1774f1c3ba] user: dan branch: trunk, size: 3954)
2012-12-05
16:44
[9f22fd3525] part of check-in [51cbddd51d] Modify a query in test/thread001.test to ensure that results are returned in the order expected by the test. (check-in: [51cbddd51d] user: dan branch: trunk, size: 3935)
2011-08-30
19:52
[7cc2ce08f9] part of check-in [20ddfb4780] Enable the thread test logic to work with the SQLITE_HAS_CODEC compile-time option. (check-in: [20ddfb4780] user: drh branch: trunk, size: 3933)
2009-03-26
14:48
[a3e6a7254d] part of check-in [a22e7c818b] 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) (check-in: [a22e7c818b] user: danielk1977 branch: trunk, size: 3916)
2009-02-12
17:06
[06c45ed959] part of check-in [8c4d71a169] 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) (check-in: [8c4d71a169] user: drh branch: trunk, size: 3969)
2009-02-04
11:57
[7595e58213] part of check-in [416288a9fa] Ensure that thread001.test and thread002.test reset the global shared-cache-enabled setting before they finish. (CVS 6253) (check-in: [416288a9fa] user: danielk1977 branch: trunk, size: 3948)
2009-01-19
17:40
[71dca5edec] part of check-in [6242f113eb] Make sure mutexes are fully enabled for thread001.test. Take steps to ensure that the thread tests run during regression testing. (CVS 6193) (check-in: [6242f113eb] user: drh branch: trunk, size: 3832)
2008-10-07
15:25
[dda1d39cea] part of check-in [02a12eb1cf] 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) (check-in: [02a12eb1cf] user: drh branch: trunk, size: 3646)
2008-07-12
14:52
[3fb08080e1] part of check-in [dcb160249f] Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) (check-in: [dcb160249f] user: drh branch: trunk, size: 3616)
2007-09-10
07:35
[8fbd9559da] part of check-in [54f8789903] Enhance thread001.test again, this time to also test in shared-cache mode. (CVS 4418) (check-in: [54f8789903] user: danielk1977 branch: trunk, size: 3625)
06:23
[956b80909c] part of check-in [6ee2b8ffc4] Upgrade thread001.test to test with multiple database handles. (CVS 4417) (check-in: [6ee2b8ffc4] user: danielk1977 branch: trunk, size: 4388)
2007-09-07
18:40
[52ea633367] part of check-in [9b7bab7fc2] Modify test_thread.c to use tcl apis for creating threads. (CVS 4415) (check-in: [9b7bab7fc2] user: danielk1977 branch: trunk, size: 3486)
11:29
Added: [055549cedc] part of check-in [753908e841] Add the beginning of the thread-safety tests. There are more to come. (CVS 4413) (check-in: [753908e841] user: danielk1977 branch: trunk, size: 3186)