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

Fixes the hangs up issue in Python test #2354

Merged
merged 1 commit into from Dec 28, 2022

Conversation

sighingnow
Copy link
Collaborator

@sighingnow sighingnow commented Dec 27, 2022

Fixes #2349

@codecov-commenter
Copy link

codecov-commenter commented Dec 27, 2022

Codecov Report

Merging #2354 (fba0d7b) into main (b6ddee7) will increase coverage by 23.16%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2354       +/-   ##
===========================================
+ Coverage   43.59%   66.76%   +23.16%     
===========================================
  Files          88       88               
  Lines        9714     9718        +4     
===========================================
+ Hits         4235     6488     +2253     
+ Misses       5479     3230     -2249     
Impacted Files Coverage Δ
python/graphscope/client/rpc.py 72.38% <100.00%> (-8.21%) ⬇️
python/graphscope/client/session.py 72.74% <100.00%> (+4.56%) ⬆️
...on/graphscope/tests/kubernetes/test_demo_script.py 0.00% <0.00%> (-81.16%) ⬇️
python/graphscope/deploy/kubernetes/cluster.py 23.41% <0.00%> (-52.78%) ⬇️
python/graphscope/deploy/kubernetes/utils.py 12.31% <0.00%> (-52.22%) ⬇️
python/graphscope/tests/unittest/test_java_app.py 53.01% <0.00%> (-46.99%) ⬇️
...n/graphscope/deploy/kubernetes/resource_builder.py 25.61% <0.00%> (-45.87%) ⬇️
...thon/graphscope/tests/kubernetes/test_with_mars.py 0.00% <0.00%> (-43.75%) ⬇️
python/graphscope/analytical/app/java_app.py 24.36% <0.00%> (-27.92%) ⬇️
python/graphscope/interactive/query.py 69.51% <0.00%> (-14.64%) ⬇️
... and 46 more

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 b6ddee7...fba0d7b. Read the comment docs.

@sighingnow sighingnow changed the title Debugging why it it get stuck on CI. Fixes the hangs up issue in Python test Dec 28, 2022
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@sighingnow sighingnow merged commit 528815f into alibaba:main Dec 28, 2022
@sighingnow sighingnow deleted the fix_gae_test branch December 28, 2022 10:05
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.

[BUG] CI Failure: Python unittest test_create_graph.py got stuck forever
2 participants