forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit676858b
committed
Don't run fast_default regression test in parallel with other tests.
Since it sets up an event trigger that would fire on DDL done by anyconcurrent test script, the original scheduling is just an invitationto irreproducible test failures. (The fact that we found a bug throughexactly such irreproducible test failures doesn't really change thecalculus here: this script is a hazard to anything that runs in parallelwith it today or might be added to that parallel group in future. No,I don't believe that the trigger is protecting itself sufficiently toavoid all possible trouble.)Discussion:https://postgr.es/m/5767.1523995174@sss.pgh.pa.us1 parentb1b71f1 commit676858b
2 files changed
+4
-2
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| 123 | + | |
| 124 | + | |
123 | 125 |
| |
124 | 126 |
| |
125 | 127 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
192 | 191 |
| |
| 192 | + | |
193 | 193 |
|
0 commit comments
Comments
(0)