Skip to content

Commit

Permalink
To troubleshoot the issue, output the service log.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Nov 19, 2024
1 parent 31ee15c commit 3e941ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
# Execute test by linkis-cli
POD_NAME=`kubectl get pods -n linkis -l app.kubernetes.io/instance=linkis-demo-mg-gateway -o jsonpath='{.items[0].metadata.name}'`
kubectl exec -it -n linkis ${POD_NAME} -- bash -c " \
sh /opt/linkis/bin/linkis-cli --async=true -engineType shell-1 -codeType shell -code \"pwd\" ";
sh /opt/linkis/bin/linkis-cli --async true -engineType shell-1 -codeType shell -code \"pwd\" ";
# Waiting for the task to be executed
sleep 120
Expand Down

0 comments on commit 3e941ef

Please sign in to comment.