test: make workshop symlink tests compatible with Windows#97436
test: make workshop symlink tests compatible with Windows#97436aniruddhaadak80 wants to merge 2 commits into
Conversation
|
Codex review: needs changes before merge. Reviewed July 5, 2026, 4:21 AM ET / 08:21 UTC. Summary PR surface: Tests +27. Total +27 across 1 file. Reproducibility: yes. for the remaining blocker from source and CI: the patch adds underscore-prefixed imports while Review metrics: 1 noteworthy metric.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Next step before merge
Security Review findings
Review detailsBest possible solution: Keep the capability-based Windows test gating, rename the new imports to lint-safe names, and clean up the PR body headings and unrelated closing reference before merge. Do we have a high-confidence way to reproduce the issue? Yes for the remaining blocker from source and CI: the patch adds underscore-prefixed imports while Is this the best way to solve the issue? Mostly yes: the capability-probed Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 05c9dccf35ec. Label changesLabel changes:
Label justifications:
Evidence reviewedPR surface: Tests +27. Total +27 across 1 file. View PR surface stats
Acceptance criteria:
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
Review history (1 earlier review cycle)
|
|
This pull request has been automatically marked as stale due to inactivity. |
Closes #97400
What Problem This Solves: Test failures on Windows due to symlink directory constraints.
Why This Change Was Made: To make workshop symlink tests compatible with Windows by utilizing junction for Windows platform when creating symlinks.
User Impact: Better cross-platform test coverage for developers.
Evidence: Updated tests to use process.platform === 'win32' ? 'junction' : 'dir' for fs.symlink directory link creation.
Local Windows test output: