Skip to content

ci: add retry with exponential backoff for flaky searcher tests#7499

Merged
baywet merged 3 commits intomainfrom
ci/flaky-tests
Mar 18, 2026
Merged

ci: add retry with exponential backoff for flaky searcher tests#7499
baywet merged 3 commits intomainfrom
ci/flaky-tests

Conversation

@baywet
Copy link
Member

@baywet baywet commented Mar 18, 2026

Add a custom [RetryFact] xUnit attribute that retries failed tests up to 5 times with exponential backoff (500ms, 1s, 2s, 4s). Apply it to GetsMicrosoftGraphBothVersionsAsync and GetsMicrosoftGraphBetaAsync which are flaky due to backend API throttling.

Add a custom [RetryFact] xUnit attribute that retries failed tests up to
5 times with exponential backoff (500ms, 1s, 2s, 4s). Apply it to
GetsMicrosoftGraphBothVersionsAsync and GetsMicrosoftGraphBetaAsync which
are flaky due to backend API throttling.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this to In Progress 🚧 in Kiota Mar 18, 2026
@baywet baywet merged commit c6f4143 into main Mar 18, 2026
297 checks passed
@baywet baywet deleted the ci/flaky-tests branch March 18, 2026 16:32
@github-project-automation github-project-automation bot moved this from In Progress 🚧 to Done ✔️ in Kiota Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done ✔️

Development

Successfully merging this pull request may close these issues.

2 participants