-
Notifications
You must be signed in to change notification settings - Fork 252
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
tests: housekeeping, test_identity.py #7461
Conversation
Looking at the docs for auto_private_groups. and adding assertions to what I understand to better test this feature. This is failing for the IPA topology; is this expected? Is there something different about IPA?
|
0075955
to
3e468e8
Compare
The auto private group tests is fixed.
|
d7d01cd
to
573bedb
Compare
52e9f51
to
cf685f0
Compare
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.
Please add (back) appropriate error messages to tie the failures with expectedresults.
cf685f0
to
b8597bf
Compare
@jakub-vavra-cz added back |
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
b8597bf
to
8e261cd
Compare
|
32f423c
to
6a14f4a
Compare
@alexey-tikhonov fixed |
Substantial changes were pushed in https://github.com/SSSD/sssd/compare/2e9ad6b3b29410fa4873212912a47403cc9d9aea..32f423c9f145ccf98718e6419fa139f3a8b7b2ff since last review. Or was it merely a rebase... |
I forgot that the following is required for assertions
So, the changes are merely adding it back in to fix the syntax checks. |
d339a8e
to
156ead4
Compare
housekeeping, the following is looked at and may have been done: * fixed typos and standardized formatting * renamed test cases to improve the clarity of what the test does * improved docstring language, setup, steps and expected results * synced code with the docstring order * removed necessary configuration relevant to the test * added pytest.mark.importance to test cases noteable changes: * auto_private_group tests reworked, adding two more test cases
156ead4
to
8933006
Compare
@danlavu : |
housekeeping, the following is looked at and may have been done:
noteable changes: