-
Notifications
You must be signed in to change notification settings - Fork 662
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
Fix daemon hangs when suspending a suspended instance. #561
Conversation
Codecov Report
@@ Coverage Diff @@
## master #561 +/- ##
==========================================
- Coverage 66.04% 66.03% -0.02%
==========================================
Files 146 146
Lines 5716 5717 +1
==========================================
Hits 3775 3775
- Misses 1941 1942 +1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #561 +/- ##
==========================================
- Coverage 66.04% 66.03% -0.02%
==========================================
Files 146 146
Lines 5716 5717 +1
==========================================
Hits 3775 3775
- Misses 1941 1942 +1
Continue to review full report at Codecov.
|
bors try |
tryBuild failed |
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.
Thanks for the contribution! +1
bors r+
561: Fix daemon hangs when suspending a suspended instance. r=townsend2010 a=smokfyz Fix #559 and also hangs when suspending a stopped instance. Co-authored-by: Ivan Sharapenkov <[email protected]>
@townsend2010, I noticed that during the build the time limit was exceeded. Does it have something to do with my changes? |
@smokfyz, no, it's just sometimes Travis is slow, so a retry should get it. I'll keep on top of it to make sure it gets merged. Thanks! |
Build succeeded |
Fix #559 and also hangs when suspending a stopped instance.