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

Mark the rust brute force unittest as flaky #226

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

benfred
Copy link
Member

@benfred benfred commented Jul 17, 2024

The rust brute_force::tests::test_l2 test can sometimes randomly fail (#127).

We should figure out whats causing the test failure, but in the meantime - this PR marks the test as flaky using the mark_flaky_tests crate, which will retry the test 3 times and pass it if any of those runs succeed.

The rust `brute_force::tests::test_l2` test can sometimes randomly
fail (rapidsai#127).

While we should figure out whats causing the test failure, but in
the meantime - this PR marks the test as flaky using the `mark_flaky_tests`
crate, which will retry the test 3 times and pass it if any
of those runs work.
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jul 17, 2024
@benfred benfred requested a review from a team as a code owner July 17, 2024 18:13
@cjnolet
Copy link
Member

cjnolet commented Jul 17, 2024

/merge

@rapids-bot rapids-bot bot merged commit 43ed8cc into rapidsai:branch-24.08 Jul 17, 2024
54 checks passed
@jakirkham
Copy link
Member

Thanks Ben and Corey! 🙏

@benfred benfred deleted the rust_flaky_test branch August 8, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

3 participants