This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by 
this push:
     new cf709716a update
cf709716a is described below

commit cf709716a1ee5ffcb6256e85bad66e3cc99cc07f
Author: casionone <[email protected]>
AuthorDate: Sun May 28 18:36:41 2023 +0800

    update
---
 .github/workflows/integration-test.yml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/integration-test.yml 
b/.github/workflows/integration-test.yml
index 79fed247c..9d5a83109 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -136,14 +136,12 @@ jobs:
 
       - name: Linkis-Cli Test
         run: |
-          # 进入容器
-          bash  ./linkis-dist/helm/scripts/login-pod.sh cg-engineconnmanager
+          # 开启proxy 端口映射
+          bash ./linkis-dist/helm/scripts/remote-proxy.sh start
+          # 查看proxy 端口映射
+          bash ./linkis-dist/helm/scripts/remote-proxy.sh list
           # 执行shell测试
-          bash ./bin/linkis-cli -engineType shell-1 -codeType shell -code 
"echo "hello" "  -submitUser hadoop -proxyUser hadoop
-          #执行hive测试
-          bash ./bin/linkis-cli -engineType hive-2.3.3 -codeType hql -code 
"show tables"  -submitUser hadoop -proxyUser hadoop
-          #执行spark测试
-          bash ./bin/linkis-cli -engineType spark-2.4.3 -codeType sql -code 
"show tables"  -submitUser hadoop -proxyUser hadoop
+          bash ./linkis-dist/package/bin/linkis-cli -engineType shell-1 
-codeType shell -code "echo "hello" "  -submitUser hadoop -proxyUser hadoop
           #执行python测试
-          bash ./bin/linkis-cli -engineType python-python2 -codeType python 
-code "print(\"hello\")"  -submitUser hadoop -proxyUser hadoop  -confMap  
python.version=python
+          bash ./linkis-dist/package/bin/linkis-cli -engineType python-python2 
-codeType python -code "print(\"hello\")"  -submitUser hadoop -proxyUser hadoop 
 -confMap  python.version=python
         shell: bash
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to