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
testserver: replace KillCaller config with HTTP kill API
Move kill-on-request behavior from test.toml fields (KillCaller,
KillCallerOffset) to a POST /__testserver/kill endpoint. Kill rules
are scoped by auth token so concurrent tests sharing a server don't
interfere.
acceptance/bin/kill_after.py is a convenience wrapper that posts to
the endpoint, keeping scripts readable.
The kill check is applied at the HTTP middleware layer (wrapping the
entire router) so it fires for all requests, including those that
would otherwise fall through to the not-found handler.
Co-authored-by: Isaac
0 commit comments