davidradl commented on code in PR #28535:
URL: https://github.com/apache/flink/pull/28535#discussion_r3480007737
##########
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/DeclarativeSlotPoolBridgeTest.java:
##########
@@ -224,8 +231,15 @@ void
testNoConcurrentModificationWhenSuspendingAndReleasingSlot() throws Excepti
@TestTemplate
void testAcceptingOfferedSlotsWithoutResourceManagerConnected() throws
Exception {
+ final ManuallyTriggeredScheduledExecutorService scheduledExecutor =
Review Comment:
I am curious can this race occur in the main code ?
--
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]