-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Test for restarting count #10075
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 for restarting count #10075
Conversation
cool! |
} | ||
if len(lines) != 4 { | ||
t.Fatalf("Container was restarted %d times, expected %d", len(lines)-1, 3) | ||
} |
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.
do we need a log()
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.
also its failing locally :(
I think this is could be made much simpler thanks to #9621:
|
@jfrazelle @icecrime PTAL |
LGTM On Tuesday, January 13, 2015, Alexander Morozov notifications@github.com
Arnaud Porterie |
kewllll waiting on drone |
😢 |
hmm it works locally |
Haha, it's a race, I think I know solution |
This test is for #10058 Signed-off-by: Alexander Morozov <lk4d4@docker.com>
@icecrime @jfrazelle I think know there is no place for race |
Hehe nice :-) LGTM |
LGTM |
This test is for #10058
ping @jfrazelle