fix: skip daemon-pty-adapter tests on Windows#7158
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughChangesThis change refactors the POSIX-only test gating in daemon-pty-adapter.test.ts. A new Compact Metadata
Related PRs: None identified. Suggested labels: tests, refactor Suggested reviewers: None identified. Poem 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ket) The entire suite relies on node:net Unix socket semantics (unlinkSync, socket file cleanup, respawn-on-death checks) that don't map to Windows named pipes. Skipping at the describe level, matching shell-ready.test.ts.
2b2cf23 to
cb756fb
Compare
Summary
The entire \DaemonPtyAdapter\ test suite relies on
ode:net\ Unix socket semantics (unlinkSync, socket file cleanup, respawn-on-death checks) that don't map to Windows named pipes. This causes ~61 test failures on Windows.
Change
Verification
Cross-platform notes