mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
This change introduces a helper `MustStartDefaultRWVmagent` that by default sets `-remoteWrite.flushInterval=50ms`. This helper makes it easier to setup RW tests as all of them rely on frequent flushes. So instead of overloading the flag, we can use dedicated helper for that. This helper was added after newly added RW test became flaky because it didn't have `-remoteWrite.flushInterval=50ms` set. --------- Failing test https://github.com/VictoriaMetrics/VictoriaMetrics/actions/runs/25446725004/job/74769752869#step:5:71 Signed-off-by: hagen1778 <roman@victoriametrics.com>