alibaba/GraphScope

[GIE/tests] Add `PathExpand` test cases for GIE

開放

#2,882 建立於 2023年6月14日

 (0 則留言) (0 個反應) (1 位負責人)HTML (301 個分叉)batch import
component:giegood first issue

倉庫指標

星標
 (2,401 顆星)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 8 個 PR)

描述

There currently lacks in PathExpand test cases in GIE (e2e), especially that we provide syntactic sugars in PathExpand to denote some complex situations. About the syntactic, you can refer to the Doc: https://graphscope.io/docs/latest/interactive_engine/supported_gremlin_steps#pathexpand

It's thus welcome to add more PathExpand test cases. It's easy to do so, simply prepare the PathExpand 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.

貢獻者指南