Skip to content
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

enable retries in nextest #5238

Merged
merged 2 commits into from
Mar 12, 2025
Merged

Conversation

alexpyattaev
Copy link

@alexpyattaev alexpyattaev commented Mar 11, 2025

Problem

retries for one flaky test restart entire test batch that takes 15 min

Summary of Changes

add retries inside nextest runs. This means when one test flakes we do not need to restart the entire partition immediately.

@alexpyattaev alexpyattaev marked this pull request as ready for review March 11, 2025 21:39
Let us try without backoff see how it goes, we can always add it back later.

Co-authored-by: Illia Bobyr <illia.bobyr@gmail.com>
Copy link
Member

@yihau yihau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's see how it goes 🤞

@alexpyattaev alexpyattaev merged commit 638947e into anza-xyz:master Mar 12, 2025
11 of 16 checks passed
@alexpyattaev alexpyattaev deleted the enable_retries branch March 12, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants