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 ebb09867ee4 updates
ebb09867ee4 is described below

commit ebb09867ee4d68a35f867c558c855ad4e0314967
Author: Chamikara Jayalath <chamikar...@gmail.com>
AuthorDate: Thu Feb 15 14:58:23 2024 -0800

    updates
---
 sdks/python/apache_beam/io/gcp/bigtableio_it_test.py | 1 -
 sdks/python/scripts/run_transform_service.sh         | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py 
b/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
index 4b19a15e527..f9b4840e12e 100644
--- a/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
+++ b/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
@@ -148,7 +148,6 @@ class TestReadFromBigTableIT(unittest.TestCase):
 
 
 @pytest.mark.uses_gcp_java_expansion_service
-@pytest.mark.uses_transform_service
 @unittest.skipUnless(
     os.environ.get('EXPANSION_PORT'),
     "EXPANSION_PORT environment var is not provided.")
diff --git a/sdks/python/scripts/run_transform_service.sh 
b/sdks/python/scripts/run_transform_service.sh
index 0d1fa5f1bee..f1788016c9e 100755
--- a/sdks/python/scripts/run_transform_service.sh
+++ b/sdks/python/scripts/run_transform_service.sh
@@ -87,6 +87,10 @@ 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 
starting the service"
+    echo "************ xyz123 run_transform_service.sh: 4.1"
+    temp_output=`docker ps`
+    printf "Output from 'docker ps':\n${temp_output}\n\n"
+    echo "************ xyz123 run_transform_service.sh: 4.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