Skip to content

Commit

Permalink
Extend the test with more path length and full path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Nov 14, 2024
1 parent cc805f2 commit f6cab43
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/sql/path_finding/edgeless_graph.test
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ statement ok
LABEL E
);

query II
query IIIII
-FROM GRAPH_TABLE(testgraph
MATCH p = ANY SHORTEST (n1:N)-[e:E]-> * (n2:N)
COLUMNS (n1.id, edges(p) AS path_edges)
COLUMNS (n1.id, n2.id, element_id(p), edges(p) AS path_edges, path_length(p))
);
----
1 []
2 []
3 []
----

0 comments on commit f6cab43

Please sign in to comment.