-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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 e2e/ctl_v3_auth_test.go:123:5: declaration of err shadows declara… #18781
Conversation
…tion at line 106 Signed-off-by: Benjamin Wang <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted filessee 23 files with indirect coverage changes @@ Coverage Diff @@
## main #18781 +/- ##
==========================================
- Coverage 68.82% 68.75% -0.08%
==========================================
Files 420 420
Lines 35511 35511
==========================================
- Hits 24440 24414 -26
- Misses 9641 9668 +27
+ Partials 1430 1429 -1 Continue to review full report in Codecov by Sentry.
|
/test pull-etcd-integration-1-cpu-amd64 |
/retest |
Interesting... And I'm not sure why |
I can reproduce this locally,
|
With these steps, I can reproduce it in your PR and the main branch. With |
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. Thanks, @ahrtr
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 - Thanks @ahrtr
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, ivanvc, jmhbnz, serathius 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 |
It's
|
Ah, ok. Got it. I'll take another look. Thanks |
…tion at line 106
The error was detected in #18779
https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_etcd/18779/pull-etcd-verify/1849478681680941056
It's weird why the main branch didn't see this failure. @ivanvc
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.