mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Modify a test for corruption within the wal checkpoint code to account for the pending-byte page. And for the fact that test configurations might move the pending-byte page.
FossilOrigin-Name: 7dfb74c37e678dde347d9d85846672f82ad282e300e32676330b764be2e4d580
This commit is contained in:
@ -1314,6 +1314,9 @@ if {[wal_is_capable]} {
|
||||
INSERT INTO t1(t) SELECT randomblob(123) FROM t1;
|
||||
INSERT INTO t1(t) SELECT randomblob(123) FROM t1;
|
||||
INSERT INTO t1(t) SELECT randomblob(123) FROM t1;
|
||||
INSERT INTO t1(t) SELECT randomblob(123) FROM t1;
|
||||
INSERT INTO t1(t) SELECT randomblob(123) FROM t1;
|
||||
INSERT INTO t1(t) SELECT randomblob(123) FROM t1;
|
||||
|
||||
PRAGMA journal_mode = wal;
|
||||
INSERT INTO t1 VALUES(-1, 'b');
|
||||
|
Reference in New Issue
Block a user