forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita916bdc
committed
Fix some issues with TAP tests of pg_basebackup and pg_verify_checksums
ee9e145 has fixed the tests of pg_basebackup for checksums a first time,still one seek() call missed the shot. Also, the data written in filesto emulate corruptions was not actually writing zeros as the quotingstyle was incorrect.Backpatch the portion for pg_basebackup to v11 where these tests havebeen introduced. The tests of pg_verify_checksums are new as of v12.Author: Michael BanckDiscussion:https://postgr.es/m/1550153276.796.35.camel@credativ.deBackpatch-through: 111 parentf0cce9f commita916bdc
File tree
2 files changed
+5
-5
lines changed- src/bin
- pg_basebackup/t
- pg_verify_checksums/t
2 files changed
+5
-5
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 |
| - | |
| 502 | + | |
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
| |||
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
521 |
| - | |
| 521 | + | |
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
| |||
534 | 534 |
| |
535 | 535 |
| |
536 | 536 |
| |
537 |
| - | |
538 |
| - | |
| 537 | + | |
| 538 | + | |
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
0 commit comments
Comments
(0)