summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2021-12-15 12:43:35 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2021-12-15 13:24:25 +0200
commit7782de79561356bb46f36f704ba2dfaadfc94665 (patch)
tree7aa88e9baac88fcad464be6939ed32954fb15074
parent30bf0bca8f16447ebd04e4743353b1cbf999c9cc (diff)
downloadmariadb-git-bb-10.6-galera.tar.gz
-rw-r--r--mysql-test/suite/galera_3nodes/r/galera_ipv6_mariabackup_section.result12
-rw-r--r--mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup_section.test10
2 files changed, 22 insertions, 0 deletions
diff --git a/mysql-test/suite/galera_3nodes/r/galera_ipv6_mariabackup_section.result b/mysql-test/suite/galera_3nodes/r/galera_ipv6_mariabackup_section.result
index 182fb1af51e..1d4d005e6d8 100644
--- a/mysql-test/suite/galera_3nodes/r/galera_ipv6_mariabackup_section.result
+++ b/mysql-test/suite/galera_3nodes/r/galera_ipv6_mariabackup_section.result
@@ -6,6 +6,18 @@ VARIABLE_VALUE LIKE '%[::1]%'
SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
VARIABLE_VALUE = 3
1
+connection node_1;
+select @@wsrep_sst_receive_address;
+@@wsrep_sst_receive_address
+[::1]:16005
+connection node_2;
+select @@wsrep_sst_receive_address;
+@@wsrep_sst_receive_address
+[::1]:16008
+connection node_3;
+select @@wsrep_sst_receive_address;
+@@wsrep_sst_receive_address
+[::1]:16011
connection node_2;
SET GLOBAL wsrep_provider_options='gmcast.isolate=1';
connection node_1;
diff --git a/mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup_section.test b/mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup_section.test
index 2ed69ea93dc..d2ea8ee1bed 100644
--- a/mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup_section.test
+++ b/mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup_section.test
@@ -13,6 +13,16 @@ SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_N
# Force IST
+--connection node_1
+select @@wsrep_sst_receive_address;
+--connection node_2
+select @@wsrep_sst_receive_address;
+--let $galera_connection_name = node_3
+--let $galera_server_number = 3
+--source include/galera_connect.inc
+--connection node_3
+select @@wsrep_sst_receive_address;
+
--connection node_2
SET GLOBAL wsrep_provider_options='gmcast.isolate=1';