Skip to content

Use spawn to fix zombie processes from tests - #529

Merged
RyanZim merged 3 commits into
masterfrom
ryan/fix-watch-tests
Aug 20, 2026
Merged

Use spawn to fix zombie processes from tests#529
RyanZim merged 3 commits into
masterfrom
ryan/fix-watch-tests

Conversation

@RyanZim

@RyanZim RyanZim commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Discovered that running the tests left zombie processes running; this fixes this.

@RyanZim
RyanZim force-pushed the ryan/fix-watch-tests branch from 0717630 to 791cba6 Compare August 20, 2026 19:57
@RyanZim
RyanZim force-pushed the ryan/fix-watch-tests branch from edf5094 to be6aac0 Compare August 20, 2026 20:22
@RyanZim
RyanZim force-pushed the ryan/fix-watch-tests branch from be6aac0 to 68d4df4 Compare August 20, 2026 20:25
@RyanZim
RyanZim marked this pull request as ready for review August 20, 2026 20:28
@RyanZim
RyanZim requested a balanced review from Copilot August 20, 2026 20:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Replaces shell-based watch test processes with direct spawning to prevent orphaned/zombie processes.

Changes:

  • Uses spawn with explicit argument arrays.
  • Re-enables the CSS syntax error watch test in CI.
  • Preserves literal glob argument handling.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@RyanZim
RyanZim merged commit beb9709 into master Aug 20, 2026
7 checks passed
@RyanZim
RyanZim deleted the ryan/fix-watch-tests branch August 20, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants