Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f00edc

Browse files
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.xyz
1 parentffe12d1 commit9f00edc

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

‎src/test/modules/injection_points/expected/basic.out

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
Parsed test spec with 2 sessions
22

3-
starting permutation: wait1 wakeup2 detach2
4-
injection_points_attach
5-
-----------------------
6-
7-
(1 row)
8-
9-
step wait1: SELECT injection_points_run('injection-points-wait'); <waiting ...>
10-
step wakeup2: SELECT injection_points_wakeup('injection-points-wait');
11-
injection_points_wakeup
12-
-----------------------
13-
14-
(1 row)
15-
16-
step wait1: <... completed>
17-
injection_points_run
18-
--------------------
19-
20-
(1 row)
21-
22-
step detach2: SELECT injection_points_detach('injection-points-wait');
23-
injection_points_detach
24-
-----------------------
25-
26-
(1 row)
27-
28-
293
starting permutation: wait1 detach2 wakeup2
304
injection_points_attach
315
-----------------------

‎src/test/modules/injection_points/specs/basic.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ step wakeup2{ SELECT injection_points_wakeup('injection-points-wait'); }
2626
stepdetach2{SELECTinjection_points_detach('injection-points-wait');}
2727

2828
# Detach after wait and wakeup.
29-
permutationwait1wakeup2detach2
29+
# This permutation is proving to be unstable on FreeBSD, so disable for now.
30+
#permutation wait1 wakeup2 detach2
3031

3132
# Detach before wakeup. s1 waits until wakeup, ignores the detach.
3233
permutationwait1detach2wakeup2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp