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

enable create session from an endpoint #101

Merged
merged 10 commits into from
Jan 25, 2021
Merged

enable create session from an endpoint #101

merged 10 commits into from
Jan 25, 2021

Conversation

acezen
Copy link
Collaborator

@acezen acezen commented Jan 24, 2021

enable create session from an endpoint

@codecov-io
Copy link

codecov-io commented Jan 24, 2021

Codecov Report

Merging #101 (7b076f5) into main (1d2a541) will increase coverage by 0.07%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
+ Coverage   78.05%   78.13%   +0.07%     
==========================================
  Files          50       50              
  Lines        4511     4527      +16     
==========================================
+ Hits         3521     3537      +16     
  Misses        990      990              
Impacted Files Coverage Δ
python/graphscope/framework/loader.py 81.41% <ø> (+2.03%) ⬆️
python/graphscope/client/session.py 72.95% <66.66%> (-0.12%) ⬇️
...n/graphscope/deploy/kubernetes/resource_builder.py 60.50% <0.00%> (-1.20%) ⬇️
python/graphscope/config.py 100.00% <0.00%> (ø)
python/graphscope/deploy/kubernetes/utils.py 74.11% <0.00%> (ø)
python/graphscope/deploy/tests/test_demo_script.py 99.03% <0.00%> (+0.02%) ⬆️
python/graphscope/deploy/kubernetes/cluster.py 74.63% <0.00%> (+2.43%) ⬆️

Continue to review full report at Codecov.

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

@acezen
Copy link
Collaborator Author

acezen commented Jan 25, 2021

cc/ @sighingnow @lidongze0629

Copy link
Collaborator

@sighingnow sighingnow left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Collaborator

@siyuan0322 siyuan0322 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -273,7 +273,7 @@ def __init__(
# update other optional params
self._config_params.update(kw)

self._config_params["addr"] = None
self._config_params["addr"] = kw.pop("addr", None)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe you can update the session doc if we support param addr.

@acezen acezen merged commit d16ff63 into alibaba:main Jan 25, 2021
@acezen acezen deleted the zwb/mars branch September 3, 2021 10:55
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.

5 participants