Commit 7d73931c authored by Philip Stoev's avatar Philip Stoev Committed by Nirbhay Choubey

Galera MTR Tests: Various test stability fixes (take #4)

parent ff76214a
......@@ -19,9 +19,6 @@ COUNT(*) = 10
SELECT COUNT(*) = 10 FROM t2;
COUNT(*) = 10
0
SELECT COUNT(DISTINCT ID) FROM INFORMATION_SCHEMA.PROCESSLIST;
COUNT(DISTINCT ID)
4
SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE STATE LIKE 'committed%';
COUNT(*) = 2
1
......
......@@ -47,6 +47,7 @@ COUNT(*) = 19
1
DROP TABLE t1;
CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside");
CALL mtr.add_suppression("WSREP: gcs_caused\\(\\) returned -1 \\(Operation not permitted\\)");
CALL mtr.add_suppression("Action message in non-primary configuration from member 0");
CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside");
CALL mtr.add_suppression("Action message in non-primary configuration from member 0");
......
......@@ -40,6 +40,7 @@ INSERT INTO t1 VALUES (13);
--sleep 5
--connection node_1
--source include/wait_until_connected_again.inc
INSERT INTO t1 VALUES (11);
--connection node_2
......@@ -66,6 +67,7 @@ INSERT INTO t1 VALUES (22);
--sleep 5
--connection node_1
--source include/wait_until_connected_again.inc
INSERT INTO t1 VALUES (21);
--connection node_3
......@@ -134,6 +136,7 @@ SELECT COUNT(*) = 19 FROM t1;
--connection node_1
DROP TABLE t1;
CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside");
CALL mtr.add_suppression("WSREP: gcs_caused\\(\\) returned -1 \\(Operation not permitted\\)");
--connection node_2
CALL mtr.add_suppression("Action message in non-primary configuration from member 0");
......
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