injection_points: Disable one permutation in isolation test "basic"
authorMichael Paquier <michael@paquier.xyz>
Fri, 25 Oct 2024 01:34:27 +0000 (10:34 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 25 Oct 2024 01:34:27 +0000 (10:34 +0900)
commit9f00edc2288892a55e2bef464f555e9f5396ff1c
tree86d0f68be0c7c13c5d612fab5392511c9fea0b24
parentffe12d1d22e73d7bcda1f0ee9af33d04fab199b2
injection_points: Disable one permutation in isolation test "basic"

The first permutation done in the test does a wait, a wakeup then a
detach.  It is proving to be unstable in the CI for FreeBSD (Windows and
Linux are stable).  The failure shows that the wait is so slow to finish
after being woken up that the detach has the time to finish before the
wait, messing up with the expected output.

There may be a platform-specific issue going on here, but for now
disable this permutation to make the CI runs more stable.

Discussion: https://postgr.es/m/ZxrnSGdNtQWAxE3_@paquier.xyz
src/test/modules/injection_points/expected/basic.out
src/test/modules/injection_points/specs/basic.spec