Skip to content

Commit ba224b9

Browse files
authored
Fix Kafka readiness test command (quickwit-oss#6062)
1 parent 3bfdbbb commit ba224b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
KAFKA_HEAP_OPTS: -Xms256M -Xmx256M
9696

9797
options: >-
98-
--health-cmd "cub kafka-ready -b localhost:9092 1 5"
98+
--health-cmd "ub kafka-ready -b localhost:9092 1 5"
9999
--health-interval 10s
100100
--health-timeout 5s
101101
--health-retries 5

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
KAFKA_HEAP_OPTS: -Xms256M -Xmx256M
122122
healthcheck:
123123
# test: ["CMD-SHELL", "nc -z localhost 9092 || exit 1"]
124-
test: ["CMD", "cub", "kafka-ready", "-b", "localhost:9092", "1", "5"]
124+
test: ["CMD", "ub", "kafka-ready", "-b", "localhost:9092", "1", "5"]
125125
start_period: 5s
126126
interval: 5s
127127
timeout: 10s

0 commit comments

Comments
 (0)