mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-04 13:00:38 +00:00
Clarify sqlness kafka readiness wait
This commit is contained in:
committed by
GitHub
parent
180e566a76
commit
6aa522cc68
1
.github/workflows/develop.yml
vendored
1
.github/workflows/develop.yml
vendored
@@ -735,6 +735,7 @@ jobs:
|
||||
name: Wait for kafka server
|
||||
shell: bash
|
||||
run: |
|
||||
# Allow up to 60 seconds for the service container to accept connections.
|
||||
for _ in {1..30}; do
|
||||
if (echo > /dev/tcp/127.0.0.1/9092) >/dev/null 2>&1; then
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user