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(pin-drift): track tmp dirs and clean up in afterAll
mkdtempSync dirs in pin_drift tool tests were never removed, leaving
stale $TMPDIR/pin-drift-tool-test-* dirs accumulating across runs (28
found in developer env). Route all mkdtempSync calls through a tracked
helper and rm them recursively in afterAll, so repeated test runs do
not leak temp state.
0 commit comments