Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 8dbbfb0 commit 0480140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wait-for-as-server-to-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ done
while true; do
echo "Waiting for server to stabilize (i.e return a cluster key)..."
# We assume that when an ERROR is returned, the cluster is not stable yet (i.e not fully initialized)
# TODO: add note about ignore-migrations
if docker exec "$container_name" asinfo $user_credentials -v "cluster-stable:ignore-migrations=true" 2>&1 | (! grep -qE "^ERROR"); then
echo "Server is in a stable state."
break
Expand Down

0 comments on commit 0480140

Please sign in to comment.