-
Notifications
You must be signed in to change notification settings - Fork 230
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
Data race on Dial #178
Comments
Just got multiple ones running our tests.
|
I suspect this is fixed in development. I suspect that #161 changed the code so that |
After a few retries we were not able to reproduce this when using the development branch. For others, this particular error was happening very often in circleci. |
Hi @seriousben Sorry, I've been away for a few days but I just wanted to say thanks for taking the time to open an issue, thanks for checking if development fixes the issue, and thanks for confirming it does for others! We'll cut a release in the next week or so. Dom |
Just saw a data race, on Dial.
The typical scenario where we have seen this happen is when multiple sessions are opened against the same mongo cluster/server. We know we should use
session.Copy
, but in tests we actually want a separateDial
.Using revision: efe0945
The text was updated successfully, but these errors were encountered: