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 flaky TestStoreGatewayStreamReader_AbortsWhenParentContextCancelled #9397

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

charleskorn
Copy link
Contributor

What this PR does

This PR fixes a flaky test, TestStoreGatewayStreamReader_AbortsWhenParentContextCancelled.

Theoretically this failure could also happen in the real world, but realistically it's unlikely to happen, and if it did, then a user would get a result for their cancelled query rather than an error saying it was cancelled. So there's no user-visible impact if the failure condition was triggered.

For this reason I don't think this is worthy of a changelog entry, open to other opinions though.

Which issue(s) this PR fixes or relates to

Resolves #8683

Checklist

  • [n/a] 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.

@charleskorn charleskorn merged commit bc65760 into main Sep 25, 2024
29 checks passed
@charleskorn charleskorn deleted the charleskorn/fix-flaky-test branch September 25, 2024 04:52
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.

Flaky TestStoreGatewayStreamReader_AbortsWhenParentContextCancelled
2 participants