Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Do not run crash8.test as part of the "journaltest" permutation. crash8.test uses "PRAGMA synchronous=off", which is incompatible with journaltest. (CVS 6162) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5f184da6758327e0d5fefe61ac3be06a |
User & Date: | danielk1977 2009-01-10 18:51:40.000 |
Context
2009-01-11
| ||
00:18 | Adjust savepoint.test so that it can deal with SQLITE_TEMP_STORE=3. (CVS 6163) (check-in: 3cb910f0ce user: drh tags: trunk) | |
2009-01-10
| ||
18:51 | Do not run crash8.test as part of the "journaltest" permutation. crash8.test uses "PRAGMA synchronous=off", which is incompatible with journaltest. (CVS 6162) (check-in: 5f184da675 user: danielk1977 tags: trunk) | |
17:57 | Remove the unused Pager.alwaysRollback flag. Fix a couple of comments in pager.c. (CVS 6161) (check-in: 8f0672af8d user: danielk1977 tags: trunk) | |
Changes
Changes to test/permutations.test.
1 2 3 4 5 6 7 8 9 10 11 | # 2008 June 21 # # 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 | # 2008 June 21 # # 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: permutations.test,v 1.45 2009/01/10 18:51:40 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl # Argument processing. # #puts "PERM-DEBUG: argv=$argv" |
︙ | ︙ | |||
710 711 712 713 714 715 716 717 718 719 720 721 722 723 | unregister_jt_vfs } -include [concat $::ALLTESTS savepoint6.test ] -exclude { incrvacuum.test ioerr.test corrupt4.test io.test } # End of tests ############################################################################# if {$::perm::testmode eq "targets"} { puts "" ; exit } | > | 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 | unregister_jt_vfs } -include [concat $::ALLTESTS savepoint6.test ] -exclude { incrvacuum.test ioerr.test corrupt4.test io.test crash8.test } # End of tests ############################################################################# if {$::perm::testmode eq "targets"} { puts "" ; exit } |
︙ | ︙ |