-
Notifications
You must be signed in to change notification settings - Fork 88
Improved Unit-Test Coverage for Issue #703 #736
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
…ng userid for some reason)
Hi @aarongalang. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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. |
accidentally changed the non-test files, undoing them now |
/ok-to-test |
pkg/blob/blob.go
Outdated
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
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.
revert the changes in this file
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.
Are these created by lint fixes?
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.
yeah i'm not sure why those ended up there... will revert momentarily
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.
double checked my code, those dashes aren't there, might have been created by lint fixes as you said
pkg/blob/controllerserver.go
Outdated
@@ -1,12 +1,9 @@ | |||
/* | |||
Copyright 2017 The Kubernetes Authors. | |||
|
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.
Revert, unless created by lint fixes.
pkg/blob/nodeserver.go
Outdated
@@ -1,12 +1,9 @@ | |||
/* | |||
Copyright 2017 The Kubernetes Authors. | |||
|
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.
Same. Revert unless created by lint fix.
@@ -1,12 +1,9 @@ | |||
/* | |||
Copyright 2019 The Kubernetes Authors. | |||
|
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.
Same. Revert unless created by lint fix.
/retest |
e5bddf2
to
1194514
Compare
/retest |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aarongalang, andyzhangx 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 |
What type of PR is this?
/kind test
What this PR does / why we need it:
Adds unit-tests to pkg folder for improved coverage
Which issue(s) this PR fixes:
#703
Fixes #
Requirements:
Special notes for your reviewer:
This PR had to be created because my previous pr had a commit that used my local computer as the author, rather than my git user id. As a result, only that one commit did not have my cla, causing the pr to be mergeable
please see pr #723 for actual commit messages
Release note: