-
Notifications
You must be signed in to change notification settings - Fork 214
test: add system tests for common RBAC operations #34
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
|
Hmm, the snapshot seek test seems to be flaky. Are snapshot not "instant" by any chance? Update: Yes, creating a snapshot is actually an async operation on the server, despite a "success" is returned. In the short term we need to disable such flaky test. I will do that tomorrow. |
pradn
left a comment
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.
Looks good!
|
Good to merge! |
Fixes #8.
This PR adds several system tests focusing on RBAC.
I used all non-admin PubSub roles in common happy use cases. If there are other uses cases that should also be added, feel free to suggest in the comments.
PR checklist: