-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
planner, add hint nth_plan(x)
to help user force a plan
#17850
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17850 +/- ##
===========================================
Coverage 79.4389% 79.4389%
===========================================
Files 535 535
Lines 144190 144190
===========================================
Hits 114543 114543
Misses 20370 20370
Partials 9277 9277 |
cntPlan
for find_best_task
to indicate the number of plans found in it.eth_plan(x)
to help user force a plan
Co-authored-by: Kenan Yao <[email protected]>
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.
LGTM
@eurekaka,Thanks for you review. |
PTAL @winoros , @time-and-fate |
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.
lgtm
Sorry @lawyerphx, you don't have permission to trigger auto merge event on this branch. You are not a committer or co-leader or leader for the related sigs:planner(slack). |
/merge |
/run-all-tests |
@lawyerphx merge failed. |
/run-unit-tests |
/merge |
Sorry @lawyerphx, you don't have permission to trigger auto merge event on this branch. You are not a committer or co-leader or leader for the related sigs:planner(slack). |
please merge @zz-jason |
What problem does this PR solve?
Issue Number: to #17580
Problem Summary:
cntPlan
forfind_best_task
to indicate the number of plans found in it.What is changed and how it works?
Proposal: plan test
What's Changed:
How it Works:
findBestTask
, implement typeCountDown
Related changes
Check List
Tests
Side effects
Release note
cntPlan
forfind_best_task
to indicate the number of plans found in it.