Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Re-enable file locking in async4.test. (CVS 6640) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f7098187280866a56563c7614513a40b |
User & Date: | danielk1977 2009-05-15 14:41:40.000 |
Context
2009-05-16
| ||
17:38 | Attempt to provide a version of the SQLITE_INT_TO_PTR macro that works on both llvm-gcc-4.2 and MSVC. Ticket #3860. (CVS 6641) (check-in: ddee7ff23e user: drh tags: trunk) | |
2009-05-15
| ||
14:41 | Re-enable file locking in async4.test. (CVS 6640) (check-in: f709818728 user: danielk1977 tags: trunk) | |
2009-05-14
| ||
22:37 | Documentation enhancements for sqlite3_update_hook(), sqlite3_commit_hook(), and the various incremental blob I/O routines. No changes to code. (CVS 6639) (check-in: e8ca932d8c user: drh tags: trunk) | |
Changes
Changes to test/async4.test.
1 2 3 4 5 6 7 8 9 10 11 | # 2009 April 25 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*********************************************************************** # | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # 2009 April 25 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*********************************************************************** # # $Id: async4.test,v 1.2 2009/05/15 14:41:40 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl if {[info commands sqlite3async_initialize] eq ""} { # The async logic is not built into this system finish_test return |
︙ | ︙ | |||
88 89 90 91 92 93 94 95 96 97 98 99 100 101 | Page 5 is never used}} do_test async4.1.16 { db close db2 close sqlite3async_start sqlite3async_wait } {} do_test async4.2.1 { sqlite3async_control delay } {0} do_test async4.2.2 { sqlite3async_control delay 23 } {23} | > > > | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | Page 5 is never used}} do_test async4.1.16 { db close db2 close sqlite3async_start sqlite3async_wait } {} do_test async4.1.17 { sqlite3async_control lockfiles true } {1} do_test async4.2.1 { sqlite3async_control delay } {0} do_test async4.2.2 { sqlite3async_control delay 23 } {23} |
︙ | ︙ |