[autobackport: sssd-2-9] tests: mark KCM TGT renewal test as flaky#8642
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the system tests for KCM by adding the @pytest.mark.flaky(reruns=3) decorator to a test case in src/tests/system/tests/test_kcm.py. This change allows the test to be retried up to three times in the event of a failure, which is typically used to mitigate impact from intermittent or unstable test environments. I have no feedback to provide as there were no review comments to evaluate.
Add @pytest.mark.flaky(reruns=3) using the existing flaky marker Signed-off-by: Madhuri Upadhye <[email protected]> Reviewed-by: Alexey Tikhonov <[email protected]> Reviewed-by: Jakub Vávra <[email protected]> (cherry picked from commit 32dedfb)
|
The pull request was accepted by @alexey-tikhonov with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
4f74cfe to
ec251b9
Compare
This is an automatic backport of PR#8638 tests: mark KCM TGT renewal test as flaky to branch sssd-2-9, created by @madhuriupadhye.
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
32dedfb - tests: mark KCM TGT renewal test as flaky
Backported commits
Original Pull Request Body
Add @pytest.mark.flaky(max_runs=3)
using the existing flaky marker