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: address Gemini review feedback for #1208 — closeAllConnections on teardown, consume fetch bodies
- Call server.closeAllConnections() before server.close() in MockOrigin.close() to
drain keep-alive sockets immediately on teardown (Node ≥18.2, safe for engine ≥20).
- Consume response bodies with .text() on the three fetch calls that only checked
status (404 propagation test, DELETE test r1 and rDel) to avoid socket leaks.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments