-
Notifications
You must be signed in to change notification settings - Fork 288
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
Update Disable CSI e2e test #4271
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4271 +/- ##
==========================================
+ Coverage 68.46% 68.64% +0.17%
==========================================
Files 404 406 +2
Lines 32797 33120 +323
==========================================
+ Hits 22455 22735 +280
- Misses 8901 8933 +32
- Partials 1441 1452 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
19c7ea7
to
a86cc51
Compare
a86cc51
to
153de76
Compare
153de76
to
b6c4701
Compare
c7b3f18
to
8328af9
Compare
8328af9
to
5c2b58e
Compare
5c2b58e
to
24ceca4
Compare
@@ -2001,7 +2001,7 @@ func TestKubectlGetClusterResourceSet(t *testing.T) { | |||
|
|||
tt.e.EXPECT().Execute( | |||
tt.ctx, | |||
"get", "clusterresourcesets.addons.cluster.x-k8s.io", resourceSetName, "-o", "json", "--kubeconfig", tt.cluster.KubeconfigFile, "--namespace", tt.namespace, | |||
"get", "--ignore-not-found", "-o", "json", "--kubeconfig", tt.cluster.KubeconfigFile, "clusterresourcesets.addons.cluster.x-k8s.io", "--namespace", tt.namespace, resourceSetName, | |||
).Return(*bytes.NewBufferString(resourceSetJson), nil) | |||
|
|||
gotResourceSet, err := tt.k.GetClusterResourceSet(tt.ctx, tt.cluster.KubeconfigFile, resourceSetName, tt.namespace) |
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.
Not sure why codecov isn't picking up that this is tested
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: taneyland 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 |
/cherry-pick release-0.13 |
@taneyland: new pull request could not be created: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"No commits between aws:release-0.13 and eks-distro-pr-bot:cherry-pick-4271-to-release-0.13"}],"documentation_url":"https://docs.github.com/rest/reference/pulls#create-a-pull-request"} 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. |
Issue #, if available:
Description of changes:
Testing (if applicable):
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.