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
test(c/driver_manager): Make DriverManifest::SetUp more resilient (#3251)
This fixes an occasional issue with the SetUp block of the
DriverManifest fixture. At least on my macOS system, if a previous test
runs fails before running TearDown, SetUp would fail on this assertion.
This changes the SetUp behavior so it re-uses the temporary directory.
0 commit comments