Tests with no reachable failure call
134 / 29425 (floor 132) Needs attention
134 of 29425 (0.5%)
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 |
|---|---|
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 |
internal/component/bgp/plugins/filter_irr/filter_irr_test.go | TestRefreshSwapsAtomically |