Commit ec4f05c
committed
test(lease): retry on the malformed-image WAL corruption signature too
Python CI (ubuntu, 3.13 only) hit the documented pre-existing
cross-process WAL corruption with a new SQLite error string:
'database disk image is malformed' on the first event_log read
(2026-08-22 run of this branch; 3.12/3.14 green in the same run).
The test already whitelists this crash class for bounded startup
retries ('disk I/O error', 'FOREIGN KEY constraint failed'); add the
malformed-image variant of the same corruption so a transient hit
retries instead of failing the subject under test.1 parent 8cd7dc9 commit ec4f05c
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
| |||
0 commit comments