-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.8
-
None
-
Yes
-
Low
-
rhel-databases
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
Run the `ssl_cipher` test using `./mariadb-test-run --do ssl_cipher --suite=main --ssl`
Between 10.11.11 and 10.11.14 the test was changed to include elliptic ciphers (`ECDHE-ECDSA-AES128-GCM-SHA256`). The test launches and passes just fine without the ssl flag (which seems to not affect the run of the test at all), but the daemon fails to start when run with the ssl flag, so the whole test fails as a result.
What is the impact of this issue to you?
For now I had to disable the test.
Please provide the package NVR for which the bug is seen:
mariadb-test-10.11.14-3.el9
How reproducible is this bug?:
Steps to reproduce
- `./mariadb-test-run --do ssl_cipher --suite=main` this passes
- `./mariadb-test-run --do ssl_cipher --suite=main --ssl` this does not