-
Notifications
You must be signed in to change notification settings - Fork 2
Add tests for resource fungibility plugin #21
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
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.
Several comments.
|
||
state := framework.NewCycleState() | ||
var gotStatus *framework.Status | ||
if tc.runPreFilter { |
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.
What do you mean runPreFilter, to me, every case needs to run the PreFilter, it's the entrypoint.
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.
updated.
Also please rebase the codebase, then the lint error will disappear, I just upgrade the golangci version. |
Signed-off-by: carlory <[email protected]>
/lgtm Thanks @carlory |
/kind cleanup |
No description provided.