ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

Tests: allow insecure mariadb root login #135

Closed jacobbaungard closed 2 years ago

jacobbaungard commented 2 years ago

In later version of MariaDB the default behaviour for root logins changed. This caused the merlin tests to break, as we depend on being able to login to the root user without password, for the new databases we setup.

With this commit we ensure the above is possible by setting --auth-root-authentication-method=normal when setting up the test specific database.


Disable automatic upstream releases

With the new tagging scheme, automatic upstream release, are a little more tricky. Let's run the github action manually for now.