-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat(sdk): Add MakeItStop #613
Conversation
I'm pretty sure that the test failure is not related to my change. Is there an easy-ish way to run the arm64 tests without access to an arm64 system? |
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, we'll need to add documentation issue for Ireland for this.
Cool I will rebase right now. If you want to assign documentation issue to me I will knock it out tomorrow @lenny-intel |
ebe1c98
to
5793c06
Compare
Store reference on the sdk to a CancelFunc created in MakeItRun and expose to enable clean programmatic exits. Signed-off-by: Alex Ullrich <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #613 +/- ##
==========================================
- Coverage 60.90% 60.81% -0.09%
==========================================
Files 31 31
Lines 1798 1807 +9
==========================================
+ Hits 1095 1099 +4
- Misses 630 635 +5
Partials 73 73
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
Store reference on the sdk to a CancelFunc created in MakeItRun and
expose to enable clean programmatic exits.
Signed-off-by: Alex Ullrich [email protected]
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently there is no way to exit the service programmatically.
Issue Number:
#612
What is the new behavior?
Adds a MakeItStop method to the sdk instance that allows calling a cancel function managed by MakeItRun.
Does this PR introduce a breaking change?
Are there any new imports or modules? If so, what are they used for and why?
No
Are there any specific instructions or things that should be known prior to reviewing?
No
Other information