1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00
community.mysql/tests
Laurent Indermühle 49be739e89
Fix ssl verification always enabled for replication even if set to false (#707)
* Fix ssl verification always enabled for replication even if set to false

* add changelog fragment

* fix test when multiple replication channels are present

* test: add check for changereplication

* fix mismatch default value

We use "None" as a default to know if the user provide this option
or not. But a bool can't have a default of "None" for the sanity tests.
So we must erase the line.

* doc: add var name used by MySQL and MariaDB

* Revert the change of default value

* style

* fix indentation

* Revert "Revert the change of default value"

This reverts commit db047fda90.

* add changelog about changed default value

* add link to issue and PR in changelog

* doc: explain false had no effect prior to 3.14.0
2025-05-09 11:00:29 +02:00
..
integration Fix ssl verification always enabled for replication even if set to false (#707) 2025-05-09 11:00:29 +02:00
sanity CI: add stable-2.18, fix README (#681) 2024-09-26 14:31:08 +02:00
unit/plugins Update contributor's email (#684) 2024-10-24 10:57:36 +02:00