-
Notifications
You must be signed in to change notification settings - Fork 4
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
Random end-to-end test failures #9
Comments
Thanks for reporting. I am looking into this now. I suspect a timing issue somewhere in the library and/or in the 0mq binding. |
I made 2 changes and pushed to a new branch: 22846b1 First, I made socket binding synchronous. Next I put a sleep in between each test. I don't think this is an ultimate solution, but it should help expose race conditions. I'll add some more detailed logging to try and nail it down soon, shouldn't be too hard. |
I did some more research into this error:
When a It seems like sometimes the I did some research into known
|
On multiple runs of the end-to-end tests, I am getting random errors. Here is a sample of some of the test runs:
Have you seen any of these during test runs? Should I isolate each one and create an issue for each?
Here is my system details:
The text was updated successfully, but these errors were encountered: