SQLite

All files named ”test/notify2.test”
Login

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

History for test/notify2.test

2014-12-30
12:03
[2ecabaa130] part of check-in [d904d29354] Change notify2.test to check that sqlite3_blocking_step() uses CPU more efficiently than sqlite3_step(), not that it results in greater overall throughput for any specific number of threads. (check-in: [d904d29354] user: dan branch: trunk, size: 8685)
2013-03-21
21:20
[ce23eb522c] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 7713)
2011-08-02
00:57
[9503e51b9a] 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: 7711)
2009-03-30
11:59
[195a467e02] part of check-in [ab7c718dec] Display a warning that the notify2-3 test sometimes fails on single-core machines. (CVS 6407) (check-in: [ab7c718dec] user: drh branch: trunk, size: 7718)
2009-03-28
07:03
[f28e2f0394] part of check-in [c9fa329f54] Fix a couple of test script bugs. No changes to SQLite code. (CVS 6396) (check-in: [c9fa329f54] user: danielk1977 branch: trunk, size: 7530)
2009-03-26
14:48
[7fc4a2ec7d] 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: 7465)
2009-03-24
18:42
[f189304492] part of check-in [940d72d2ba] Change OS_UNIX to SQLITE_OS_UNIX in test_thread.c. Modify notify2.test to print out its timings in addition to reporting success or failure. (CVS 6382) (check-in: [940d72d2ba] user: drh branch: trunk, size: 7515)
2009-03-23
17:11
[997b6caed0] part of check-in [92ec597512] Fix an obscure race condition that can occur when multiple threads, shared cache and DDL statements are combined. Enhance notify2.test to test this scenario. (CVS 6373) (check-in: [92ec597512] user: danielk1977 branch: trunk, size: 7195)
2009-03-19
07:58
[0c350ad8ff] part of check-in [e8be1af922] Change sqlite3_step() to return SQLITE_LOCKED if a statement cannot be re-compiled due to locks on the shared-cache schema. Also add a blocking wrapper of sqlite3_prepare_v2() to the test code. (CVS 6359) (check-in: [e8be1af922] user: danielk1977 branch: trunk, size: 6740)
2009-03-16
13:19
Added: [828511802c] part of check-in [b649a6cc5b] Add the sqlite3_unlock_notify() API. (CVS 6348) (check-in: [b649a6cc5b] user: danielk1977 branch: trunk, size: 6439)