You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Authors:
- Ben Frederickson (https://github.com/benfred)
Approvers:
- Corey J. Nolet (https://github.com/cjnolet)
URL: #226
The
brute_force::tests::test_l2
unittest sometimes fails randomly with an error likeRe-running the tests usually resolves, but we should find out why this test isn't reliable and fix.
The text was updated successfully, but these errors were encountered: