mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix a problem causing test failures in corruptL.test for some permutations.
FossilOrigin-Name: 680bdc6524ad6af0e74401e96e3a576145042fb865c1582bfaffc11d4ff76a4f
This commit is contained in:
@ -1 +1 @@
|
||||
2a167cfbb2abd76e1b33116b671e58a767fc972dd79bee0004aad09a1dd2b487
|
||||
680bdc6524ad6af0e74401e96e3a576145042fb865c1582bfaffc11d4ff76a4f
|
@ -1303,6 +1303,7 @@ do_catchsql_test 16.1 {
|
||||
# frame in the wal file) is greater than the combined initial sizes
|
||||
# of the database and wal file.
|
||||
#
|
||||
if {[wal_is_capable]} {
|
||||
reset_db
|
||||
do_execsql_test 17.0 {
|
||||
CREATE TABLE t1(o INTEGER PRIMARY KEY, t UNIQUE);
|
||||
@ -1331,6 +1332,7 @@ do_catchsql_test 17.2 {
|
||||
do_test 17.3 {
|
||||
close $fd
|
||||
} {}
|
||||
}
|
||||
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user