mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-30172: Tolerate CR_SSL_CONNECTION_ERROR in Galera tests
We should treat CR_SERVER_LOST (2013) and CR_SSL_CONNECTION_ERROR (2026) interchangeably.
This commit is contained in:
@@ -43,7 +43,8 @@ SET DEBUG_SYNC = 'now SIGNAL continue';
|
||||
# Disconnect causes connection to node_2 to be closed
|
||||
#
|
||||
--connection node_2
|
||||
--error 2013 # CR_SERVER_LOST
|
||||
# CR_SERVER_LOST, CR_SSL_CONNECTION_ERROR
|
||||
--error 2013,2026
|
||||
--reap
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user