mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
316b19a5d1
There was a sleep statement in the test, waiting for Group to perform a couple of evaluation. But looks like it worked unreliable for some CI tests like the one below https://github.com/VictoriaMetrics/VictoriaMetrics/actions/runs/8718213844/job/23915007958?pr=6115 This commit changes the sleep statement on a function that waits for a specific number of evaluations. It should make this test faster in general case, and more reliable for slow environemnts. |
||
---|---|---|
.. | ||
alerting_test.go | ||
alerting.go | ||
group_test.go | ||
group.go | ||
recording_test.go | ||
recording.go | ||
rule_test.go | ||
rule.go | ||
test_helpers.go | ||
utils_test.go | ||
utils.go |