pgsql: injection_points: Improve comment about disabled isolation permu

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: injection_points: Improve comment about disabled isolation permu
Date: 2024-10-30 23:43:40
Message-ID: E1t6ILk-003DUY-Nj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

injection_points: Improve comment about disabled isolation permutation

9f00edc22888 has disabled a permutation due to failures in the CI for
FreeBSD environments, but this is a matter of timing. Let's document
properly why this type of permutation is a bad idea if relying on a wait
done in a SQL function, so as this can be avoided when implementing new
tests (this spec is also a template).

Reviewed-by: Bertrand Drouvot
Discussion: https://postgr.es/m/ZyCa2qsopKaw3W3K@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/baa1ae04299f9e80ee8610a6bd84b9111f4ed615

Modified Files
--------------
src/test/modules/injection_points/specs/basic.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-10-31 00:44:37 pgsql: Remove unused field from SubPlanState struct
Previous Message Tom Lane 2024-10-30 23:20:05 Re: pgsql: Update time zone data files to tzdata release 2024b.