-
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
fix wrong assertion on tests #130359
base: master
Are you sure you want to change the base?
fix wrong assertion on tests #130359
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
staging/src/k8s.io/client-go/tools/portforward/tunneling_connection_test.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/apimachinery/third_party/forked/golang/json/fields.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/code-generator/third_party/forked/golang/reflect/type.go
Outdated
Show resolved
Hide resolved
almost there, only three issues left |
@my-git9 there are still missing files
please enable the linter in our golangci config so we run it in presubmits diff --git a/hack/golangci.yaml b/hack/golangci.yaml
index ff24e6d6d18..ed5382dc0f1 100644
--- a/hack/golangci.yaml
+++ b/hack/golangci.yaml
@@ -277,5 +277,4 @@ linters-settings: # please keep this alphabetized
enable-all: true
disable: # TODO: remove each disabled rule and fix it
- float-compare
- - go-require
- require-error |
Could you tidy the commits up? |
Signed-off-by: xin.li <[email protected]>
Signed-off-by: xin.li <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: my-git9 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
updated, thx |
updated, thx |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #130346
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: