mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
add the wait for container to be ready back to prevent connection issue
This commit is contained in:
parent
270217aa30
commit
42224f3eee
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -77,7 +77,7 @@ test-integration:
|
|||
# podman exec replica1 bash -c 'echo -e [mysqld]\\nserver-id=2\\nlog-bin=/var/lib/mysql/replica1-bin > /etc/mysql/conf.d/replication.cnf'
|
||||
# podman exec replica2 bash -c 'echo -e [mysqld]\\nserver-id=3\\nlog-bin=/var/lib/mysql/replica2-bin > /etc/mysql/conf.d/replication.cnf'
|
||||
# # Don't restart a container unless it is healthy
|
||||
# while ! podman healthcheck run primary && [[ "$$SECONDS" -lt 120 ]]; do sleep 1; done
|
||||
while ! podman healthcheck run primary && [[ "$$SECONDS" -lt 120 ]]; do sleep 1; done
|
||||
# podman restart -t 30 primary
|
||||
# while ! podman healthcheck run replica1 && [[ "$$SECONDS" -lt 120 ]]; do sleep 1; done
|
||||
# podman restart -t 30 replica1
|
||||
|
@ -87,7 +87,7 @@ test-integration:
|
|||
# mkdir -p .venv/$(ansible)
|
||||
# python$(local_python_version) -m venv .venv/$(ansible)
|
||||
|
||||
# Start venv (use `; \` to keep the same shell)
|
||||
# # Start venv (use `; \` to keep the same shell)
|
||||
# source .venv/$(ansible)/bin/activate; \
|
||||
# python$(local_python_version) -m ensurepip; \
|
||||
# python$(local_python_version) -m pip install --disable-pip-version-check \
|
||||
|
|
Loading…
Add table
Reference in a new issue