community.mysql/tests/integration/targets
Laurent Indermuehle 8d43f9e573
Refactor the way server_id is set for replicas
The simple way is to add '--server-id 2' after the name of the image of
the container. But GHA doesn't let us do that. The idea of mount a file
from our repo doesn't work because the repo is check out later in the
workflow and I failed to find a pre-job hook. Then I realized that this
MySQL option is dynamic! So we will set that in the test target!
2023-01-06 14:14:35 +01:00
..
setup_controller/tasks Cut unused file 2023-01-06 10:06:53 +01:00
setup_remote_tmp_dir Display a more informative error when InvalidPrivsError is raised (#465) (#466) 2022-12-06 13:12:01 +01:00
test_mysql_db Refactor setup_mysql into setup_controller 2023-01-04 17:29:06 +01:00
test_mysql_info lint 2023-01-06 10:06:46 +01:00
test_mysql_query Refactor setup_mysql into setup_controller 2023-01-04 17:29:06 +01:00
test_mysql_replication Refactor the way server_id is set for replicas 2023-01-06 14:14:35 +01:00
test_mysql_role Fix test_mysql_role 2023-01-04 18:02:39 +01:00
test_mysql_user Refactor test to use the db_version from setup_controller 2023-01-05 19:05:58 +01:00
test_mysql_variables Refactor setup_mysql into setup_controller 2023-01-04 17:29:06 +01:00