SQLite

All files named ”test/thread002.test”
Login

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

History for test/thread002.test

2022-08-15
12:26
[c24c83408e] 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: 2801)
2011-08-30
19:52
[e630504f8a] 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: 2753)
2011-08-02
00:57
[716631b06c] 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: 2729)
2009-03-26
14:48
[afd20095e6] 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: 2736)
2009-03-17
15:39
[4338c3d7c5] part of check-in [d137e841ce] Fix test script bugs in the thread002.test and thread_common.tcl. (CVS 6352) (check-in: [d137e841ce] user: drh branch: trunk, size: 2828)
2009-03-16
17:07
[2ad15eb5fa] part of check-in [ddadc25d55] Make sure the finished() array in thread005.test is cleared before the script starts. (CVS 6351) (check-in: [ddadc25d55] user: drh branch: trunk, size: 2804)
2009-02-12
17:06
[3c03900f03] 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: 2804)
2009-02-04
11:57
[0258a50c55] 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: 2783)
2008-10-07
15:25
[84c03a9fc4] 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: 2696)
2008-07-12
14:52
[ed9b800460] 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: 2688)
2007-10-09
08:29
[2c4ad2c386] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 2697)
2007-09-10
10:53
Added: [1b886bc4cb] part of check-in [c758cc1d88] Add another test file to help verify thread-safety. (CVS 4419) (check-in: [c758cc1d88] user: danielk1977 branch: trunk, size: 2637)