sjgllgh commented on code in PR #5201:
URL: https://github.com/apache/linkis/pull/5201#discussion_r1849411119


##########
.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:
   I have rolled back this part of the code.



-- 
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: dev-unsubscr...@linkis.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org
For additional commands, e-mail: dev-h...@linkis.apache.org

Reply via email to