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

Reduces dependencies of integration/ruler_test.go #7586

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

krajorama
Copy link
Contributor

What this PR does

Do not start querier as that's built into the ruler. Do not try to query block storage as that might be slower than the first test case query execution, resulting in the block storage index load being context canceled. The cancellation would be cached as well, leading to hard to debug problems.

Which issue(s) this PR fixes or relates to

Related to #7558

Checklist

  • Tests updated.
  • N/A Documentation added.
  • N/A CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • N/A about-versioning.md updated with experimental features.

Do not start querier as that's built into the ruler.
Do not try to query block storage as that might be slower than the
first test case query execution, resulting in the block storage
index load being context canceled. The cancellation would be cached
as well, leading to hard to debug problems.

Signed-off-by: György Krajcsovits <[email protected]>
@krajorama krajorama requested a review from a team as a code owner March 11, 2024 14:21
@krajorama krajorama enabled auto-merge (squash) March 11, 2024 14:31
@krajorama krajorama merged commit ed1e76a into main Mar 11, 2024
29 checks passed
@krajorama krajorama deleted the krajo/fix branch March 11, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants