Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6348e46

Browse files
committed
Disable 031_recovery_conflict.pl until after minor releases.
f40d362 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
1 parent fdaaba1 commit 6348e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/recovery/t/031_recovery_conflict.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use PostgreSQL::Test::Utils;
1111
use Test::More;
1212

13+
plan skip_all => "disabled until after minor releases, due to instability";
1314

1415
# Set up nodes
1516
my $node_primary = PostgreSQL::Test::Cluster->new('primary');

0 commit comments

Comments
 (0)