-
Notifications
You must be signed in to change notification settings - Fork 694
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
v2: Race condition in logging interceptor test #319
Labels
Comments
2 tasks
Action Item:
|
bwplotka
changed the title
Race condition in logging interceptor test (v2)
v2: Race condition in logging interceptor test
Oct 2, 2020
I think this issue has been fixed by #354. |
💪 |
I'm seeing a similar race when using a logrus interceptor logger with v2 still. Here's an example stack trace. I'll try to make a small reproduction if possible though.
|
Turns out it was fixed by a18e1e2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While merging an unrelated fix we had a test failure:
https://github.com/grpc-ecosystem/go-grpc-middleware/pull/318/checks?check_run_id=877450083
The relevant part is this:
May need a lock on the mock logger.
The text was updated successfully, but these errors were encountered: