mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 17:45:15 +08:00
Local git tooling that hooks trace2 (e.g. a global trace2.eventtarget socket listener) can asynchronously write into a repo's .git/ shortly after a git command runs. This races with t.TempDir's automatic RemoveAll cleanup and intermittently fails tests with "directory not empty", unrelated to the code under test.