Skip to content

Commit 6161f4e

Browse files
committed
[Flink] add org.apache.beam.sdk.transforms.ParDoTest to sickbay
1 parent 777dcf7 commit 6161f4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runners/flink/flink_runner.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ class ValidatesRunnerConfig {
236236
def sickbayTests = [
237237
// TODO(https://github.com/apache/beam/issues/21306)
238238
'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testOnWindowTimestampSkew',
239+
// Flink errors are not deterministic. Exception may just be
240+
// org.apache.flink.runtime.operators.coordination.TaskNotRunningException: Task is not running, but in state FAILED
241+
// instead of the actual cause. Real cause is visible in the logs.
242+
'org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests'
239243
]
240244

241245
def createValidatesRunnerTask(Map m) {

0 commit comments

Comments
 (0)