mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
The problem is related to performing operations without switching wsrep off, this commit fixes this and allows disabled tests.
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
connection node_2;
|
|
connection node_1;
|
|
connection node_1;
|
|
SELECT COUNT(DISTINCT uuid) AS EXPECT_2 FROM mtr_wsrep_notify.membership;
|
|
EXPECT_2
|
|
2
|
|
SELECT MAX(size) AS EXPECT_2 FROM mtr_wsrep_notify.status;
|
|
EXPECT_2
|
|
2
|
|
SELECT COUNT(DISTINCT idx) AS EXPECT_2 FROM mtr_wsrep_notify.status;
|
|
EXPECT_2
|
|
2
|
|
DROP SCHEMA mtr_wsrep_notify;
|