Description
Add a stability test that runs repeated probes through the proxy over time to detect intermittent failures, connection drops, and latency spikes.
Codebase starting point
core/checks/public_ip/check.go -- template
core/checks/register.go -- registration
core/check/types.go -- CategoryNetwork
Acceptance Criteria
Description
Add a stability test that runs repeated probes through the proxy over time to detect intermittent failures, connection drops, and latency spikes.
Codebase starting point
core/checks/public_ip/check.go-- templatecore/checks/register.go-- registrationcore/check/types.go-- CategoryNetworkAcceptance Criteria
core/checks/stability_test/check.goimplementingcheck.Checkercore/checks/register.gocore/checks/stability_test/check_test.go