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
This deviates from the vanilla minitest behaviour, which calls prerecord
before tests are run even for parallel executors, which can result in
interleaved output.
Instead this calls prerecord after the test has come back and
immediately before calling record while holding a mutex, to ensure the
correct time is associated with the correct test.
Co-authored-by: abeidahmed <[email protected]>
0 commit comments