-
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
auth: improve test coverage #9734
Labels
Milestone
Comments
I'd love to help with this issue |
@essamhassan great, love to have you on this. Could you coordinate with @joelegasse to make sure there is no overlap in work etc? Thanks! |
Great, will do. Is there a slack team chat or any similar way to contact @joelegasse ? we can coordinate the work there |
@essamhassan I spoke with Joe and he has nothing pending so full steam ahead! |
essamhassan
added a commit
to essamhassan/etcd
that referenced
this issue
Sep 30, 2018
adds tests for uncovered auth funcs Issue etcd-io#9734
essamhassan
added a commit
to essamhassan/etcd
that referenced
this issue
Sep 30, 2018
adds tests for uncovered auth funcs Issue etcd-io#9734
essamhassan
added a commit
to essamhassan/etcd
that referenced
this issue
Oct 1, 2018
adds tests for uncovered auth funcs Issue etcd-io#9734
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package auth current test coverage is 56% https://codecov.io/gh/coreos/etcd. Improve coverage where it makes sense. For example,
HasRole
is not being tested https://codecov.io/gh/coreos/etcd/tree/master/auth. And panic from JWT token #9695 should have been prevented by unit tests.The text was updated successfully, but these errors were encountered: