This is an automated email from the ASF dual-hosted git repository.
shunping pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 9868954ce8c Fix playground precommit test failure (#39062)
9868954ce8c is described below
commit 9868954ce8c02188d132b14f03f5d8ea532a1679
Author: Shunping Huang <[email protected]>
AuthorDate: Mon Jun 22 17:24:07 2026 -0400
Fix playground precommit test failure (#39062)
* Debug playground failure
* Restore the error message and update java version.
---
.github/workflows/beam_Playground_Precommit.yml | 2 +-
.../backend/internal/setup_tools/life_cycle/life_cycle_setuper_test.go | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/beam_Playground_Precommit.yml
b/.github/workflows/beam_Playground_Precommit.yml
index 379184fbd8a..d04863743dd 100644
--- a/.github/workflows/beam_Playground_Precommit.yml
+++ b/.github/workflows/beam_Playground_Precommit.yml
@@ -45,7 +45,7 @@ jobs:
env:
DATASTORE_EMULATOR_VERSION: '423.0.0'
PYTHON_VERSION: '3.10'
- JAVA_VERSION: '11'
+ JAVA_VERSION: '17'
steps:
- uses: actions/checkout@v6
- name: Setup repository
diff --git
a/playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper_test.go
b/playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper_test.go
index e709e87ea7c..e72c649b904 100644
---
a/playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper_test.go
+++
b/playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper_test.go
@@ -16,13 +16,14 @@
package life_cycle
import (
- "beam.apache.org/playground/backend/internal/emulators"
"fmt"
"io/fs"
"os"
"path/filepath"
"testing"
+ "beam.apache.org/playground/backend/internal/emulators"
+
"github.com/google/uuid"
playground "beam.apache.org/playground/backend/internal/api/v1"