1
0
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:
Marko Mäkelä
2023-12-21 12:52:31 +02:00
parent 138cd311b4
commit ea0937d42a
6 changed files with 19 additions and 18 deletions

View File

@@ -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