-
Notifications
You must be signed in to change notification settings - Fork 55
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
Race condition in SOCKS5 test #276
Comments
@fortuna This issue has been addressed in the main code. We are getting this error because This is the latest code: |
The error started after I merged the latest main into my branch. Did I do it wrong? |
@fortuna thanks for the feedback. I believe if I remove this line, it would resolve the issue:
in the following go routine:
Since I am accessing Testing.t within the go routine, this object might be written to by around test and is probably causing this race condition. Should I do this fix on a new branch? or would you like to apply it to |
issue was addressed in #278 |
It seems
TestConnectWithoutAuth
has a race condition, caught in https://github.com/Jigsaw-Code/outline-sdk/actions/runs/10733360009/job/29766592024?pr=272.Test output:
@amircybersec Can you take a look?
The text was updated successfully, but these errors were encountered: