From 1e03a259fb51b307cfd433f52e347a95694d3e5d Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 4 Jan 2023 17:13:57 +0100 Subject: [PATCH] Fix replication server_id already in use --- .github/workflows/ansible-test-plugins.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index de14332..bbc184d 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -100,6 +100,8 @@ jobs: MYSQL_ROOT_PASSWORD: msandbox ports: - 3308:3306 + options: >- + --server_id 2 db_replica2: image: ${{ matrix.db_engine_version }} @@ -108,6 +110,8 @@ jobs: MYSQL_ROOT_PASSWORD: msandbox ports: - 3309:3306 + options: >- + --server_id 3 steps: - name: 'Wait 20s for the service containers to be healthy'