Skip to content
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

Merged
merged 12 commits into from
Oct 9, 2024

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Sep 29, 2024

As titled.

Fix #4265

Committed-by: xiaolei.zl from Dev container
Copy link
Contributor

github-actions bot commented Sep 29, 2024

Please check the preview of the documentation changes at
https://00637bd8.graphscope-docs-preview.pages.dev

@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.74%. Comparing base (728bca0) to head (7a1c7ef).
Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 728bca0...7a1c7ef. Read the comment docs.

Committed-by: xiaolei.zl from Dev container
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: ";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fail to Stop service?

Copy link
Collaborator Author

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
lidongze0629
lidongze0629 previously approved these changes Sep 29, 2024
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
@zhanglei1949 zhanglei1949 merged commit 8f7c620 into alibaba:main Oct 9, 2024
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refine the stop_service API
5 participants