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

[8.13](backport #4422) Give TestCloseChannel more time to close the channel #4428

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 18, 2024

If the initial wait is short it's possible that time.After unblocks faster than the channel gets closed. Which makes this test to fail.

Related issues

If the initial wait is short it's possible that `time.After` unblocks
faster than the channel gets closed. Which makes this test to fail.

(cherry picked from commit 775e020)
@mergify mergify bot requested a review from a team as a code owner March 18, 2024 18:45
@mergify mergify bot added the backport label Mar 18, 2024
@mergify mergify bot requested review from michalpristas and blakerouse and removed request for a team March 18, 2024 18:45
@mergify mergify bot assigned rdner Mar 18, 2024
Copy link

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
0.0% 0.0% Duplication on New Code

See analysis details on SonarQube

@rdner rdner enabled auto-merge (squash) March 18, 2024 19:28
@rdner rdner self-requested a review March 18, 2024 19:29
@rdner rdner merged commit 7436f5f into 8.13 Mar 18, 2024
10 checks passed
@rdner rdner deleted the mergify/bp/8.13/pr-4422 branch March 18, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant