Skip to content

Commit

Permalink
Ring downscale flaky test fix (#9960)
Browse files Browse the repository at this point in the history
Increase ring heartbeat frequency to try and improve the success rate of downscale tests.
  • Loading branch information
jhalterman authored Nov 20, 2024
1 parent 96c92c9 commit 35c30ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func defaultIngesterTestConfig(t testing.TB) Config {
cfg.IngesterRing.InstanceID = "localhost"
cfg.IngesterRing.FinalSleep = 0
cfg.IngesterRing.MinReadyDuration = 100 * time.Millisecond
cfg.IngesterRing.HeartbeatPeriod = defaultHeartbeatPeriod
cfg.ActiveSeriesMetrics.Enabled = true

return cfg
}

Expand Down

0 comments on commit 35c30ed

Please sign in to comment.