Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove savepoint6.test from the set of tests run by journaltest since savepoint6.test uses journal_mode=WAL. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
811b45a96bfaa0ef2394b86c06e8f099 |
User & Date: | drh 2010-05-06 22:21:15 |
Context
2010-05-07
| ||
00:28 | Another attempt to fix permutations.test so that it excludes WAL tests from the journaltest permutation. check-in: 58c40442 user: drh tags: trunk | |
2010-05-06
| ||
22:21 | Remove savepoint6.test from the set of tests run by journaltest since savepoint6.test uses journal_mode=WAL. check-in: 811b45a9 user: drh tags: trunk | |
21:37 | The PRAGMA journal_mode=WAL; command now makes WAL the default journal mode for new databases added with ATTACH, so the behavior is consistent with the other journal modes. check-in: c3520460 user: drh tags: trunk | |
Changes
Changes to test/permutations.test.
741 742 743 744 745 746 747 748 749 750 751 752 753 754 |
incrvacuum.test ioerr.test corrupt4.test io.test crash8.test async4.test bigfile.test }] if {[info commands register_demovfs] != ""} { run_tests "demovfs" -description { Check that pages are synced before being written (test_journal.c). } -initialize { register_demovfs |
> |
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
incrvacuum.test
ioerr.test
corrupt4.test
io.test
crash8.test
async4.test
bigfile.test
savepoint6.test
}]
if {[info commands register_demovfs] != ""} {
run_tests "demovfs" -description {
Check that pages are synced before being written (test_journal.c).
} -initialize {
register_demovfs
|