From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: injection_points: Disable one permutation in isolation test "bas |
Date: | 2024-10-25 01:34:47 |
Message-ID: | E1t49Dz-002J9m-QM@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/9f00edc2288892a55e2bef464f555e9f5396ff1c
Modified Files
--------------
.../modules/injection_points/expected/basic.out | 26 ----------------------
src/test/modules/injection_points/specs/basic.spec | 3 ++-
2 files changed, 2 insertions(+), 27 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2024-10-25 01:56:50 | pgsql: Add install rules for Kerberos.pm and AdjustUpgrade.pm |
Previous Message | Richard Guo | 2024-10-25 00:53:21 | pgsql: Remove the RTE_GROUP RTE if we drop the groupClause |