Commit 278ff166 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Add warnings to galera test suppression list.

parent 8d2d947a
......@@ -34,6 +34,8 @@ 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: no nodes coming from prim view, prim not possible|,
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.),
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment