- Notifications
You must be signed in to change notification settings - Fork86
Commit15a5c5d
committed
[PBCKP-354] Pg15: continue reading if error "missing contrecord" is met.
Pg15 now reports if it didn't met expected contrecord. Absence of thismessage was long standing bug in previous postgres versions.This situation could happen if WAL segment was rewritten after restart.It causes "tests.validate.ValidateTest.test_validate_wal_unreal_values"to hang but (looks like) for other reason: test tries to read "in future".Probably we should stop reading logs here. But since we always didcontinue here, lets continue as well.1 parent8f20e7e commit15a5c5d
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1443 | 1443 |
| |
1444 | 1444 |
| |
1445 | 1445 |
| |
1446 |
| - | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
1447 | 1454 |
| |
1448 | 1455 |
| |
1449 | 1456 |
| |
|
0 commit comments
Comments
(0)