-
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_failover.py #7467
Conversation
danlavu
commented
Jun 29, 2024
•
edited
Loading
edited
- extended the test to the generic provider
- added assertion error messages
- improved some grammar and word choice
edccffc
to
bc5ea90
Compare
Removing backports after realizing this is a new feature. I still need to run it against a version of SSSD that contains the feature, it's fine for review, I just need to test it before it's merged. |
Test code is passing |
Run isort on it, otherwise ack. |
bc5ea90
to
086e69d
Compare
@shridhargadekar Why did you ack, when the test fails in PR CI? @danlavu Please, investigate the test failures. The code is provider-independent so there must be a problem with the test or CI environment. |
So I've run the tests against hosts in downstream ci and locally, and they are passing. I'm going to take a look at the logs and will probably have questions about the differences between them. |
086e69d
to
1384d59
Compare
I amended the change, giving samba it's own section. The discovered realm was resolving to AD.TEST and not SAMBA.TEST it seems. Not all tests have been executed, but they are passing now. |
@pbrezina, are you fine with the latest version? |
1384d59
to
d52f6c1
Compare
* extended the test to the generic provider * added assertion error messages * improved some grammar and word choice
d52f6c1
to
8e89e66
Compare