Skip to content

Commit

Permalink
ci: rename hstream-kafka-cli to hstream-kafka (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored Jan 12, 2024
1 parent b2fc813 commit 17bb0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wait_hstream_kafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ timeout=120
container_name=wait_hserver

docker run -td --rm --name $container_name --network host hstreamdb/hstream bash
until (docker exec -t $container_name hstream-kafka-cli --port 9092 node status); do
until (docker exec -t $container_name hstream-kafka --port 9092 node status); do
>&2 echo "Waiting for 127.0.0.1:9092 ..."
sleep 1
timeout=$((timeout - 1))
Expand Down

0 comments on commit 17bb0bf

Please sign in to comment.