-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Clean up for qos.go #45018
Clean up for qos.go #45018
Conversation
Hi @ravisantoshgudimetla. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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 kubernetes/test-infra repository. I understand the commands that are listed here. |
@k8s-bot test this please! |
@ravisantoshgudimetla: you can't request testing unless you are a kubernetes member. In response to this:
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 kubernetes/test-infra repository. I understand the commands that are listed here. |
If this is needed, it needs a unit test. |
seems faily straight forward, as it just removed functions. If it passes e2e tests seems fine. |
@k8s-bot test this please. |
@k8s-bot ok to test. |
c28af12
to
39403f3
Compare
Looks reasonable. Waiting for CI green. @k8s-bot ok to test |
I'm seeing unit test failures here........? @ravisantoshgudimetla if you see these to i guess this code is needed after all :).
|
So, I am kind of confused here for 2 reasons.
I may be wrong in any of those assumptions and the tests could be simply flakes. Can we run the unit tests only again to see, if there are some failures? In fact, the same test failed for my other PR as well: |
@k8s-bot unit test this |
This is flake again. |
@k8s-bot unit test this |
/assign @wojtek-t |
@vishh @derekwaynecarr, is it ok to remove the functions or are they going to be used in the near future? |
IMO we should remove deadcode as a policy unless there is an obvious note in the source not to |
ping @vishh @derekwaynecarr |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ravisantoshgudimetla, vishh
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Seems to be an infra error. I cannot ask the bot to test it again. Can someone do it? |
@k8s-bot ok to test
…On Mon, May 8, 2017 at 3:07 PM, rgudimet ***@***.***> wrote:
Seems to be an infra error. I cannot ask the bot to test it again. Can
someone do it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#45018 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGvIKCF4ILuE5TfsZiHSuZxW9ii6Jhw_ks5r35IFgaJpZM4NKKfu>
.
|
Automatic merge from submit-queue (batch tested with PRs 45018, 45330) |
What this PR does / why we need it:
Seems we are not using any of those functions.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #39148Release note: