Skip to content

Commit

Permalink
fix doris no backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Jun 21, 2024
1 parent fe59417 commit 098c290
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/prepare/scripts/create_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ if [ "$CHAIN_TYPE" = "overlord" ]; then
sleep 30
kubectl wait pod/doriscluster-sample-storageclass1-be-0 --for=condition=Ready=True --timeout=600s -n $NAMESPACE

# wait 5min for doris be connect to fe
sleep 300

# create table and load routine
sed -i "s/xxxxxx/$CHAIN_NAME/g" test/resource/doris/kafka-load.sql
mysql -h doriscluster-sample-storageclass1-fe-internal.$NAMESPACE.svc.cluster.local -P 9030 -u root -e "SOURCE test/resource/doris/kafka-load.sql"
Expand Down

0 comments on commit 098c290

Please sign in to comment.