@@ -49,25 +49,14 @@ push @::global_suppressions,
4949 qr | WSREP: discarding established \( time wait\) .*| ,
5050 qr ( WSREP: There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside. Will use that one.) ,
5151 qr ( WSREP: evs::proto.*) ,
52- <<<<<<< HEAD
5352 qr | WSREP: Ignoring possible split-brain \( allowed by configuration\) from view:.*| ,
54- ||||||| merged common ancestors
55- qr|WSREP: Ignoring possible split-brain (allowed by configuration) from view:.*|,
56- =======
5753 qr | WSREP: Ignoring possible split-brain \( allowed by configuration\) from view:.*| ,
5854 qr ( WSREP: no nodes coming from prim view, prim not possible) ,
59- >>>>>>> 10.2
6055 qr ( WSREP: Member .* requested state transfer from .* but it is impossible to select State Transfer donor: Resource temporarily unavailable) ,
61- <<<<<<< HEAD
62- qr(WSREP: .* sending install message failed: Transport endpoint is not connected),
63- qr(WSREP: .* sending install message failed: Resource temporarily unavailable),
64- ||||||| merged common ancestors
65- =======
6656 qr ( WSREP: user message in state LEAVING) ,
6757 qr ( WSREP: .* sending install message failed: Transport endpoint is not connected) ,
6858 qr ( WSREP: .* sending install message failed: Resource temporarily unavailable) ,
6959 qr ( WSREP: Sending JOIN failed: -107 \( Transport endpoint is not connected\) . Will retry in new primary component.) ,
70- >>>>>>> 10.2
7160 qr ( WSREP: Could not find peer:) ,
7261 qr | WSREP: gcs_caused\(\) returned .*| ,
7362 qr | WSREP: Protocol violation. JOIN message sender .* is not in state transfer \( SYNCED\) . Message ignored.| ,
@@ -80,30 +69,6 @@ push @::global_suppressions,
8069
8170$ENV {PATH }=" $epath :$ENV {PATH}" ;
8271$ENV {PATH }=" $spath :$ENV {PATH}" unless $epath eq $spath ;
83- <<<<<<< HEAD
84- $ENV {PATH}="$cpath :$ENV {PATH}" unless $cpath eq $spath ;
85- $ENV {PATH}="$bpath :$ENV {PATH}" unless $bpath eq $spath ;
86-
87- if (which(socat)) {
88- $ENV {MTR_GALERA_TFMT}='socat';
89- } elsif (which(nc)) {
90- $ENV {MTR_GALERA_TFMT}='nc';
91- }
92-
93- sub skip_combinations {
94- my %skip = ();
95- $skip {'include/have_filekeymanagement.inc'} = 'needs file_key_management plugin'
96- unless $ENV {FILE_KEY_MANAGEMENT_SO};
97- $skip {'include/have_mariabackup.inc'} = 'Need mariabackup'
98- unless which(mariabackup);
99- $skip {'include/have_mariabackup.inc'} = 'Need ss'
100- unless which(ss);
101- $skip {'include/have_mariabackup.inc'} = 'Need socat or nc'
102- unless $ENV {MTR_GALERA_TFMT};
103- %skip ;
104- }
105- ||||||| merged common ancestors
106- =======
10772$ENV {PATH }=" $cpath :$ENV {PATH}" unless $cpath eq $spath ;
10873$ENV {PATH }=" $bpath :$ENV {PATH}" unless $bpath eq $spath ;
10974
@@ -125,7 +90,6 @@ sub skip_combinations {
12590 unless $ENV {MTR_GALERA_TFMT };
12691 %skip ;
12792}
128- >>>>>>> 10.2
12993
13094bless { };
13195
0 commit comments