From 776e1477a28c9383cbcce99af5a8c5994d7d76eb Mon Sep 17 00:00:00 2001 From: Jon Kartago Lamida Date: Mon, 27 Jan 2025 23:22:48 +0800 Subject: [PATCH] Fix functions.test whitespace Signed-off-by: Jon Kartago Lamida --- .../testdata/upstream/functions.test | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pkg/streamingpromql/testdata/upstream/functions.test b/pkg/streamingpromql/testdata/upstream/functions.test index 8ac2b0a723..c965dd8e92 100644 --- a/pkg/streamingpromql/testdata/upstream/functions.test +++ b/pkg/streamingpromql/testdata/upstream/functions.test @@ -1311,7 +1311,7 @@ clear # Test for absent() eval instant at 50m absent(nonexistent) - {} 1 + {} 1 eval instant at 50m absent(nonexistent{job="testjob", instance="testinstance", method=~".x"}) {instance="testinstance", job="testjob"} 1 @@ -1320,10 +1320,10 @@ eval instant at 50m absent(nonexistent{job="testjob",job="testjob2",foo="bar"}) {foo="bar"} 1 eval instant at 50m absent(nonexistent{job="testjob",job="testjob2",job="three",foo="bar"}) - {foo="bar"} 1 + {foo="bar"} 1 eval instant at 50m absent(nonexistent{job="testjob",job=~"testjob2",foo="bar"}) - {foo="bar"} 1 + {foo="bar"} 1 clear @@ -1343,22 +1343,22 @@ eval instant at 50m absent(sum(http_requests_histogram)) clear eval instant at 50m absent(sum(nonexistent{job="testjob", instance="testinstance"})) - {} 1 + {} 1 eval instant at 50m absent(max(nonexistant)) - {} 1 + {} 1 eval instant at 50m absent(nonexistant > 1) - {} 1 + {} 1 eval instant at 50m absent(a + b) - {} 1 + {} 1 eval instant at 50m absent(a and b) - {} 1 + {} 1 eval instant at 50m absent(rate(nonexistant[5m])) - {} 1 + {} 1 clear