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

add ci tests for ir on vineyard #1515

Merged
merged 10 commits into from
May 13, 2022
Merged

add ci tests for ir on vineyard #1515

merged 10 commits into from
May 13, 2022

Conversation

shirly121
Copy link
Collaborator

Related issue number

Fixes

@codecov-commenter
Copy link

codecov-commenter commented May 6, 2022

Codecov Report

Merging #1515 (ded2101) into main (6060a6b) will decrease coverage by 33.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1515       +/-   ##
===========================================
- Coverage   73.61%   40.61%   -33.01%     
===========================================
  Files          88       88               
  Lines        9681     9681               
===========================================
- Hits         7127     3932     -3195     
- Misses       2554     5749     +3195     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_cython_ast.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_serailaize.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/analytical/udf/patch.py 3.47% <0.00%> (-96.53%) ⬇️
python/graphscope/tests/unittest/test_lazy.py 0.00% <0.00%> (-96.30%) ⬇️
...thon/graphscope/tests/unittest/test_scalability.py 0.00% <0.00%> (-96.16%) ⬇️
python/graphscope/tests/unittest/test_app.py 0.00% <0.00%> (-95.66%) ⬇️
...hon/graphscope/tests/unittest/test_create_graph.py 0.00% <0.00%> (-92.00%) ⬇️
python/graphscope/tests/unittest/test_graph.py 0.00% <0.00%> (-84.93%) ⬇️
python/graphscope/tests/unittest/test_context.py 0.00% <0.00%> (-81.04%) ⬇️
... and 38 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 6060a6b...ded2101. Read the comment docs.

@shirly121 shirly121 requested a review from yecol May 7, 2022 01:21
@@ -65,6 +65,11 @@ jobs:
cd ${GITHUB_WORKSPACE}/research/query_service/ir/compiler
make build

- name: Build Ir on Vineyard Store
run: |
source ${HOME}/.bashrc
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we need to source this bashrc? It is user's customed envs.
If you have envs, should put them together into the .graphscope_env

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure why, but we do have many source ~/.bashrc lines across all CI yamls. It might be used for leveraging local build cache or something like that, I guess.

Copy link
Collaborator

@yecol yecol left a comment

Choose a reason for hiding this comment

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

See comments.

@@ -86,3 +91,9 @@ jobs:
source ${HOME}/.bashrc
cd ${GITHUB_WORKSPACE}/interactive_engine/ir-adaptor && ./ir_groot_ci.sh

- name: Ir Integration Test on Vineyard Store
run: |
source ${HOME}/.bashrc
Copy link
Collaborator

Choose a reason for hiding this comment

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

ditto

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@shirly121 shirly121 closed this May 12, 2022
@shirly121 shirly121 reopened this May 12, 2022
@shirly121 shirly121 merged commit 8fbf192 into alibaba:main May 13, 2022
@shirly121 shirly121 deleted the ir_vineyard_test branch May 13, 2022 06:02
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.

None yet

6 participants