mariadb/mysql-test/suite/galera_3nodes/r/galera_ssl_reload.result
Jan Lindström cb80ef93a9 MDEV-32778 : galera_ssl_reload failed with warning message
Fixed used configuration and added suppression for warning
message. Test case changes only.

Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
2024-08-04 17:54:05 +02:00

22 lines
724 B
Text

connection node_2;
connection node_1;
# Correct Galera library found
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
connection node_1;
connection node_2;
connection node_3;
connection node_1;
connection node_2;
connection node_2;
# restart: with restart_parameters
SET GLOBAL wsrep_provider_options = 'socket.ssl_reload=1';
connection node_3;
# restart: with restart_parameters
connection node_2;
FLUSH SSL;
connection node_3;
call mtr.add_suppression("WSREP: Handshake failed: unexpected eof while reading");
connection node_2;
call mtr.add_suppression("WSREP: Handshake failed: unexpected eof while reading");
connection node_1;
call mtr.add_suppression("WSREP: Handshake failed: unexpected eof while reading");