SQLite

All files named ”test/thread003.test”
Login

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

History for test/thread003.test

2011-08-30
19:52
[ee4c9efc3b] 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: 5275)
2011-08-02
00:57
[33d2d46e6a] 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: 5257)
2009-03-26
14:48
[b824d4f52b] 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: 5264)
2009-03-12
14:43
[a8bc91af1d] part of check-in [a1bb1aef0e] Make calls to sqlite3BtreeRollbackStmt() no-ops when passed a Btree* handle that does not have an open statement transaction. Ticket #3718. (CVS 6342) (check-in: [a1bb1aef0e] user: danielk1977 branch: trunk, size: 5354)
2009-02-12
17:06
[6d360c15af] 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: 5346)
2008-10-07
15:25
[e177547996] 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: 5317)
2008-08-30
09:10
[047fb3b971] part of check-in [87c7e82f54] Make sure thread003.test waits for all spawned threads to finish before continuing. (CVS 5644) (check-in: [87c7e82f54] user: danielk1977 branch: trunk, size: 5283)
2008-08-28
13:55
[fae60bf3f1] part of check-in [b606263d08] Avoid using (clock seconds) in thread003.test. It is not available if testfixture is linked to tcl 8.5. (CVS 5634) (check-in: [b606263d08] user: danielk1977 branch: trunk, size: 5223)
10:21
[d78038bf0e] part of check-in [473c09fac2] Enable the disabled asserts added by (5629). Add extra tests to thread003.test. And the required modifications to pcache.c. (CVS 5631) (check-in: [473c09fac2] user: danielk1977 branch: trunk, size: 5256)
08:31
Added: [6e612660f3] part of check-in [1928f15b78] Fix a threads/mutex problem in pcache.c. (CVS 5630) (check-in: [1928f15b78] user: danielk1977 branch: trunk, size: 3013)