1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Disabling some more sporadically failing galera tests.

This commit is contained in:
Nirbhay Choubey
2015-05-14 21:48:54 -04:00
parent c9c8e0554f
commit 14b816a5c8
2 changed files with 8 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ push @::global_suppressions,
qr|WSREP: wsrep::connect\(\) failed: 7|,
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.),
qr(WSREP: Could not find peer:),
qr(WSREP: TO isolation failed for: .*),
qr|WSREP: gcs_caused\(\) returned .*|,
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|,
qr(WSREP: Action message in non-primary configuration from member [0-9]*),
);