-
Notifications
You must be signed in to change notification settings - Fork 20
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
test failure: TestMetadataLockContextCancel #312
Comments
This is pretty weird. I'm struggling to understand how the test is getting into this situation. This Close() call in the test is winding up with a situation where the cancel func in Close()is nil. BUT, the The only way this makes sense to me is if the Without that understanding how we got here, I think the best I can do is refactor slightly to let |
@morgo I have some possible changes, but want to get your opinion on how this happened in the first place. |
I'm not sure I can figure it out either :( I'll wait until I catch it again and try to investigate more. |
This is a better catch:
|
This looks to have been recently introduced:
We might need to extend timeouts etc to make sure it doesn't occur.
The text was updated successfully, but these errors were encountered: