Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ call mtr.add_suppression("WSREP: Will never receive state. Need to abort.");
--remove_file $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat

--echo # Start node_2 with SSL cert/key simulated as missing
# Abort exit code varies by platform.
--error 1,134
# Joiner mariadbd exits when SST is aborted; the exit code varies by
# platform (clean 0 on some systems, signalled 134 / 1 on others).
--error 0,1,134
--exec MTR_SST_SIMULATE_NO_SSL_CERT=1 $MYSQLD_LAST_CMD
--echo # node_2 failed to start, as expected

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ call mtr.add_suppression("WSREP: Will never receive state. Need to abort.");
--remove_file $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat

--echo # Start node_2 with stunnel simulated as missing
# Abort exit code
--error 1,134
# Joiner mariadbd exits when SST is aborted; the exit code varies by
# platform (clean 0 on some systems, signalled 134 / 1 on others).
--error 0,1,134
--exec MTR_SST_SIMULATE_NO_STUNNEL=1 $MYSQLD_LAST_CMD
--echo # node_2 failed to start, as expected

Expand Down