This is an automated email from the ASF dual-hosted git repository. yhu pushed a commit to branch samza-workflow-test in repository https://gitbox.apache.org/repos/asf/beam.git
commit b095e21830f20045dc33d1ce76befb2df6e035d2 Author: Yi Hu <[email protected]> AuthorDate: Thu Jul 10 16:52:46 2025 -0400 test log --- .github/workflows/beam_PostCommit_XVR_Samza.yml | 1 + buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/beam_PostCommit_XVR_Samza.yml b/.github/workflows/beam_PostCommit_XVR_Samza.yml index a06b7782ad4..bbea2e5e08d 100644 --- a/.github/workflows/beam_PostCommit_XVR_Samza.yml +++ b/.github/workflows/beam_PostCommit_XVR_Samza.yml @@ -91,6 +91,7 @@ jobs: -PtestJavaVersion=8 \ -Pjava8Home=$JAVA_HOME_8_X64 \ -PskipNonPythonTask=${{ (matrix.python_version == '3.9' && true) || false }} \ + -info \ - name: Archive JUnit Test Results uses: actions/upload-artifact@v4 if: ${{ !success() }} diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index b7da748b16a..973f83dda5e 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -2790,6 +2790,7 @@ class BeamModulePlugin implements Plugin<Project> { if (testJavaVersion) { testJavaHome = project.findProperty("java${testJavaVersion}Home") } + logger.warning("==========test java home is ${testJavaHome}===========") ['Java': javaPort, 'Python': pythonPort].each { sdk, port -> // Task for running testcases in Java SDK
