pgsql: Disable 031_recovery_conflict.pl until after minor releases.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable 031_recovery_conflict.pl until after minor releases.
Date: 2022-05-09 01:13:39
Message-ID: E1nnrxy-000fc0-SL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable 031_recovery_conflict.pl until after minor releases.

f40d362a667 disabled part of 031_recovery_conflict.pl due to instability
that's not trivial to fix in the back branches. That fixed most of the
issues. But there was one more failure (on lapwing / REL_10_STABLE).

That failure looks like it might be caused by a genuine problem. Disable the
test until after the set of releases, to avoid packagers etc potentially
having to fight with a test failure they can't do anything about.

Discussion: https://postgr.es/m/3447060.1652032749@sss.pgh.pa.us
Backpatch: 10-14

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6348e46850681daf1e648fd11cafabbe4aba8597

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 Andres Freund 2022-05-09 01:13:40 pgsql: Disable 031_recovery_conflict.pl until after minor releases.
Previous Message Michael Paquier 2022-05-08 23:41:11 pgsql: Fix control file update done in restartpoints still running afte