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_connectivity flakes on teardown: TestNet::drop tears down tokio
before the storage backend's background threads release their files, so
temp.close() races a DirectoryNotEmpty. Retry fs::remove_dir_all a few
times instead of failing on it.
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments