-
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: Adapt the KCM tests to the new behavior #6980
Conversation
aea5953
to
92e8fef
Compare
Logs were not included in the artifacts because the path was incorrect.
0a108f2
to
50b348a
Compare
Centos-9 system test seem to be failing because of a dependency problem not related to this PR. |
Hi, jfyi, the issue on Debian should be fixed by SSSD/sssd-ci-containers#64 . bye, |
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.
LG2M
Tests where sometimes failing because they were opening the pipe while KCM was shutting down. This was happening because tests were successfully opening the pipe because it was left over by the previous instance of KCM. So to avoid this we immediately remove the pipe during teardown. With this, tests will fail to open it and keep trying until it is re-created by the new instance of KCM.
Some PAM tests sometimes fail because they starts before KDC has finished its initialization. Adding a short delay to let it complete its initialization before launching the actual tests.
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.
Thanks for the update, ACK
@danlavu, would you like to take a look at updated version? |
These tests started to fail sporadically after KCM uses its own configuration #6948 was pushed, because the start-up time is now longer.