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

[v16] Fix racy X11 forwarding test #48071

Merged
merged 2 commits into from
Oct 29, 2024
Merged

[v16] Fix racy X11 forwarding test #48071

merged 2 commits into from
Oct 29, 2024

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Oct 29, 2024

{require,assert}.Eventually run the passed in func on a new goroutine for each attempt, so it's not safe to write to a shared variable without any synchronization.

Closes #47756
Backports #48045

{require,assert}.Eventually run the passed in func on a new goroutine
for each attempt, so it's not safe to write to a shared variable
without any synchronization.

Closes #47756
@zmb3 zmb3 added the no-changelog Indicates that a PR does not require a changelog entry label Oct 29, 2024
@github-actions github-actions bot requested review from mvbrock and nklaassen October 29, 2024 15:00
@zmb3 zmb3 enabled auto-merge October 29, 2024 15:02
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-48071.d212ksyjt6y4yg.amplifyapp.com

@zmb3 zmb3 requested a review from espadolini October 29, 2024 15:02
@zmb3 zmb3 added this pull request to the merge queue Oct 29, 2024
Merged via the queue into branch/v16 with commit 7fbd1ec Oct 29, 2024
40 checks passed
@zmb3 zmb3 deleted the zmb3/v16-backport-48045 branch October 29, 2024 17:12
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