- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit926c7fc
committed
injection_points: Tweak more permutation in isolation test "basic"
The CI has reported that using a marker to force the output of thedetach step to happen after the wait step was not enough, asisolationtester has managed to report the detach step as waiting beforethe wait step finishes in some runs.src/test/isolation/README tells that there is a more drastic method toenforce the ordering of the output: an empty step positioned just afterthe wait step can force the wait step to complete before the detach stepbegins. This method has been able to pass 10 runs in the CI here, whileHEAD seems to fail 15~20% of the time in the CF bot.Discussion:https://postgr.es/m/Z6WO8FbqK_FHmrzC@paquier.xyz1 parent428fadb commit926c7fc
File tree
2 files changed
+6
-4
lines changed- src/test/modules/injection_points
- expected
- specs
2 files changed
+6
-4
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
|
0 commit comments
Comments
(0)