1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

galera mtr suite: fixes for unstable tests

This commit is contained in:
Julius Goryavsky
2024-09-19 09:02:46 +02:00
parent 391c9db486
commit cb83ae210c
10 changed files with 11 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ SET GLOBAL wsrep_cluster_address = '';
SET SESSION wsrep_sync_wait = DEFAULT;
connection node_2;
INSERT INTO t1 VALUES (6);
ERROR HY000: Lost connection to server during query
Got one of the listed errors
connection node_1;
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
EXPECT_0