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

[GAIA CI Tests] Unify gremlin ci tests under different storages #2504

Merged
merged 29 commits into from
Mar 16, 2023

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Mar 10, 2023

What do these changes do?

  1. unify gremlin ci tests under different storages (groot/expr/vineyard), see RemoteTestGraph.java.
  2. reorg test suite package from src/test/java/com/alibaba/graphscope/integration to src/main/java/com/alibaba/graphscope/gremlin/integration/suite , to be imported by other modules.
  3. add addition tests based on other graph data (sink/crew/grateful) for GIE on vineyard

Related issue number

Fixes #2510

@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2023

Codecov Report

Merging #2504 (5d10cf1) into main (8db75b2) will decrease coverage by 32.76%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2504       +/-   ##
===========================================
- Coverage   72.62%   39.87%   -32.76%     
===========================================
  Files          88       88               
  Lines        9816     9816               
===========================================
- Hits         7129     3914     -3215     
- Misses       2687     5902     +3215     

see 48 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 8db75b2...5d10cf1. Read the comment docs.

@shirly121 shirly121 changed the title [GAIA CI Tests] Integrate gremlin ci tests under different storages [GAIA CI Tests] Unify gremlin ci tests under different storages Mar 10, 2023
@shirly121 shirly121 changed the title [GAIA CI Tests] Unify gremlin ci tests under different storages [GAIA CI Tests] Integrate gremlin ci tests under different storages Mar 10, 2023
@shirly121 shirly121 changed the title [GAIA CI Tests] Integrate gremlin ci tests under different storages [GAIA CI Tests] Unify gremlin ci tests under different storages Mar 10, 2023
Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

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

Can we provide a table of test cases that are removed due to at least one store does not support the cases, including information includes:

test_cases, unsupported store [vineyard|groot|...], why it is not supported

Test Cases Unsupported Storages Reasons
g.V().has("p", P.neq("v"))
g.V().has("blah")
g.V().has("circumference")
Vineyard & Groot Ir core converts a non-existing property name to a magic number which is negative, runtime will throw exceptions if the given property id is negative.
g.E(XX) Vineyard & Groot Fetching edge by its inner id is unsupported in vineyard or groot.

 

@@ -76,6 +76,7 @@ jobs:
run: |
source ${HOME}/.graphscope_env
cd interactive_engine/groot-server
sleep 1000000
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe need to be removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

just add it for debug, have removed it.

@shirly121 shirly121 merged commit 200034a into alibaba:main Mar 16, 2023
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.

[GIE CI Tests] Unify gremlin CI tests under different storages (expr/groot/vineyard)
6 participants