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

Fix race condition in querytee test #8013

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Conversation

jhesketh
Copy link
Contributor

This fixes race conditions such as the one seen in https://github.com/grafana/mimir/actions/runs/8892796420/job/24417658697

It was caused by a latencyPair request consuming a response index before a prior request had a chance to consume it.

What this PR does

Which issue(s) this PR fixes or relates to

Fixes #

Checklist

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

This fixes race conditions such as the one seen in
https://github.com/grafana/mimir/actions/runs/8892796420/job/24417658697

It was caused by a latencyPair request consuming a response index before
a prior request had a chance to consume it.
@jhesketh jhesketh requested a review from a team as a code owner April 30, 2024 12:10
@jhesketh jhesketh merged commit 2460a3f into grafana:main Apr 30, 2024
29 checks passed
@jhesketh jhesketh deleted the jhesketh/querytee branch April 30, 2024 13:56
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.

2 participants