Skip to content

Commit 5df98af

Browse files
shunpingash6898
authored andcommitted
Fix playground precommit test failure (apache#39062)
* Debug playground failure * Restore the error message and update java version.
1 parent ba11d77 commit 5df98af

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/beam_Playground_Precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
DATASTORE_EMULATOR_VERSION: '423.0.0'
4747
PYTHON_VERSION: '3.10'
48-
JAVA_VERSION: '11'
48+
JAVA_VERSION: '17'
4949
steps:
5050
- uses: actions/checkout@v6
5151
- name: Setup repository

playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
package life_cycle
1717

1818
import (
19-
"beam.apache.org/playground/backend/internal/emulators"
2019
"fmt"
2120
"io/fs"
2221
"os"
2322
"path/filepath"
2423
"testing"
2524

25+
"beam.apache.org/playground/backend/internal/emulators"
26+
2627
"github.com/google/uuid"
2728

2829
playground "beam.apache.org/playground/backend/internal/api/v1"

0 commit comments

Comments
 (0)