mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fixes for the SQLITE_CHECK_PAGES debugging feature.
FossilOrigin-Name: 21a1e5961bba148fda50cc0b7d472ca74f90808a
This commit is contained in:
@ -1226,9 +1226,9 @@ do_faultsim_test pagerfault-27 -faults ioerr-persistent -prep {
|
||||
puts $::channel [string repeat abc 6000]
|
||||
flush $::channel
|
||||
} -test {
|
||||
puts [catchsql { UPDATE t2 SET a = a_string(800), b = a_string(800) }]
|
||||
catchsql { UPDATE t2 SET a = a_string(800), b = a_string(800) }
|
||||
catch { close $::channel }
|
||||
puts [catchsql { ROLLBACK }]
|
||||
catchsql { ROLLBACK }
|
||||
faultsim_integrity_check
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user