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

Merge galera tests from github.com/codership/mysql-wsrep

This commit is contained in:
Nirbhay Choubey
2015-04-21 13:17:17 -04:00
parent 608a1ce5b1
commit 3331d4e07e
328 changed files with 12629 additions and 1090 deletions

View File

@@ -34,6 +34,20 @@ push @::global_suppressions,
qr(WSREP: SQL statement was ineffective),
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
qr(WSREP: Quorum: No node with complete state),
qr(WSREP: Initial position was provided by configuration or SST, avoiding override),
qr|WSREP: discarding established \(time wait\) .*|,
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.),
qr(WSREP: evs::proto.*),
qr|WSREP: Ignoring possible split-brain \(allowed by configuration\) from view:.*|,
qr(WSREP: no nodes coming from prim view, prim not possible),
qr(WSREP: Member .* requested state transfer from .* but it is impossible to select State Transfer donor: Resource temporarily unavailable),
qr(WSREP: user message in state LEAVING),
qr(WSREP: .* sending install message failed: Transport endpoint is not connected),
qr(WSREP: Maximum writeset size exceeded by .*),
qr(WSREP: transaction size exceeded),
qr(WSREP: RBR event .*),
qr(WSREP: Ignoring error for TO isolated action: .*),
);