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

[v15] Fix flaky integrations tests #47217

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Oct 4, 2024

Backport #47180 to branch/v15

In these tests, the events and error channels are closed at
approximately the same time. If the test's select statement
sees the closure of the error channel first, then it will see
a nil error. This should not be considered a test failure, as
there was no error.
@zmb3 zmb3 added the no-changelog Indicates that a PR does not require a changelog entry label Oct 4, 2024
@zmb3 zmb3 enabled auto-merge October 4, 2024 18:59
@zmb3 zmb3 added this pull request to the merge queue Oct 4, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 4, 2024
In these tests, the events and error channels are closed at
approximately the same time. If the test's select statement
sees the closure of the error channel first, then it will see
a nil error. This should not be considered a test failure, as
there was no error.
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 4, 2024
@zmb3 zmb3 added this pull request to the merge queue Oct 4, 2024
Merged via the queue into branch/v15 with commit 9dc17a3 Oct 4, 2024
35 checks passed
@zmb3 zmb3 deleted the bot/backport-47180-branch/v15 branch October 4, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants