mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Minor test improvement
This commit is contained in:
parent
cd8482c19e
commit
bc4686f0f4
3 changed files with 5 additions and 1 deletions
|
@ -19,3 +19,4 @@ SET GLOBAL wsrep_certify_nonPK = 1;
|
|||
SET GLOBAL wsrep_certify_nonPK = 1;
|
||||
DROP TABLE t1;
|
||||
DROP TABLE t2;
|
||||
call mtr.add_suppression("SQL statement was ineffective");
|
||||
|
|
|
@ -32,7 +32,6 @@ push @::global_suppressions,
|
|||
qr(WSREP:.*down context.*),
|
||||
qr(WSREP: Failed to send state UUID:),
|
||||
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: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,
|
||||
qr(WSREP: Quorum: No node with complete state),
|
||||
|
|
|
@ -37,3 +37,7 @@ SELECT COUNT(*) = 1 FROM t2 WHERE f1 = 3;
|
|||
DROP TABLE t1;
|
||||
DROP TABLE t2;
|
||||
|
||||
--connection node_1
|
||||
call mtr.add_suppression("SQL statement was ineffective");
|
||||
|
||||
--source include/galera_end.inc
|
||||
|
|
Loading…
Add table
Reference in a new issue