From c3824766c5788bf3aa0d1131e149dff187d41f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Wed, 18 Dec 2019 09:52:10 +0200 Subject: [PATCH] Fortify galera_partition test. --- mysql-test/suite/galera/r/galera_partition.result | 4 ++++ mysql-test/suite/galera/t/galera_partition.test | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/mysql-test/suite/galera/r/galera_partition.result b/mysql-test/suite/galera/r/galera_partition.result index d845de12c45..b783dbf5a3d 100644 --- a/mysql-test/suite/galera/r/galera_partition.result +++ b/mysql-test/suite/galera/r/galera_partition.result @@ -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'; diff --git a/mysql-test/suite/galera/t/galera_partition.test b/mysql-test/suite/galera/t/galera_partition.test index a2044936cd1..00b663a4ec5 100644 --- a/mysql-test/suite/galera/t/galera_partition.test +++ b/mysql-test/suite/galera/t/galera_partition.test @@ -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