VictoriaMetrics/app
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
..
victoria-logs app/vlstorage: add support for forced merge via /internal/force_merge HTTP endpoint 2024-10-13 22:20:31 +02:00
victoria-metrics app/victoria-metrics: fixes flaky e2e graphite test 2024-10-31 19:53:40 +01:00
vlinsert app/vlinsert: typo fix after 16ee470da6 2024-10-30 17:59:49 +01:00
vlogscli app/vlogscli: print hint on how to see available commands when starting vlogscli 2024-10-29 16:44:46 +01:00
vlogsgenerator all: consistently use stringsutil.JSONString() for formatting JSON strings with fmt.* functions instead of using "%q" formatter 2024-07-17 13:52:13 +02:00
vlselect app/vlselect: add support for extra_filters and extra_stream_filters query args across all the HTTP querying APIs 2024-10-30 17:59:49 +01:00
vlstorage lib/flagutil: rename Duration to RetentionDuration (#7284) 2024-10-17 13:47:48 +02:00
vmagent vmagent: fix type of command-line flag -streamAggr.dedupInterval (#7081) 2024-10-17 13:27:59 +02:00
vmalert vmalert: integrate with victorialogs (#7255) 2024-10-29 16:30:39 +01:00
vmalert-tool vmalert-tool: set default interval for unittest input_series (#7392) 2024-10-31 14:04:50 +01:00
vmauth app/*/multiarch: return back empty value for TARGETARCH 2024-09-06 18:12:17 +02:00
vmbackup app/*/multiarch: return back empty value for TARGETARCH 2024-09-06 18:12:17 +02:00
vmbackupmanager all: replace old https://docs.victoriametrics.com/vmbackupmanager.html url with the new one - https://docs.victoriametrics.com/vmbackupmanager/ 2024-04-18 02:03:58 +02:00
vmctl app/vmctl: fix match expression for vm-native protocol with --vm-native-disable-per-metric-migration flag enabled (#7310) 2024-10-24 14:57:58 +02:00
vmgateway all: replace old https://docs.victoriametrics.com/vmgateway.html url with the new one - https://docs.victoriametrics.com/vmgateway/ 2024-04-18 02:08:18 +02:00
vminsert lib/protoparser/influx: enable batch processing by default (#7165) 2024-10-15 11:48:40 +02:00
vmrestore app/*/multiarch: return back empty value for TARGETARCH 2024-09-06 18:12:17 +02:00
vmselect docs: clarify flags -search.maxxxDuration can only be overridden to… (#7227) 2024-10-25 11:11:09 +02:00
vmstorage lib/mergeset: add sparse indexdb cache (#7269) 2024-10-24 15:21:17 +02:00
vmui vmui: fix the display of the link to vmalert (#7380) 2024-10-31 13:43:58 +01:00