All 3 variants of the test binlog_encryption.binlog_incident will fail if WITH_SSL=bundled is being used. This test did not fail with the previous built-in SSL library (YaSSL). The bundled library was changed in MDEV-18531.
I have repeated this with GCC 8.3.0, Clang 7.0.1 and Clang 8.0.0.
10.4 e32212c63c9675591e9c4b15c1bce9f61ec02eb8
CURRENT_TEST: binlog_encryption.binlog_incident
mysqltest: In included file "./suite/binlog/include/binlog_incident.inc":
included from /mariadb/10.4/mysql-test/suite/binlog_encryption/binlog_incident.test at line 3:
At line 41: query 'REPLACE INTO t1 VALUES (4)' failed: 1026: Error writing file 'master-bin' (errno: 11 "Resource temporarily unavailable")
Attachments
Issue Links
is caused by
MDEV-18531Use WolfSSL instead of YaSSL as "bundled" SSL
Elkin, I reassigned that to you because it is unobvious what fails, and it will be much easier for you to tell what is wrong. WolfSSL does not do system calls, strace looks pretty similar, no specific errors there.
Vladislav Vaintroub
added a comment - Elkin , I reassigned that to you because it is unobvious what fails, and it will be much easier for you to tell what is wrong. WolfSSL does not do system calls, strace looks pretty similar, no specific errors there.
Elkin, I reassigned that to you because it is unobvious what fails, and it will be much easier for you to tell what is wrong. WolfSSL does not do system calls, strace looks pretty similar, no specific errors there.