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
fix: use short temp paths for Unix socket tests on macOS
t.TempDir() on macOS produces paths that exceed the 104-108 character
limit for Unix domain sockets, causing bind failures. Use /tmp directly
for socket paths in tests.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments