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 3dbd7c8c35b Sickbay two failed tests due to new schema coder urn.
(#38497)
3dbd7c8c35b is described below
commit 3dbd7c8c35b6a396c5e6c6fed2a3b37d4f731252
Author: Shunping Huang <[email protected]>
AuthorDate: Wed May 13 22:23:25 2026 -0400
Sickbay two failed tests due to new schema coder urn. (#38497)
---
.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_ULR.json | 3 ++-
runners/portability/java/build.gradle | 5 +++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git
a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_ULR.json
b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_ULR.json
index 6e2f429dd24..fbd81891f93 100644
--- a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_ULR.json
+++ b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_ULR.json
@@ -2,5 +2,6 @@
"https://github.com/apache/beam/pull/34902": "Introducing OutputBuilder",
"comment": "Modify this file in a trivial way to cause this test suite to
run",
"https://github.com/apache/beam/pull/31156": "noting that PR #31156 should
run this test",
- "https://github.com/apache/beam/pull/35159": "moving WindowedValue and
making an interface"
+ "https://github.com/apache/beam/pull/35159": "moving WindowedValue and
making an interface",
+ "https://github.com/apache/beam/pull/38497": "sickbay two failed tests"
}
diff --git a/runners/portability/java/build.gradle
b/runners/portability/java/build.gradle
index 6e3b431e802..aa147e8426c 100644
--- a/runners/portability/java/build.gradle
+++ b/runners/portability/java/build.gradle
@@ -214,6 +214,11 @@ def createUlrValidatesRunnerTask = { name,
environmentType, dockerImageTask = ""
// TODO(https://github.com/apache/beam/issues/31231)
excludeTestsMatching
'org.apache.beam.sdk.transforms.RedistributeTest.testRedistributePreservesMetadata'
+ // TODO(https://github.com/apache/beam/issues/33859): Failed with
"KeyError: 'beam:coder:schema:v1'".
+ // New schema coder urn is not yet supported in runners other than
dataflow
+ excludeTestsMatching
'org.apache.beam.sdk.transforms.PerKeyOrderingTest.testMultipleStatefulOrderingWithShuffle'
+ excludeTestsMatching
'org.apache.beam.sdk.transforms.PerKeyOrderingTest.testMultipleStatefulOrderingWithoutShuffle'
+
for (String test : sickbayTests) {
excludeTestsMatching test
}