-
Notifications
You must be signed in to change notification settings - Fork 727
Fulfil promise for restart error condition #796
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #796 +/- ##
=========================================
+ Coverage 68.28% 68.69% +0.4%
=========================================
Files 177 177
Lines 6272 6273 +1
=========================================
+ Hits 4283 4309 +26
+ Misses 1989 1964 -25
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #796 +/- ##
=========================================
+ Coverage 68.28% 68.69% +0.4%
=========================================
Files 177 177
Lines 6272 6273 +1
=========================================
+ Hits 4283 4309 +26
+ Misses 1989 1964 -25
Continue to review full report at Codecov.
|
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, nice test:)
bors r+
796: Fulfil promise for restart error condition r=townsend2010 a=gerboland Fixes #764. We were omitting to set a promised future, which caused the client to hang. I've added a basic test to catch this behaviour for this command. Later PR will try to generalise it for the other commands. Co-authored-by: Gerry Boland <[email protected]>
Build succeeded |
796: Fulfil promise for restart error condition r=townsend2010 a=gerboland Fixes #764. We were omitting to set a promised future, which caused the client to hang. I've added a basic test to catch this behaviour for this command. Later PR will try to generalise it for the other commands. Co-authored-by: Gerry Boland <[email protected]>
796: Fulfil promise for restart error condition r=townsend2010 a=gerboland Fixes #764. We were omitting to set a promised future, which caused the client to hang. I've added a basic test to catch this behaviour for this command. Later PR will try to generalise it for the other commands. Co-authored-by: Gerry Boland <[email protected]>
796: Fulfil promise for restart error condition r=townsend2010 a=gerboland Fixes #764. We were omitting to set a promised future, which caused the client to hang. I've added a basic test to catch this behaviour for this command. Later PR will try to generalise it for the other commands. Co-authored-by: Gerry Boland <[email protected]>
Fixes #764. We were omitting to set a promised future, which caused the client to hang.
I've added a basic test to catch this behaviour for this command. Later PR will try to generalise it for the other commands.