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: make server lockfile failure deterministic
The lockfile-acquisition failure test relied on chmod-based permission errors, which can be unreliable in CI (e.g. privileged runners). Simulate failure by passing a muxHome path that is a file (not a directory), which triggers ENOTDIR after server startup.
0 commit comments