Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.8(EOL)
-
None
Description
seen on Windows
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
main.ssl_timeout [ fail ]
|
Test ended at 2022-05-23 14:17:39
|
|
CURRENT_TEST: main.ssl_timeout
|
mysqltest: At line 14: query 'SELECT SLEEP(600)' failed with wrong errno <Unknown> (2026): 'Unknown SSL error', instead of <Unknown> (2013)...
|
|
The result from queries just before the failure was:
|
# connect with read timeout so SLEEP() should timeout
|
connect ssl_con,localhost,root,,,,,SSL read_timeout=5;
|
# Check ssl turned on
|
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
|
have_ssl
|
1
|
SELECT SLEEP(600);
|
|