-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppressing warnings in MariaDB Connector C (Fedora) case #1305
Comments
Thank you, commented on the other issue just now. I think this could be the last thing to solve before a next release, btw |
Thank you for considering this issue, and I also would like to see the next release. |
Ok, the version numbers are in the 3.x range ( Looking at the docs for the ssl-enforce option, it looks like version 3.1.1 should be the minimum for full support https://mariadb.com/kb/en/configuring-mariadb-connectorc-with-option-files/#ssl-enforce The code now more clearly shows a problem: it won't let 3xxxx through the code path that sets Lines 128 to 153 in 6528137
|
Yes, Fedora cases use the MariaDB Connector/C RPM package to run the mysql2 gem. And thanks for checking it. |
The warnings in the SSL tests were suppressed by #1306. Thanks! The remaining warning is below. I assume this is the expected result. And we can suppress it by capturing the warning by RSpec https://github.com/brianmario/mysql2/actions/runs/3981580490/jobs/6825405070#step:4:547
|
Seeing the Fedora cases CI log on the latest master branch (6528137), there are some warnings printed in the process of running the test. I would like to suppress the warnings.
https://github.com/brianmario/mysql2/actions/runs/3972990412/jobs/6811349042#step:4:283
The issue was discussed at #1294, however I want to open the issue ticket to manage the status.
The text was updated successfully, but these errors were encountered: