From 7b9ce91778840be3c33e8228dabee587952ed419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=B2=20Harry=20=F0=9F=8C=8A=20John=20=F0=9F=8F=94?= Date: Fri, 9 Aug 2024 10:07:16 -0700 Subject: [PATCH] Fix failing e2e test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 🌲 Harry 🌊 John 🏔 --- test/e2e/receive_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/e2e/receive_test.go b/test/e2e/receive_test.go index e874c38713..b6d8a49f30 100644 --- a/test/e2e/receive_test.go +++ b/test/e2e/receive_test.go @@ -848,9 +848,9 @@ test_metric{a="2", b="2"} 1`) e2ethanos.AvalancheOptions{ MetricCount: "10", SeriesCount: "1", - MetricInterval: "30", - SeriesInterval: "3600", - ValueInterval: "3600", + MetricInterval: "3600", + SeriesInterval: "30", + ValueInterval: "30", RemoteURL: e2ethanos.RemoteWriteEndpoint(ingestor1.InternalEndpoint("remote-write")), RemoteWriteInterval: "30s", @@ -886,9 +886,9 @@ test_metric{a="2", b="2"} 1`) e2ethanos.AvalancheOptions{ MetricCount: "10", SeriesCount: "1", - MetricInterval: "30", - SeriesInterval: "3600", - ValueInterval: "3600", + MetricInterval: "3600", + SeriesInterval: "30", + ValueInterval: "30", RemoteURL: e2ethanos.RemoteWriteEndpoint(ingestor1.InternalEndpoint("remote-write")), RemoteWriteInterval: "30s",