diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-10-25 10:34:27 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-10-25 10:34:27 +0900 |
commit | 9f00edc2288892a55e2bef464f555e9f5396ff1c (patch) | |
tree | 86d0f68be0c7c13c5d612fab5392511c9fea0b24 /contrib | |
parent | ffe12d1d22e73d7bcda1f0ee9af33d04fab199b2 (diff) | |
download | postgresql-9f00edc2288892a55e2bef464f555e9f5396ff1c.tar.gz postgresql-9f00edc2288892a55e2bef464f555e9f5396ff1c.zip |
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
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions