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

Fortify galera_partition test.

This commit is contained in:
Jan Lindström
2019-12-18 09:52:10 +02:00
parent e9259d50f0
commit c3824766c5
2 changed files with 8 additions and 0 deletions

View File

@@ -396,12 +396,16 @@ SELECT COUNT(*) FROM t1;
COUNT(*)
350
connection node_2;
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
call p1(100);;
connection node_1a;
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
call p1(100);;
connection node_3;
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
call p1(100);;
connection node_4;
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
call p1(100);;
connection node_1;
SET SESSION wsrep_OSU_method='RSU';

View File

@@ -407,15 +407,19 @@ insert into t1 (id, dt) values (350, '2010-12-17 00:00:00');
SELECT COUNT(*) FROM t1;
--connection node_2
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
--send call p1(100);
--connection node_1a
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
--send call p1(100);
--connection node_3
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
--send call p1(100);
--connection node_4
call mtr.add_suppression("WSREP: Sending JOIN failed:.*");
--send call p1(100);
--connection node_1