mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
17 lines
698 B
Text
17 lines
698 B
Text
Killing node #3 to free ports for garbd ...
|
|
Starting garbd ...
|
|
CREATE TABLE t1 (f1 INTEGER);
|
|
INSERT INTO t1 VALUES (1);
|
|
SELECT COUNT(*) = 1 FROM t1;
|
|
COUNT(*) = 1
|
|
1
|
|
Killing garbd ...
|
|
INSERT INTO t1 VALUES (2);
|
|
SELECT COUNT(*) = 2 FROM t1;
|
|
COUNT(*) = 2
|
|
1
|
|
DROP TABLE t1;
|
|
Restarting node #3 to satisfy MTR's end-of-test checks
|
|
CALL mtr.add_suppression("WSREP: Protocol violation\. JOIN message sender 1\.0 \(.*\) is not in state transfer \(SYNCED\)");
|
|
CALL mtr.add_suppression("WSREP: Protocol violation\. JOIN message sender 1\.0 \(.*\) is not in state transfer \(SYNCED\)");
|
|
CALL mtr.add_suppression("WSREP: Protocol violation\. JOIN message sender 1\.0 \(.*\) is not in state transfer \(SYNCED\)");
|