Skip to content

Commit 3dbd7c8

Browse files
authored
Sickbay two failed tests due to new schema coder urn. (#38497)
1 parent 632f1e4 commit 3dbd7c8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_ULR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"https://github.com/apache/beam/pull/34902": "Introducing OutputBuilder",
33
"comment": "Modify this file in a trivial way to cause this test suite to run",
44
"https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test",
5-
"https://github.com/apache/beam/pull/35159": "moving WindowedValue and making an interface"
5+
"https://github.com/apache/beam/pull/35159": "moving WindowedValue and making an interface",
6+
"https://github.com/apache/beam/pull/38497": "sickbay two failed tests"
67
}

runners/portability/java/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ def createUlrValidatesRunnerTask = { name, environmentType, dockerImageTask = ""
214214
// TODO(https://github.com/apache/beam/issues/31231)
215215
excludeTestsMatching 'org.apache.beam.sdk.transforms.RedistributeTest.testRedistributePreservesMetadata'
216216

217+
// TODO(https://github.com/apache/beam/issues/33859): Failed with "KeyError: 'beam:coder:schema:v1'".
218+
// New schema coder urn is not yet supported in runners other than dataflow
219+
excludeTestsMatching 'org.apache.beam.sdk.transforms.PerKeyOrderingTest.testMultipleStatefulOrderingWithShuffle'
220+
excludeTestsMatching 'org.apache.beam.sdk.transforms.PerKeyOrderingTest.testMultipleStatefulOrderingWithoutShuffle'
221+
217222
for (String test : sickbayTests) {
218223
excludeTestsMatching test
219224
}

0 commit comments

Comments
 (0)