Skip to content
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

[Unit Tests] Added unit test for kube proxy builder #7124

Merged
merged 3 commits into from
Jun 20, 2019

Conversation

srikiz
Copy link
Contributor

@srikiz srikiz commented Jun 10, 2019

Adding unit tests for additional code coverage.
This should include test for nodeup/pkg/model/kube_proxy.go.

I created a new file kube_proxy_test.go that performs few basic checks on how the kube_proxy pod is built.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 10, 2019
@k8s-ci-robot
Copy link
Contributor

Hi @srikiz. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jun 10, 2019
@srikiz
Copy link
Contributor Author

srikiz commented Jun 10, 2019

/assign @justinsb

@mikesplain
Copy link
Contributor

Awesome! Always love more tests, thanks @srikiz! Lets get this testing!

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 11, 2019
@srikiz
Copy link
Contributor Author

srikiz commented Jun 11, 2019

@mikesplain - Thanks, while I wrote this unit test, I didn't actually understand why we need this specific flag for kubeproxy.
--oom-score-adj=-998
Any idea where to look this out for?

@srikiz
Copy link
Contributor Author

srikiz commented Jun 11, 2019

/retest

@rdrgmnzs
Copy link
Contributor

@srikiz this is a good explanation of why that flag is set kubernetes/kubernetes#51083 (comment)

@srikiz
Copy link
Contributor Author

srikiz commented Jun 13, 2019

@srikiz this is a good explanation of why that flag is set kubernetes/kubernetes#51083 (comment)

Thanks, this sounds good !

@srikiz
Copy link
Contributor Author

srikiz commented Jun 18, 2019

@rdrgmnzs @mikesplain - please approve if you are Ok.

return
}

// compare object metadata Namespace
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What we've done elsewhere is to serialize it to yaml and then string-compare with the expected output. It tends to make the test a little easier to write, and means we have the output explicitly in the tree which can be pretty handy!

But ... happy to try this approach!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, thanks @justinsb - I'll keep a note of it for other unit tests.

@justinsb
Copy link
Member

Thanks @srikiz - our yaml "golden output" test approach is also worth considering, but having more test coverage is very welcome - thank you!

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 20, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: justinsb, srikiz

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 20, 2019
@k8s-ci-robot k8s-ci-robot merged commit 1f98ecf into kubernetes:master Jun 20, 2019
@srikiz srikiz deleted the UnitTestKubeProxy branch June 21, 2019 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants