forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9f00edc
committed
injection_points: Disable one permutation in isolation test "basic"
The first permutation done in the test does a wait, a wakeup then adetach. It is proving to be unstable in the CI for FreeBSD (Windows andLinux are stable). The failure shows that the wait is so slow to finishafter being woken up that the detach has the time to finish before thewait, messing up with the expected output.There may be a platform-specific issue going on here, but for nowdisable this permutation to make the CI runs more stable.Discussion:https://postgr.es/m/ZxrnSGdNtQWAxE3_@paquier.xyz1 parentffe12d1 commit9f00edc
File tree
2 files changed
+2
-27
lines changed- src/test/modules/injection_points
- expected
- specs
2 files changed
+2
-27
lines changedLines changed: 0 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 3 |
| |
30 | 4 |
| |
31 | 5 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
|
0 commit comments
Comments
(0)