Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes test: The comment is obsolete (because we're not using the reso…
…urceWaitTimeout anymore) and just adds confusion because we don't need to wait in this test: 0. The mentioned test method #testRequirementLowerBoundIncreaseBeyondCurrentParallelismAttemptsImmediateRescale does not exist (#testRequirementLowerBoundIncreaseBeyondCurrentParallelismKeepsJobRunning is most likely meant) 1. the startJobWithSlotsMatchingParallelism will be executed in the main thread and, therefore, finishes before updateJobResourceRequirements is triggered (which also runs in the main thread) 2. Running both calls in the main thread ensures sequential execution of the commands with the scheduler being in WaitingForResources state when calling updateJobResourceRequirements
- Loading branch information