Skip to content

Commit a89c104

Browse files
committed
Merge branch '11.4' into 11.8
2 parents 9cb70f0 + 7b8ce80 commit a89c104

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ connection node_2;
2424
FOUND 1 /Invalid value for WSREP_SST_OPT_REMOTE_USER/ in mysqld.1.err
2525
# cleanup
2626
# restart
27+
connection node_2;
28+
call mtr.add_suppression("Removing");

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ call mtr.add_suppression('Removing .*/xtrabackup_galera_info file due to signal'
6060
--exec echo ssl-cert=$MYSQL_TEST_DIR/std_data/server-cert.pem >> $MYSQLTEST_VARDIR/my.cnf
6161
--exec echo ssl-key=$MYSQL_TEST_DIR/std_data/server-key.pem >> $MYSQLTEST_VARDIR/my.cnf
6262
--source $MYSQL_TEST_DIR/include/start_mysqld.inc
63+
64+
--connection node_2
65+
call mtr.add_suppression("Removing");

0 commit comments

Comments
 (0)