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 1065463c5 update
1065463c5 is described below
commit 1065463c58a9659597a3c95ec47b4ffe15becac1
Author: casionone <[email protected]>
AuthorDate: Sun May 28 22:49:34 2023 +0800
update
---
.github/workflows/integration-test.yml | 4 ++--
.github/workflows/integration-test2.yml | 6 +++---
linkis-dist/helm/scripts/remote-proxy.sh | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/integration-test.yml
b/.github/workflows/integration-test.yml
index 926c96be2..6255f7506 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -139,7 +139,7 @@ jobs:
bash ./linkis-dist/helm/scripts/remote-proxy.sh list
# 执行shell测试
- bash ./linkis-dist/target/apache-linkis-*-bin/package/bin/linkis-cli
-engineType shell-1 -codeType shell -code "echo "hello" "
+ bash ./linkis-dist/target/apache-linkis-*-bin/package/bin/linkis-cli
--gatewayUrl http://127.0.0.1:19001 -engineType shell-1 -codeType shell -code
"echo "hello" "
#执行python测试
- bash ./linkis-dist/target/apache-linkis-*-bin/package/bin/linkis-cli
-engineType python-python2 -codeType python -code "print(\"hello\")"
+ bash ./linkis-dist/target/apache-linkis-*-bin/package/bin/linkis-cli
--gatewayUrl http://127.0.0.1:19001 -engineType python-python2 -codeType python
-code "print(\"hello\")"
shell: bash
\ No newline at end of file
diff --git a/.github/workflows/integration-test2.yml
b/.github/workflows/integration-test2.yml
index d3a55f09d..d42c6c8cd 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -139,10 +139,10 @@ jobs:
# 开启proxy 端口映射
bash ./linkis-dist/helm/scripts/remote-proxy.sh start
# 查看proxy 端口映射
+ echo "查看proxy 端口映射"
bash ./linkis-dist/helm/scripts/remote-proxy.sh list
-
# 执行shell测试
- bash ./linkis-dist/package/bin/linkis-cli -engineType shell-1
-codeType shell -code "echo \"hello\" "
+ bash ./linkis-dist/package/bin/linkis-cli --gatewayUrl
http://127.0.0.1:19001 -engineType shell-1 -codeType shell -code "echo
\"hello\" "
#执行python测试
- bash ./linkis-dist/package/bin/linkis-cli -engineType python-python2
-codeType python -code "print(\"hello\")"
+ bash ./linkis-dist/package/bin/linkis-cli --gatewayUrl
http://127.0.0.1:19001 -engineType python-python2 -codeType python -code
"print(\"hello\")"
shell: bash
\ No newline at end of file
diff --git a/linkis-dist/helm/scripts/remote-proxy.sh
b/linkis-dist/helm/scripts/remote-proxy.sh
index 5b5f95507..472d957db 100644
--- a/linkis-dist/helm/scripts/remote-proxy.sh
+++ b/linkis-dist/helm/scripts/remote-proxy.sh
@@ -27,7 +27,7 @@ LINKIS_INSTANCE_NAME=linkis-demo
LINKIS_PORT_MAP_WEB="8088:8088"
LINKIS_PORT_MAP_MG_EUREKA="20303:20303"
-LINKIS_PORT_MAP_MG_GATEWAY="9001:9001"
+LINKIS_PORT_MAP_MG_GATEWAY="19001:9001"
#debug port
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]