[autobackport: sssd-2-12] Tests: Fix ipa multihost test_authentication_indicators#8529
Conversation
Provide sleep time to test Reviewed-by: Jakub Vávra <jvavra@redhat.com> (cherry picked from commit a6d0f0c)
There was a problem hiding this comment.
Code Review
This pull request backports a fix for a flaky test, test_authentication_indicators, by adding a time.sleep(5) to allow for sudo rule propagation. While this addresses the immediate issue, I've suggested a more robust polling mechanism to avoid the potential pitfalls of fixed sleeps in tests, which can lead to either continued flakiness or slow test execution.
|
The pull request was accepted by @jakub-vavra-cz with the following PR CI status: 🟡 rpm-build:centos-stream-10-x86_64:upstream (in_progress) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
This is an automatic backport of PR#8525 Tests: Fix ipa multihost test_authentication_indicators to branch sssd-2-12, created by @aborah-sudo.
Please make sure this backport is correct.
Note
The commits were cherry-picked without conflicts.
You can push changes to this pull request
Original commits
a6d0f0c - Tests: Fix ipa multihost test_authentication_indicators
Backported commits
Original Pull Request Body
Provide sleep time to test