VictoriaMetrics/app/victoria-metrics/testdata
Artem Fetishev 4414f1e2e1
app/victoria-metrics: fixes flaky e2e graphite test
This commit fixes flaky test TestWriteRead/read/graphite/subquery-aggregation in app/victoria-metrics/main_test.go

The test fails when the test execution falls on the first second of a minute,
for example 6:59:00. In all other cases (such as 6:59:01) the test passes.

The test fails because of the way VictoriaMetrics implements sub-queries: it
aligns the time range to the step. The test config does not account for this.

Assuming that the implementation is correct, the fix is to adjust the test
config so that the data is inserted at intervals other than 1m.

Signed-off-by: Artem Fetishev <rtm@victoriametrics.com>
2024-10-31 19:53:40 +01:00
..
csv app/vmselect: change export/csv timestamp format for rfc3339 to respect milliseconds (#5853) 2024-02-22 20:31:22 +01:00
graphite app/victoria-metrics: fixes flaky e2e graphite test 2024-10-31 19:53:40 +01:00
influxdb adds extra_label to all import apis (#1007) 2021-01-13 00:52:50 +02:00
opentsdb Add regression test for query apo (#194) 2019-09-30 11:25:54 +03:00
opentsdbhttp adds extra_label to all import apis (#1007) 2021-01-13 00:52:50 +02:00
prometheus app/vmselect: properly calculate start param for queries with too big look-behind window (#5630) 2024-01-17 13:48:06 +01:00