Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix test case number issue in walcrash.test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6a46e64168705a31d86d29a60025f138 |
User & Date: | shaneh 2010-07-08 16:22:06.000 |
Context
2010-07-08
| ||
16:22 | Fix warning in test fixture code. (check-in: 0bfcf3bcd7 user: shaneh tags: trunk) | |
16:22 | Fix test case number issue in walcrash.test. (check-in: 6a46e64168 user: shaneh tags: trunk) | |
14:59 | Fix to lock5.test so that it runs with the inmemory_journal permutation on osx. (check-in: 948bb54568 user: dan tags: trunk) | |
Changes
Changes to test/walcrash.test.
︙ | ︙ | |||
61 62 63 64 65 66 67 | } } {1 {child process exited abnormally}} do_test walcrash-1.$i.5 { sqlite3 db test.db execsql { SELECT sum(a)==max(b) FROM t1 } } {1} integrity_check walcrash-1.$i.6 | | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | } } {1 {child process exited abnormally}} do_test walcrash-1.$i.5 { sqlite3 db test.db execsql { SELECT sum(a)==max(b) FROM t1 } } {1} integrity_check walcrash-1.$i.6 do_test walcrash-1.$i.7 { execsql { PRAGMA main.journal_mode } } {wal} db close } # walcrash-2.* # |
︙ | ︙ |