Skip to content

Commit

Permalink
[Flink] add org.apache.beam.sdk.transforms.ParDoTest to sickbay
Browse files Browse the repository at this point in the history
  • Loading branch information
jto committed Nov 18, 2024
1 parent 777dcf7 commit 6161f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runners/flink/flink_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ class ValidatesRunnerConfig {
def sickbayTests = [
// TODO(https://github.com/apache/beam/issues/21306)
'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testOnWindowTimestampSkew',
// Flink errors are not deterministic. Exception may just be
// org.apache.flink.runtime.operators.coordination.TaskNotRunningException: Task is not running, but in state FAILED
// instead of the actual cause. Real cause is visible in the logs.
'org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests'
]

def createValidatesRunnerTask(Map m) {
Expand Down

0 comments on commit 6161f4e

Please sign in to comment.