forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit60c2951
committed
Remove reindex_catalog test from test schedules.
As the test currently causes occasional deadlocks (due to the schemacleanup from previous sessions potentially still running), and thepatch fromf912d7d has gotten a fair bit of buildfarm coverage,remove the test from the test schedules. There's a set of minorreleases coming up.Leave the tests in place, so it can manually be run using EXTRA_TESTS.For now also leave it in master, as there's no imminent release, andthere's plenty (re-)index related work in 12. But we'll have todisable it before long there too, unless somebody comes up with simpleenough fixes for the deadlock (I'm about to post a vague idea to thelist).Discussion:https://postgr.es/m/4622.1556982247@sss.pgh.pa.usBackpatch: 9.4-11 (no master!)1 parent69fc943 commit60c2951
File tree
4 files changed
+14
-10
lines changed- src/test/regress
- expected
- sql
4 files changed
+14
-10
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 |
| |
20 | 25 |
| |
21 | 26 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 | 60 |
| |
66 | 61 |
| |
67 | 62 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 |
| |
20 | 25 |
| |
21 | 26 |
| |
|
0 commit comments
Comments
(0)