mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
connection node_2;
|
||||
connection node_1;
|
||||
CALL mtr.add_suppression("WSREP: discarding established.*");
|
||||
CALL mtr.add_suppression("WSREP: discarding established");
|
||||
connection node_1;
|
||||
connection node_2;
|
||||
connection node_2;
|
||||
|
@@ -25,7 +25,7 @@ COMMIT;
|
||||
connection node_1;
|
||||
Got one of the listed errors
|
||||
connection node_2;
|
||||
SET GLOBAL wsrep_slave_threads = 1;
|
||||
SET GLOBAL wsrep_slave_threads = DEFAULT;
|
||||
SET GLOBAL debug_dbug = '';
|
||||
SET DEBUG_SYNC='now SIGNAL signal.wsrep_apply_cb';
|
||||
SET DEBUG_SYNC='now SIGNAL signal.wsrep_apply_cb';
|
||||
|
Reference in New Issue
Block a user