forked from scylladb/scylla-rust-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI/Makefile: use "--wait" in "docker compose up"
When using "--wait" flag (introduced in Docker Compose V2) in "docker compose up", Docker waits for all healthchecks to be in "healthy" state. Since docker-compose.yml files in this repository use "cqlsh" to determine the health of a container, this means that Docker will wait for all nodes of the cluster to be fully bootstrapped and their CQL port ready. By using this flag, this fixes a potential problem in CI - previously the code would not wait for the last node to be fully started. Additionally, "wait.sh" script can be deleted (this logic now handled by Docker Compose).
- Loading branch information
1 parent
58d23ef
commit 31beef0
Showing
4 changed files
with
5 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.