We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug TestPrometheusCompatibilityQueryFuzz test failed.
See https://github.com/cortexproject/cortex/actions/runs/11732101325/job/32683790091?pr=6311#step:10:409
range query: bottomk by (job) (pi(), days_in_month(-{__name__="test_series_a"} offset 1m17s)) Cortex Response: res1: {job="test", series="0", status_code="200"} => 31 @[1731012111.347] 31 @[1731012171.347] 31 @[1731012231.347] 31 @[1731012291.347] 31 @[1731012351.347] 31 @[1731012[411](https://github.com/cortexproject/cortex/actions/runs/11732101325/job/32683790091?pr=6311#step:10:412).347] 31 @[1731012471.347] 31 @[1731012531.347] 31 @[1731012591.347] 31 @[1731012651.347] 31 @[1731012711.347] 31 @[1731012771.347] 31 @[1731012831.347] 31 @[1731012891.347] 31 @[1731012951.347] 31 @[1731013011.347] 31 @[1731013071.347] 31 @[1731013131.347] 31 @[1731013191.347] 31 @[1731013251.347] 31 @[1731013311.347] 31 @[1731013371.347] 31 @[1731013[431](https://github.com/cortexproject/cortex/actions/runs/11732101325/job/32683790091?pr=6311#step:10:432).347] 31 @[1731013491.347] 31 @[1731013551.347] 31 @[1731013611.347] 31 @[1731013671.347] 31 @[1731013731.347] 31 @[1731013791.347] 31 @[1731013851.347] 31 @[1731013911.347] 31 @[1731013971.347] {job="test", series="0", status_code="400"} => ... Prometheus response: res2: {job="test", series="0", status_code="500"} => 31 @[1731012771.347] 31 @[1731012831.347] 31 @[1731012891.347] 31 @[1731012951.347] 31 @[1731013011.347] 31 @[1731013071.347] 31 @[1731013131.347] 31 @[1731013191.347] 31 @[1731013251.347] 31 @[1731013311.347] 31 @[1731013371.347] 31 @[1731013431.347] 31 @[1731013491.347] 31 @[1731013551.347] 31 @[1731013611.347] 31 @[1731013671.347] 31 @[1731013731.347] 31 @[1731013791.347] 31 @[1731013851.347] 31 @[1731013911.347] 31 @[1731013971.347] 31 @[1731014031.347] {job="test", series="0", status_code="502"} => ...
It might be related to prometheus/prometheus#14083 as Prometheus starts to always sort matrix response by labels.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
TestPrometheusCompatibilityQueryFuzz test failed.
See https://github.com/cortexproject/cortex/actions/runs/11732101325/job/32683790091?pr=6311#step:10:409
More Context
It might be related to prometheus/prometheus#14083 as Prometheus starts to always sort matrix response by labels.
The text was updated successfully, but these errors were encountered: