Skip to content

Commit

Permalink
Merge pull request #202 from cita-cloud/fix_create_table_fail
Browse files Browse the repository at this point in the history
fix doris no backend
  • Loading branch information
rink1969 authored Jun 21, 2024
2 parents fe59417 + 098c290 commit f4e9506
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 f4e9506

Please sign in to comment.