VictoriaMetrics/app/victoria-metrics/testdata/graphite
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
..
basic.json Add regression test for query apo (#194) 2019-09-30 11:25:54 +03:00
comparison-not-inf-not-nan.json app/victoriametrics: update the test suite (#5627) 2024-01-17 09:51:10 +01:00
empty-label-match.json app/victoriametrics: update the test suite (#5627) 2024-01-17 09:51:10 +01:00
graphite-selector.json app/victoria-metrics/testdata: add a test for {__graphite__="foo.*.bar"} selector 2021-02-17 21:52:43 +02:00
max_lookback_set.json app/victoriametrics: update the test suite (#5627) 2024-01-17 09:51:10 +01:00
max_lookback_unset.json app/victoriametrics: update the test suite (#5627) 2024-01-17 09:51:10 +01:00
name-plus-negative-filter.json lib/storage: properly handle queries containing a filter on metric name plus any number of negative filters and zero non-negative filters 2021-02-18 18:46:36 +02:00
not-nan-as-missing-data.json app/victoriametrics: update the test suite (#5627) 2024-01-17 09:51:10 +01:00
subquery-aggregation.json app/victoria-metrics: fixes flaky e2e graphite test 2024-10-31 19:53:40 +01:00