-
Notifications
You must be signed in to change notification settings - Fork 270
adding enumeration system tests #8280
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
base: master
Are you sure you want to change the base?
Conversation
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.
Code Review
This pull request refactors enumeration tests by removing the test_enumeration.py integration test and parameterizing several system tests in test_nss.py to run with enumeration enabled. While the refactoring of existing tests is a positive change, I have a significant concern about the removal of test_enumeration.py as it appears to result in a loss of test coverage for dynamic enumeration updates and the auto_private_groups feature. I've added a comment detailing this issue.
thalman
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.
The change looks good.
CI issues are not related to the change, but they do not seem to be just random failure
b8e6573 to
93551e3
Compare
jakub-vavra-cz
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.
LGTM
Reviewed-by: Jakub Vávra <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Jakub Vávra <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
93551e3 to
bd0cbb8
Compare
No description provided.