Skip to content

Commit 8711f55

Browse files
author
Jan Lindström
committed
Fix galera.galera_sst_mysqldump_with_key test case for 10.4
1 parent 7ced6fa commit 8711f55

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

mysql-test/suite/galera/r/galera_sst_mysqldump_with_key.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
connection node_2;
2+
connection node_1;
13
Setting SST method to mysqldump ...
24
call mtr.add_suppression("WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to '127.0.0.1'");
35
call mtr.add_suppression("Failed to load slave replication state from table mysql.gtid_slave_pos");
@@ -214,4 +216,5 @@ CALL mtr.add_suppression("Can't open and lock time zone table");
214216
CALL mtr.add_suppression("Can't open and lock privilege tables");
215217
CALL mtr.add_suppression("Info table is not ready to be used");
216218
CALL mtr.add_suppression("Native table .* has the wrong structure");
219+
CALL mtr.add_suppression("Table \'mysql.gtid_slave_pos\' doesn\'t exist");
217220
DROP USER sslsst;

mysql-test/suite/galera/t/galera_sst_mysqldump_with_key.cnf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@
55

66
[mysqld.1]
77
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'
8-
wsrep_causal_reads=0
98
wsrep_sync_wait=0
109

1110
[mysqld.2]
1211
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
13-
wsrep_causal_reads=0
1412
wsrep_sync_wait=0
1513

16-
[mysqld]
17-
wsrep_debug=1
18-
1914
[client]
2015
ssl-ca=@ENV.MYSQL_TEST_DIR/std_data/cacert.pem
2116
ssl-cert=@ENV.MYSQL_TEST_DIR/std_data/client-cert.pem

mysql-test/suite/galera/t/galera_sst_mysqldump_with_key.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GRANT USAGE ON *.* TO sslsst REQUIRE SSL;
2020
SET GLOBAL wsrep_sst_auth = 'sslsst:';
2121

2222
# We set the required mysqldump SST options here so that they are used every time the server is restarted during the test
23-
--let $start_mysqld_params = --wsrep_sst_auth=sst:'sslsst:' --wsrep_sst_method=mysqldump --wsrep-sst-receive-address=127.0.0.1:$NODE_MYPORT_2 --skip-grant-tables
23+
--let $start_mysqld_params = --wsrep_sst_auth=sst:'sslsst:' --wsrep_sst_method=mysqldump --wsrep-sst-receive-address=127.0.0.1:$NODE_MYPORT_2
2424

2525
--source suite/galera/include/galera_st_shutdown_slave.inc
2626
--source suite/galera/include/galera_st_kill_slave.inc

0 commit comments

Comments
 (0)