-
-
Notifications
You must be signed in to change notification settings - Fork 397
PR: Add flaky #445
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
PR: Add flaky #445
Conversation
|
@impact27, could you mark |
|
It works now, flaky was failing because subprocess are acting up sometimes and were not properly closed. |
|
Perhaps instead of using flaky we should increase the timeout based on an environment variable that we can set on Travis. That would distinguish between slow starts and actual failures. |
|
The setup timeout is 60 seconds so I am not sure what a reasonable timeout would be. |
|
Wait actually it is not quite True: This waits for the connection file to exist but not for it to be written. Maybe the test should be: can we read the json file? |
|
Yeah that sounds right. |
blink1073
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Sometimes,
with setup_kernel(cmd) as client:fails. This repeats the failing tests at most 3 times.