Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky test testTasksScheduledDuringShutdownAreAutomaticallyCancel… (
#3036) …ledOrNotScheduledAnymore # Motivation This task was flaky and hit the assertion with the count being 1 # Modification This changes the expectation to greater than 0 since we can always guarantee that one scheduled task is run but due to timing windows it might be that we shutdown the EL before the second task is enqueued which meant it was immediately failed. # Result One less flaky test
- Loading branch information