Skip to content

Commit c08afc4

Browse files
committed
Update galera_3nodes suite global ignore list.
1 parent a34f930 commit c08afc4

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

mysql-test/suite/galera_3nodes/suite.pm

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ push @::global_suppressions,
2222
qr(WSREP:.*down context.*),
2323
qr(WSREP: Failed to send state UUID:),
2424
qr(WSREP: last inactive check more than .* skipping check),
25-
qr(WSREP: SQL statement was ineffective),
2625
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
2726
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,
2827
qr(WSREP: Quorum: No node with complete state),
@@ -36,14 +35,38 @@ push @::global_suppressions,
3635
qr(WSREP: user message in state LEAVING),
3736
qr(WSREP: .* sending install message failed: Transport endpoint is not connected),
3837
qr(WSREP: .* sending install message failed: Resource temporarily unavailable),
39-
qr(WSREP: Sending JOIN failed: -107 \(Transport endpoint is not connected\). Will retry in new primary component.),
38+
qr(WSREP: Maximum writeset size exceeded by .*),
39+
qr(WSREP: transaction size exceeded.*),
40+
qr(WSREP: RBR event .*),
41+
qr(WSREP: Ignoring error for TO isolated action: .*),
42+
qr(WSREP: transaction size limit .*),
43+
qr(WSREP: rbr write fail, .*),
44+
qr(WSREP: .*Backend not supported: foo.*),
45+
qr(WSREP: .*Failed to initialize backend using .*),
46+
qr(WSREP: .*Failed to open channel 'my_wsrep_cluster' at .*),
47+
qr(WSREP: gcs connect failed: Socket type not supported),
48+
qr(WSREP: failed to open gcomm backend connection: 110: failed to reach primary view: 110 .*),
49+
qr(WSREP: .*Failed to open backend connection: -110 .*),
50+
qr(WSREP: .*Failed to open channel 'my_wsrep_cluster' at .*),
51+
qr(WSREP: gcs connect failed: Connection timed out),
52+
qr|WSREP: wsrep::connect\(.*\) failed: 7|,
53+
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.),
4054
qr(WSREP: Could not find peer:),
55+
qr(WSREP: TO isolation failed for: .*),
4156
qr|WSREP: gcs_caused\(\) returned .*|,
4257
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|,
4358
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(JOINED\). Message ignored.|,
59+
qr|WSREP: Unsupported protocol downgrade: incremental data collection disabled. Expect abort.|,
4460
qr(WSREP: Action message in non-primary configuration from member [0-9]*),
61+
qr(WSREP: Last Applied Action message in non-primary configuration from member [0-9]*),
62+
qr(WSREP: discarding established .*),
63+
qr|WSREP: .*core_handle_uuid_msg.*|,
4564
qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0. WSREP_SYNC_WAIT_BEFORE_READ is on),
46-
qr(WSREP: JOIN message from member .* in non-primary configuration. Ignored.),
65+
qr|WSREP: JOIN message from member .* in non-primary configuration. Ignored.|,
66+
qr(WSREP: Failed to remove page file .*),
67+
qr(WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*),
68+
qr|WSREP: Sending JOIN failed: -107 \(Transport endpoint is not connected\). Will retry in new primary component.|,
69+
qr|WSREP: Trying to continue unpaused monitor|,
4770
);
4871

4972
bless { };

0 commit comments

Comments
 (0)