Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefengze committed Feb 23, 2024
1 parent 792c21c commit 34c7abd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 7 additions & 2 deletions integration_tests/starrocks-sink/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
starrocks-fe:
image: starrocks/fe-ubuntu:latest
image: starrocks/fe-ubuntu:3.2.3
hostname: starrocks-fe
container_name: starrocks-fe
volumes:
Expand All @@ -13,8 +13,13 @@ services:
- 8030:8030
- 9020:9020
- 9030:9030
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9030"]
interval: 5s
timeout: 5s
retries: 30
starrocks-be:
image: starrocks/be-ubuntu:latest
image: starrocks/be-ubuntu:3.2.3
command:
- /bin/bash
- -c
Expand Down
3 changes: 0 additions & 3 deletions integration_tests/starrocks-sink/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@

set -euo pipefail

# wait starrocks start
sleep 120

# setup starrocks
docker compose exec starrocks-fe bash -c "mysql -uroot -P9030 -h127.0.0.1 < /starrocks_prepare.sql"

0 comments on commit 34c7abd

Please sign in to comment.