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: restore forceStop() where crash/abrupt-disconnect semantics matter
Keep graceful stop() for normal teardown (needed so in-process workers release
handles and exit), but revert to forceStop() where the test intent requires it:
- client.e2e 'should forceStop without cleanup' body
- connection_token unauthenticated clients whose start() rejects
- client.test.ts stdin-error test using a mock connection
- pending_work_resume, which forceStop()s to simulate a crash leaving pending
work for resume (restored to base)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments