pgsql: injection_points: Disable one permutation in isolation test "bas - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: injection_points: Disable one permutation in isolation test "bas
Date
Msg-id E1t49Dz-002J9m-QM@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Remove the RTE_GROUP RTE if we drop the groupClause
Next
From: Michael Paquier
Date:
Subject: pgsql: Add install rules for Kerberos.pm and AdjustUpgrade.pm