[MDEV-28648] main.ssl_timeout fails with OpenSSL 3.0.3 Created: 2022-05-23  Updated: 2022-07-04  Resolved: 2022-06-20

Status: Closed
Project: MariaDB Server
Component/s: Scripts & Clients, SSL, Tests
Affects Version/s: 10.8
Fix Version/s: 10.6.9, 10.7.5, 10.8.4

Type: Bug Priority: Blocker
Reporter: Vladislav Vaintroub Assignee: Vladislav Vaintroub
Resolution: Fixed Votes: 0
Labels: 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);


Generated at Thu Feb 08 10:02:24 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.