Skip to content
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

Don't use SSL for MariaDB CI runs (Fixes CI) #3313

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

guilherme-gm
Copy link
Member

Pull Request Prelude

Changes Proposed

The mysql client currently being used for MariaDB CI runs tries to connect with SSL to the test db. But our test db does not run in SSL (and doesn't have to).

This PR disables the SSL connection for MariaDB tests.

I had to limit to MariaDB v11 as some other tests (specially using MySQL) would fail because --ssl is not recognized by them.

Issues addressed:

the version of MariaDB used in CI doesn't starts with SSL enabled, and we don't need it.
@MishimaHaruna MishimaHaruna added this to the Release v2024.08 milestone Aug 31, 2024
@MishimaHaruna MishimaHaruna merged commit 613ede9 into HerculesWS:master Aug 31, 2024
346 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants