peacewong commented on code in PR #5201:
URL: https://github.com/apache/linkis/pull/5201#discussion_r1848190834
##########
.github/workflows/integration-test.yml:
##########
@@ -171,10 +171,13 @@ 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 -engineType shell-1 -codeType shell
-code \"pwd\" ";
-
- kubectl exec -it -n linkis ${POD_NAME} -- bash -c " \
- sh /opt/linkis/bin/linkis-cli -engineType python-python2 -codeType
python -code 'print(\"hello\")' "
+ sh /opt/linkis/bin/linkis-cli --async true -engineType shell-1
-codeType shell -code \"pwd\" ";
Review Comment:
Asynchronous cannot be used and the task needs to be successful.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]