-
Notifications
You must be signed in to change notification settings - Fork 749
Added high-level tests for login behavior #31659
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
Added high-level tests for login behavior #31659
Conversation
|
🟢 |
936a09b to
2736b1b
Compare
|
⚪
🟢 |
|
⚪
🟢 |
2. Avoid usage low-level test framework in checking sysviews It's needed to move passwors hash computing from SchemeShard in further PRs
2736b1b to
c2835d7
Compare
|
⚪
🟢 |
|
⚪
🟢 |
Changelog entry
Changelog category
Description for reviewers
Also rewrote sysview auth tests not to use SchemeShard events directly, because usage plain password in these events will be deprecated.
It's needed to move passwords hash computing from SchemeShard in further PRs.