HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
903 stars 758 forks source link

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

Closed guilherme-gm closed 2 months ago

guilherme-gm commented 3 months ago

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: