zentol opened a new pull request #17073:
URL: https://github.com/apache/flink/pull/17073


   `TaskSlotTableImplTest#runDeactivateSlotTimeoutTest` checks that the timeout 
is cancelled by asserting that a future is _not_ canceled in a given 
time-frame. These kind of assertions (of something _not_ happening) tend to be 
unstable because there is no good measure for how long you need to wait.
   Instead the test was refactored to check that 
`TimerService#unregisterTimeout` is called instead. Several refactorings were 
made to make this possible, and existing tests for the TimerService were 
cleaned up and extended.


-- 
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]


Reply via email to