Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a recently introduced problem in wal.test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
79b52d0ff7a7b717bde55b97ff05ad17 |
User & Date: | dan 2010-05-07 13:52:42.000 |
Context
2010-05-07
| ||
13:57 | Updates to documentation on the C interfaces supporting WAL. No functional changes to code. (check-in: 681ba20cf0 user: drh tags: trunk) | |
13:52 | Fix a recently introduced problem in wal.test. (check-in: 79b52d0ff7 user: dan tags: trunk) | |
12:49 | Change wal.test and walhook.test so that they work with DEFAULT_AUTOVACUUM=1 builds. (check-in: 4cde92909c user: dan tags: trunk) | |
Changes
Changes to test/wal.test.
︙ | ︙ | |||
914 915 916 917 918 919 920 | db function blob blob for {set i 0} {$i < 16} {incr i} { execsql { INSERT INTO t2 SELECT blob(400), blob(400) FROM t2 } } execsql { SELECT count(*) FROM t2 } } [expr int(pow(2, 16))] do_test wal-13.2.3 { | | | | 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 | db function blob blob for {set i 0} {$i < 16} {incr i} { execsql { INSERT INTO t2 SELECT blob(400), blob(400) FROM t2 } } execsql { SELECT count(*) FROM t2 } } [expr int(pow(2, 16))] do_test wal-13.2.3 { expr [file size test.db-wal] > [log_file_size 33000 1024] } 1 foreach code [list { set tn 3 proc buddy {tcl} { uplevel #0 $tcl } } { set tn 4 set ::buddy [launch_testfixture] |
︙ | ︙ |