pgsql: Disable 031_recovery_conflict.pl in 15 and 16.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable 031_recovery_conflict.pl in 15 and 16.
Date: 2023-09-06 23:50:27
Message-ID: E1qe2Hy-002js4-P1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable 031_recovery_conflict.pl in 15 and 16.

This test fails due to known bugs in the test and the server. Those
will be fixed in master shortly and possibly back-patched a bit later,
but in the meantime it is unhelpful for package maintainers if the tests
randomly fail, and it's not a good time to make complex changes in 16.

This had already been done for older branches prior to 15's release.
Now we're about to release 16, and Debian's test builds are regularly
failing on one architecture, so let's do the same for 15 and 16.

Reported-by: Christoph Berg <myon(at)debian(dot)org>
Reported-by: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Discussion: https://postgr.es/m/CALj2ACVr8au2J_9D88UfRCi0JdWhyQDDxAcSVav0B0irx9nXEg%40mail.gmail.com

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8d1cf9674a253f88d52c365804b9b4d3a7eeab9d

Modified Files
--------------
src/test/recovery/t/031_recovery_conflict.pl | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-09-06 23:50:39 pgsql: Disable 031_recovery_conflict.pl in 15 and 16.
Previous Message Nathan Bossart 2023-09-06 23:28:00 pgsql: Add support for syncfs() in frontend support functions.