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

chamikara pushed a commit to branch transform_service_test_suite
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/transform_service_test_suite 
by this push:
     new 234ea46c981 Updates
234ea46c981 is described below

commit 234ea46c981d239a0df4fe85c966d675ed279e9b
Author: Chamikara Jayalath <chamikar...@gmail.com>
AuthorDate: Mon Feb 12 13:24:30 2024 -0800

    Updates
---
 .github/workflows/beam_PostCommit_TransformService_Direct.yml | 6 ++----
 sdks/python/scripts/run_transform_service.sh                  | 1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_TransformService_Direct.yml 
b/.github/workflows/beam_PostCommit_TransformService_Direct.yml
index 1497681ae99..fab980f63d5 100644
--- a/.github/workflows/beam_PostCommit_TransformService_Direct.yml
+++ b/.github/workflows/beam_PostCommit_TransformService_Direct.yml
@@ -62,7 +62,7 @@ jobs:
       matrix:
         job_name: ["beam_PostCommit_TransformService_Direct"]
         job_phrase: ["Run TransformService_Direct PostCommit"]
-        python_version: ['3.8','3.11']
+        python_version: ['3.11']
     steps:
       - uses: actions/checkout@v4
       - name: Setup repository
@@ -75,9 +75,7 @@ jobs:
         uses: ./.github/actions/setup-environment-action
         with:
           java-version: 11
-          python-version: |
-            3.8
-            3.11
+          python-version: 3.11
       - name: run TransformService Direct script
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
diff --git a/sdks/python/scripts/run_transform_service.sh 
b/sdks/python/scripts/run_transform_service.sh
index c86490f34fb..a4f63bd6288 100755
--- a/sdks/python/scripts/run_transform_service.sh
+++ b/sdks/python/scripts/run_transform_service.sh
@@ -87,7 +87,6 @@ case $STARTSTOP in
     echo "Starting the transform service for project $GROUP_ID at port 
$EXTERNAL_PORT for Beam version $BEAM_VERSION_DOCKER transform service startup 
jar is $TRANSFORM_SERVICE_LAUNCHER_JAR"
     java -jar $TRANSFORM_SERVICE_LAUNCHER_JAR --project_name $GROUP_ID --port 
$EXTERNAL_PORT --beam_version $BEAM_VERSION_DOCKER --command up  
>$TEMP_DIR/$FILE_BASE-java1.log 2>&1 </dev/null
     echo "************ xyz123 in script run_transform_service.sh: DONE the 
service"
-    return 2
     ;;
   stop)
     echo "Stopping the transform service for project $GROUP_ID at port 
$EXTERNAL_PORT for Beam version $BEAM_VERSION_DOCKER  transform service startup 
jar is $TRANSFORM_SERVICE_LAUNCHER_JAR"

Reply via email to