-
Notifications
You must be signed in to change notification settings - Fork 287
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
externalresource(engine): Integrate all parts related to GC (Part I) #5596
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
rest LGTM. |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #5596 +/- ##
================================================
+ Coverage 56.0768% 56.3846% +0.3077%
================================================
Files 535 530 -5
Lines 70143 69808 -335
================================================
+ Hits 39334 39361 +27
+ Misses 27078 26710 -368
- Partials 3731 3737 +6 |
) | ||
|
||
// ExecutorClient defines an interface that supports sending gRPC from server | ||
// master to executor. | ||
type ExecutorClient interface { | ||
baseExecutorClient | ||
// baseExecutorClient |
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.
Is this not used any more
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.
Yes. It seems baseExecutorClient
should not be part of the public interface.
|
||
// ResourceTypeController is an interface providing relevant operations related | ||
// to one resource type. | ||
type ResourceTypeController interface { |
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.
IMHO, why not the ResourceTypeHandler
since it only has GetHandler
interface?
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.
More methods are planned in future PRs.
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 4e62af3
|
/merge |
@liuzix: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/run-verify |
What problem does this PR solve?
Issue Number: ref #5513
What is changed and how it works?
LocalFileResourceController
mockCluster
and some integration tests for GC.Check List
Tests
Release note