-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vendor update mimir-prometheus at af2a1cb10c89de496cd4309ac532624b34112d74 #10188
Changes from all commits
223d8e2
6c8d821
e5842fd
1307f18
a59c972
325c79f
da2d9df
72a7854
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -988,15 +988,8 @@ func TestQuerySharding_FunctionCorrectness(t *testing.T) { | |
|
||
testsForBoth := []queryShardingFunctionCorrectnessTest{ | ||
{fn: "count_over_time", rangeQuery: true}, | ||
{fn: "days_in_month"}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note to reviewers: due to prometheus/prometheus#15479 |
||
{fn: "day_of_month"}, | ||
{fn: "day_of_week"}, | ||
{fn: "day_of_year"}, | ||
{fn: "delta", rangeQuery: true}, | ||
{fn: "hour"}, | ||
{fn: "increase", rangeQuery: true}, | ||
{fn: "minute"}, | ||
{fn: "month"}, | ||
{fn: "rate", rangeQuery: true}, | ||
{fn: "resets", rangeQuery: true}, | ||
{fn: "sort"}, | ||
|
@@ -1006,7 +999,6 @@ func TestQuerySharding_FunctionCorrectness(t *testing.T) { | |
{fn: "last_over_time", rangeQuery: true}, | ||
{fn: "present_over_time", rangeQuery: true}, | ||
{fn: "timestamp"}, | ||
{fn: "year"}, | ||
{fn: "label_replace", args: []string{`"fuzz"`, `"$1"`, `"foo"`, `"b(.*)"`}}, | ||
{fn: "label_join", args: []string{`"fuzz"`, `","`, `"foo"`, `"bar"`}}, | ||
} | ||
|
@@ -1018,16 +1010,23 @@ func TestQuerySharding_FunctionCorrectness(t *testing.T) { | |
{fn: "clamp_max", args: []string{"5"}}, | ||
{fn: "clamp_min", args: []string{"5"}}, | ||
{fn: "changes", rangeQuery: true}, | ||
{fn: "days_in_month"}, | ||
{fn: "day_of_month"}, | ||
{fn: "day_of_week"}, | ||
{fn: "day_of_year"}, | ||
{fn: "deriv", rangeQuery: true}, | ||
{fn: "exp"}, | ||
{fn: "floor"}, | ||
{fn: "hour"}, | ||
{fn: "idelta", rangeQuery: true}, | ||
{fn: "irate", rangeQuery: true}, | ||
{fn: "ln"}, | ||
{fn: "log10"}, | ||
{fn: "log2"}, | ||
{fn: "max_over_time", rangeQuery: true}, | ||
{fn: "min_over_time", rangeQuery: true}, | ||
{fn: "minute"}, | ||
{fn: "month"}, | ||
{fn: "round", args: []string{"20"}}, | ||
{fn: "sqrt"}, | ||
{fn: "deg"}, | ||
|
@@ -1055,6 +1054,7 @@ func TestQuerySharding_FunctionCorrectness(t *testing.T) { | |
{fn: "double_exponential_smoothing", args: []string{"0.5", "0.7"}, rangeQuery: true}, | ||
// holt_winters is a backwards compatible alias for double_exponential_smoothing. | ||
{fn: "holt_winters", args: []string{"0.5", "0.7"}, rangeQuery: true}, | ||
{fn: "year"}, | ||
} | ||
testsForNativeHistogramsOnly := []queryShardingFunctionCorrectnessTest{ | ||
{fn: "histogram_count"}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to reviewers: native histograms is an experimental feature, so these don't count as CHANGE as they just fix the code to follow the spec. @beorn7