-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Read-contents/index, invoke cb with error or result, not both #259
Conversation
Thanks @erikkemperman |
@erikkemperman There seems to have been a race condition with node 0.10 on this change. Not sure why but I re-ran and it passed. |
@phated That's weird -- I don't see how this little change would do that... Do you have logs so I can take a peek? I've run the test suite a couple of times with 0.10.0 and 0.10.48 but haven't been able to reproduce it here (Linux). |
Doesn't look like travis gives me access to the old logs of a restarted job. It was something with a file descriptor being undefined when we expected it to be defined. I'll keep an eye out in the future. |
Separate PR, as per @phated's comment on #257.