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 91106dcd7 update
91106dcd7 is described below

commit 91106dcd7bc21fdaee43912bc3ea54b25f1d74d6
Author: casionone <[email protected]>
AuthorDate: Mon May 29 00:26:30 2023 +0800

    update
---
 .github/workflows/integration-test2.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/integration-test2.yml 
b/.github/workflows/integration-test2.yml
index 3f93aefe6..3b3909f8c 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -130,7 +130,7 @@ jobs:
           do
             kubectl get pods -A
             n=$((n+1))
-            sleep 5
+            sleep 10
           done
           echo "cp -r linkis-dist/package/lib1 linkis-dist/package/lib"
           cp -r linkis-dist/package/lib1 linkis-dist/package/lib
@@ -143,8 +143,8 @@ jobs:
           # 查看proxy 端口映射
           echo "查看proxy 端口映射"
           bash ./linkis-dist/helm/scripts/remote-proxy.sh list
-          #echo 1 | curl -vvv http://127.0.0.1:8088
-          #echo 2 | curl -vvv http://127.0.0.1:20303
+          echo 1 | curl -vvv http://127.0.0.1:8088
+          echo 2 | curl -vvv http://127.0.0.1:20303
           # 执行shell测试
           bash ./linkis-dist/package/bin/linkis-cli  --gatewayUrl 
http://127.0.0.1:19002 -engineType shell-1 -codeType shell -code "echo 
\"hello\" "
           #执行python测试


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

Reply via email to