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
Add teardown cleanup to test files to prevent Node.js process leaks
This fixes intermittent CI hangs on Ruby 3.4 caused by zombie Node.js
processes accumulating across test runs. When processes aren't properly
closed, fork() can block due to resource exhaustion.
Each test file now has a teardown method that calls close() on the
schmoozer instance if it has a running process, ensuring Node.js
processes are properly terminated after each test.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments