mirror of
https://github.com/MariaDB/server.git
synced 2025-04-26 08:59:57 +02:00

Fixed used configuration and added suppression for warning message. Test case changes only. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
22 lines
724 B
Text
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");
|