forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit30d98e1
committed
If wait_for_catchup fails under has_wal_read_bug, skip balance of test.
Test files should now ignore has_wal_read_bug() so long aswait_for_catchup() is their only known way of reaching the bug. That'sat least five files today, a number expected to grow over time. Thiscommit removes skip logic from three. By doing so, systems having thebug regain the ability to catch other kinds of defects via those threetests. The other two, 002_databases.pl and 031_recovery_conflict.pl,have been unprotected. Back-patch to v15, where done_testing() firstbecame our standard.Discussion:https://postgr.es/m/20221030031639.GA3082137@rfd.leadboat.com1 parent533e02e commit30d98e1
File tree
4 files changed
+17
-23
lines changed- contrib/bloom/t
- src/test
- perl/PostgreSQL/Test
- recovery/t
4 files changed
+17
-23
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 | 11 |
| |
19 | 12 |
| |
20 | 13 |
| |
|
Lines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2606 | 2606 |
| |
2607 | 2607 |
| |
2608 | 2608 |
| |
2609 |
| - | |
2610 |
| - | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
| 2619 | + | |
| 2620 | + | |
| 2621 | + | |
| 2622 | + | |
| 2623 | + | |
| 2624 | + | |
| 2625 | + | |
2611 | 2626 |
| |
2612 | 2627 |
| |
2613 | 2628 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 9 |
| |
17 | 10 |
| |
18 | 11 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 8 |
| |
16 | 9 |
| |
17 | 10 |
| |
|
0 commit comments
Comments
(0)