Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
set default replication num to 1
Signed-off-by: jaogoy <jaogoy@gmail.com>
  • Loading branch information
jaogoy committed Feb 9, 2026
commit f6e106ef51f627e509347f0d427302081ec498d2
3 changes: 3 additions & 0 deletions .circleci/wait-for-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ starrocks_ready() {
echo "Waiting for more backends to become alive..."
sleep 5
done

# set default replication num to 1 (there is only one be in the docker compose file)
docker exec -i starrocks-fe mysql -h127.0.0.1 -P9030 -uroot -e "ADMIN SET frontend config ('default_replication_num' = '1');"
}

trino_ready() {
Expand Down