Skip to content

Commit 7a1ad32

Browse files
committed
MDEV-37986 : Test failure on galera.galera_provider_options_long
Test configuration fixes only. Test failed because SSL-configuration was incorrect and was missing ssl_ca parameter. Fixed by adding correct SSL-configuration.
1 parent 9b393c7 commit 7a1ad32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ loose-galera-ssl-upgrade=1
55
wsrep-debug=1
66

77
[mysqld.1]
8-
wsrep_provider_options='socket.ssl=yes;[email protected]_TEST_DIR/std_data/galera-cert.pem;[email protected]_TEST_DIR/std_data/galera-key.pem;repl.causal_read_timeout=PT90S;[email protected].#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=10M'
8+
wsrep_provider_options='socket.ssl=yes;[email protected]_TEST_DIR/std_data/server-cert.pem;[email protected]_TEST_DIR/std_data/server-key.pem;[email protected]_TEST_DIR/std_data/cacert.pem;repl.causal_read_timeout=PT90S;[email protected].#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=10M'
99

1010
[mysqld.2]
11-
wsrep_provider_options='socket.ssl=yes;[email protected]_TEST_DIR/std_data/galera-cert.pem;[email protected]_TEST_DIR/std_data/galera-key.pem;repl.causal_read_timeout=PT90S;[email protected].#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=10M'
11+
wsrep_provider_options='socket.ssl=yes;[email protected]_TEST_DIR/std_data/server-cert.pem;[email protected]_TEST_DIR/std_data/server-key.pem;[email protected]_TEST_DIR/std_data/cacert.pem;repl.causal_read_timeout=PT90S;[email protected].#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=10M'

0 commit comments

Comments
 (0)