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

✅ Add a Mutex to FakeServer (for tests only) #317

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Sep 13, 2024

While trying to track down the cause of #287 for @hsbt, I noticed that this is likely a race condition. While this can't be the cause of that issue (the failures come from tests that don't even use FakeServer), it seems like a good idea to fix anyway, and safe.

While trying to track down the cause of #287 for @hsbt, I noticed that
this is likely a race condition.  While this can't be the cause of that
issue (the failures come from tests that don't even use FakeServer), it
seems like a good idea to fix anyway, and safe.
@nevans nevans merged commit 05d6b43 into master Sep 13, 2024
18 checks passed
@nevans nevans deleted the add-mutex-to-fake_server branch September 13, 2024 17:37
nevans added a commit that referenced this pull request Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant