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(health): isolate lag-only degradation for checks.indexer.status
Add an explicitly-isolated test that induces indexerLagDegraded alone
(lag > 60s, failure-rate counters healthy) and asserts
checks.indexer.status reflects it as "degraded", while also asserting
eventsFailed/indexerDegraded stay healthy so the test can't pass on a
failure-rate coincidence. The prior lag test relied on beforeEach
defaults implicitly rather than asserting isolation explicitly.
Closes#1294
0 commit comments