SEPURI-SAI-KRISHNA commented on PR #29208:
URL: https://github.com/apache/flink/pull/29208#issuecomment-5816718893
Added `CachedShuffleDescriptorsTest`, same wiring and the same
`startScheduling()` call. With the two delays both its tests fail with that
message in 3 of 3 runs, and pass in 3 of 3 with the direct executor, as well
as without the delays.
I forced the other `flink-runtime` tests that pair `forMainThread()` with
`defaultExecutorExtension()`. Only `ExecutionVertexTest` fails, at the first
`isNotDone()` before `markFinished()`, which matches your comment on #29183.
`ExecutionGraphSuspendTest`, `ExecutionTest`, `DefaultExecutionDeployerTest`,
`ArchivedExecutionVertexWithSpeculativeExecutionTest`, `EdgeManagerTest`,
`IntermediateResultPartitionTest` and `SpeculativeExecutionVertexTest` stay
green, and `DefaultExecutionGraphDeploymentTest` already uses a
`DirectScheduledExecutorService`.
`DefaultSchedulerTest` fails the same way, 17 times on master since June
across 11 methods. I'll file that one separately.
--
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]