-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Support AlwaysCheckAllPredicates in the scheduler framework. #86496
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT. Just a comment is that we may need at least UT to verify it really works.
yeah, I will add a UT in this PR, but first just wanted to check if this approach is ok |
unit test added |
Neat! /lgtm |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/retest Review the full test history for this PR. Silence the bot with an |
1 similar comment
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
1 similar comment
/retest |
@Huang-Wei fixed a conflict after #86369 got merged. |
/cc @draveness Wei is on vacation, please take a look if you have time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for the work!
/lgtm
/priority important-soon
What type of PR is this?
/kind bug
What this PR does / why we need it:
Adds support for AlwaysCheckAllPredicates flag in the scheduling framework.
Does this PR introduce a user-facing change?:
/cc @Huang-Wei