Skip to content

Commit f71daa7

Browse files
committed
promql: Remove falsified comment from test
The test in question actually worked fine even before #16569. The finding reported in the comment has turned out to be caused by something else. Signed-off-by: beorn7 <[email protected]>
1 parent 2b3fc1f commit f71daa7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

promql/promqltest/testdata/functions.test

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,11 +1060,6 @@ eval instant at 55s avg_over_time(metric8[1m])
10601060
eval instant at 55s avg_over_time(metric9[1m])
10611061
{} 3.225714285714286e+219
10621062

1063-
# Interestingly, before PR #16569, this test failed with a result of
1064-
# 3.225714285714286e+219, so the incremental calculation combined with
1065-
# Kahan summation (in the improved way as introduced by PR #16569)
1066-
# seems to be more accurate than the simple mean calculation with
1067-
# Kahan summation.
10681063
eval instant at 55s avg_over_time(metric10[1m])
10691064
{} 2.5088888888888888e+219
10701065

0 commit comments

Comments
 (0)