grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
22.71k stars 3.3k forks source link

refactor(blooms): Do not use sleeps on integration test #13308

Closed salvacorts closed 5 days ago

salvacorts commented 6 days ago

What this PR does / why we need it: This is a followup for https://github.com/grafana/loki/pull/13296. We now do not use sleeps to wait for compaction and bloom build to finish. Since we no longer restart the components, we can look at their metrics which will be updated appropriately.

Checklist