Abacn commented on code in PR #29994:
URL: https://github.com/apache/beam/pull/29994#discussion_r1450547868
##########
runners/spark/spark_runner.gradle:
##########
@@ -420,6 +422,8 @@ tasks.register("validatesStructuredStreamingRunnerBatch",
Test) {
excludeTestsMatching
'org.apache.beam.sdk.transforms.FlattenTest.testFlattenMultipleCoders'
// SDF
excludeTestsMatching
'org.apache.beam.sdk.transforms.SplittableDoFnTest.testLifecycleMethodsBounded'
+ // TODO(https://github.com/apache/beam/issues/29973)
+ excludeTestsMatching
'org.apache.beam.sdk.transforms.ReshuffleTest.testReshufflePreservesMetadata'
Review Comment:
This is for StructuredStreaming VR PostCommit, which is failing for another
reason: https://github.com/apache/beam/actions/runs/7501119957/job/20421142433
but testReshufflePreservesMetadata can pass:
https://ge.apache.org/s/dvx6wng372byy/tests/overview
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]