Commit bc4686f0 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Minor test improvement

parent cd8482c1
...@@ -19,3 +19,4 @@ SET GLOBAL wsrep_certify_nonPK = 1; ...@@ -19,3 +19,4 @@ SET GLOBAL wsrep_certify_nonPK = 1;
SET GLOBAL wsrep_certify_nonPK = 1; SET GLOBAL wsrep_certify_nonPK = 1;
DROP TABLE t1; DROP TABLE t1;
DROP TABLE t2; DROP TABLE t2;
call mtr.add_suppression("SQL statement was ineffective");
...@@ -32,7 +32,6 @@ push @::global_suppressions, ...@@ -32,7 +32,6 @@ push @::global_suppressions,
qr(WSREP:.*down context.*), qr(WSREP:.*down context.*),
qr(WSREP: Failed to send state UUID:), qr(WSREP: Failed to send state UUID:),
qr(WSREP: last inactive check more than .* skipping check), qr(WSREP: last inactive check more than .* skipping check),
qr(WSREP: SQL statement was ineffective),
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.), 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: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,
qr(WSREP: Quorum: No node with complete state), qr(WSREP: Quorum: No node with complete state),
......
...@@ -37,3 +37,7 @@ SELECT COUNT(*) = 1 FROM t2 WHERE f1 = 3; ...@@ -37,3 +37,7 @@ SELECT COUNT(*) = 1 FROM t2 WHERE f1 = 3;
DROP TABLE t1; DROP TABLE t1;
DROP TABLE t2; DROP TABLE t2;
--connection node_1
call mtr.add_suppression("SQL statement was ineffective");
--source include/galera_end.inc
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