Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BP-1.19][FLINK-34274][runtime] Implicitly disable resource wait timeout for AdaptiveSchedulerTest #24400

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

XComp
Copy link
Contributor

@XComp XComp commented Feb 28, 2024

1.19 backport for parent PR #24238

dmvk and others added 2 commits February 28, 2024 10:55
…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
@XComp XComp changed the title [FLINK-34274][runtime] Implicitly disable resource wait timeout for AdaptiveSchedulerTest [BP-1.19][FLINK-34274][runtime] Implicitly disable resource wait timeout for AdaptiveSchedulerTest Feb 28, 2024
@flinkbot
Copy link
Collaborator

flinkbot commented Feb 28, 2024

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@XComp XComp merged commit 3c04316 into apache:release-1.19 Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants