Tests with no reachable failure call
136 / 20389 (floor 136) Within threshold
136 of 20389 (0.7%)
These execute code and pass unconditionally. Breaking the code under test would not turn them red.
If this degrades: Add a real assertion, or annotate with `// test-asserts-nothing: <why>` when the oracle is genuinely implicit (a must-not-panic smoke test).
| file | test |
|---|---|
cmd/ze/hub/aaa_lifecycle_test.go | TestCloseAAABundleNoBundle |
internal/chaos/chaos_test.go | TestChaosConcurrency |
internal/chaos/watchdog/watchdog_test.go | TestWatchdogRouteRegression |
internal/component/bfd/api/registry_test.go | TestSetGetService_ConcurrentNoRace |
internal/component/bfd/metrics_test.go | TestMetricsHookStateChangeCounters |
internal/component/bfd/metrics_test.go | TestRefreshSessionsGauge |
internal/component/bgp/plugins/bmp/event_test.go | TestBMPPeerUpSkippedOnCacheMiss |
internal/component/bgp/plugins/bmp/event_test.go | TestHandleSenderNoSenders |
internal/component/bgp/plugins/bmp/route_action_test.go | TestProcessRouteMonitoring_MonitorMode_StoresInBMPRIB |
internal/component/bgp/plugins/bmp/route_action_test.go | TestProcessRouteMonitoring_ShortUpdate_Skipped |