-
Notifications
You must be signed in to change notification settings - Fork 712
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
Print logs to debug shutdown integration test #1888
Conversation
And of course, now the test passes. Sigh ... Will rebuilt one more time and just merge if it passes again. |
It failed on the second attempt: https://circleci.com/gh/weaveworks/scope/5357?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
It seems like the app didn't start at all? |
isn't this just a race between
in the test? Launching is async since runs A short sleep would 'cure' this. FWIW, in weave net, |
Good point, I will add the sleep and try to reproduce. |
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.
^
@@ -5,12 +5,15 @@ | |||
start_suite "Check scope exits cleanly within 10 seconds" | |||
|
|||
scope_on $HOST1 launch | |||
sleep 10 |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
to track down #1889.