-
Notifications
You must be signed in to change notification settings - Fork 449
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
refactor(interactive): Refactor StopService API for Interactive SDKs #4271
Conversation
Committed-by: xiaolei.zl from Dev container
Please check the preview of the documentation changes at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4271 +/- ##
==========================================
+ Coverage 58.78% 63.74% +4.95%
==========================================
Files 12 126 +114
Lines 592 13235 +12643
==========================================
+ Hits 348 8436 +8088
- Misses 244 4799 +4555 see 114 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
LOG(INFO) << "Stop service with graph: " << graph_id; | ||
} | ||
} catch (std::exception& e) { | ||
LOG(ERROR) << "Fail to Start service: "; |
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.
Fail to Stop service?
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.
Fixed
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
As titled.
Fix #4265