TheNeuralBit commented on code in PR #21835:
URL: https://github.com/apache/beam/pull/21835#discussion_r899518709
##########
runners/flink/job-server/flink_job_server.gradle:
##########
@@ -193,17 +193,17 @@ def portableValidatesRunnerTask(String name, boolean
streaming, boolean checkpoi
excludeCategories 'org.apache.beam.sdk.testing.UsesPerKeyOrderInBundle'
},
testFilter: {
- // TODO(BEAM-10016)
+ // TODO(https://github.com/apache/beam/issues/20269)
excludeTestsMatching
'org.apache.beam.sdk.transforms.FlattenTest.testFlattenWithDifferentInputAndOutputCoders2'
- // TODO(BEAM-12039)
+ // TODO(https://github.com/apache/beam/issues/20843)
excludeTestsMatching
'org.apache.beam.sdk.testing.TestStreamTest.testDiscardingMode'
- // TODO(BEAM-12038)
+ // TODO(https://github.com/apache/beam/issues/20844)
excludeTestsMatching
'org.apache.beam.sdk.testing.TestStreamTest.testLateDataAccumulating'
// TODO(BEAM-12710)
excludeTestsMatching
'org.apache.beam.sdk.testing.TestStreamTest.testFirstElementLate'
// TODO(BEAM-13498)
excludeTestsMatching
'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testProcessElementSkew'
Review Comment:
I filed #21920 to track following up on this.
--
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]