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
I was hoping this was going to be low hanging fruit that we could slap extend Minitest::OptionalRetry (which will retry a failing test up to three times before declaring defeat) but this sounds like something's up with those, LoggingCallsTest in particular.
Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.
What are we trying to do?
Eliminate test flakiness
What feature or behavior is this required for?
Quickly and easily reviewing PRs, and merging with confidence
How could we solve this issue? (Not knowing is okay!)
I don't know
Anything else?
Here are the flaky tests:
These are actually errors, not failures. Example: https://github.com/DARIAEngineering/dcaf_case_management/actions/runs/6327925858/job/17184902734
Sometimes we also get this error:
Example: https://github.com/DARIAEngineering/dcaf_case_management/actions/runs/6287048102/job/17071253257
There will either be 6 errors (above) or 1 error (below) for a given test run. I've never seen a case where there are 7 errors.
The text was updated successfully, but these errors were encountered: