Skip to content
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

flaky TestQuerier_ValidateQueryTimeRange_MaxQueryLength #10094

Open
seizethedave opened this issue Dec 2, 2024 · 0 comments
Open

flaky TestQuerier_ValidateQueryTimeRange_MaxQueryLength #10094

seizethedave opened this issue Dec 2, 2024 · 0 comments

Comments

@seizethedave
Copy link
Contributor

CI log

--- FAIL: TestQuerier_ValidateQueryTimeRange_MaxQueryLength (0.00s)
    --- FAIL: TestQuerier_ValidateQueryTimeRange_MaxQueryLength/should_forbid_query_on_large_time_range_over_the_limit_and_short_rate_time_window (0.00s)
        querier_test.go:[80](https://github.com/grafana/mimir/actions/runs/12129293054/job/33817446378#step:8:81)2: 
            	Error Trace:	/__w/mimir/mimir/pkg/querier/querier_test.go:802
            	Error:      	Not equal: 
            	            	expected: "expanding series: the query time range exceeds the limit (query length: 721h0m59.999s, limit: 720h0m0s) (err-mimir-max-query-length). To adjust the related per-tenant limit, configure -querier.max-partial-query-length, or contact your service administrator."
            	            	actual  : "expanding series: the query time range exceeds the limit (query length: 721h1m0s, limit: 720h0m0s) (err-mimir-max-query-length). To adjust the related per-tenant limit, configure -querier.max-partial-query-length, or contact your service administrator."
            	            	
            	            	Diff:
            	            	--- Expected
            	            	+++ Actual
            	            	@@ -1 +1 @@
            	            	-expanding series: the query time range exceeds the limit (query length: 721h0m59.999s, limit: 720h0m0s) (err-mimir-max-query-length). To adjust the related per-tenant limit, configure -querier.max-partial-query-length, or contact your service administrator.
            	            	+expanding series: the query time range exceeds the limit (query length: 721h1m0s, limit: 720h0m0s) (err-mimir-max-query-length). To adjust the related per-tenant limit, configure -querier.max-partial-query-length, or contact your service administrator.
            	Test:       	TestQuerier_ValidateQueryTimeRange_MaxQueryLength/should_forbid_query_on_large_time_range_over_the_limit_and_short_rate_time_window
FAIL
FAIL	github.com/grafana/mimir/pkg/querier	[82](https://github.com/grafana/mimir/actions/runs/12129293054/job/33817446378#step:8:83).780s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant