forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e02005
committed
injection_points: Re-enable permutation in isolation test "basic"
This test has been disabled in9f00edc due to an instable expectedoutput, where it would be possible for the wait step to report itsresult after the detach step is done. The expected output was orderedso as the detach would always report last.Isolation test permutations have the option to use markers to controlthe ordering for cases like this one, as documented insrc/test/isolation/README. The permutation is enabled once again, thistime with a marker added so as the detach step reports only once thewait step has finished, ensuring a correct output ordering.Reviewed-by: Bertrand DrouvotDiscussion:https://postgr.es/m/Z6MBZTX5EqQ6A8Zc@paquier.xyz1 parent306dc52 commit9e02005
File tree
2 files changed
+31
-6
lines changed- src/test/modules/injection_points
- expected
- specs
2 files changed
+31
-6
lines changedLines changed: 26 additions & 0 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 | + | |
3 | 29 |
| |
4 | 30 |
| |
5 | 31 |
| |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
|
0 commit comments
Comments
(0)