We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There currently lacks in pattern match test cases in GIE. It's thus welcome to add more pattern matching test cases. It's easy to do so, simply prepare the match case and the expected result (by using Tinkerpop) in: https://github.com/alibaba/GraphScope/blob/main/interactive_engine/compiler/src/main/java/com/alibaba/graphscope/gremlin/integration/suite/standard/IrGremlinQueryTest.java
You can run the test locally according to: https://graphscope.io/docs/latest/interactive_engine/dev_and_test The case will also be verified in the ci workflow.
The text was updated successfully, but these errors were encountered:
[GIE/tests] Add pattern matching test cases for GIE (#2831)
653823b
Committed-by: 有理 from Dev container <!-- Thanks for your contribution! please review https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before opening an issue. --> ## What do these changes do? As title. ## Related issue number issue #2822
longbinlai
lixueclaire
No branches or pull requests
There currently lacks in pattern match test cases in GIE. It's thus welcome to add more pattern matching test cases.
It's easy to do so, simply prepare the match case and the expected result (by using Tinkerpop) in:
https://github.com/alibaba/GraphScope/blob/main/interactive_engine/compiler/src/main/java/com/alibaba/graphscope/gremlin/integration/suite/standard/IrGremlinQueryTest.java
You can run the test locally according to: https://graphscope.io/docs/latest/interactive_engine/dev_and_test
The case will also be verified in the ci workflow.
The text was updated successfully, but these errors were encountered: