You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this turns out to be an expected result. 'match shortestPath()' returns only 1 matching result out of many, the contents of which depend on the execution env.
thus, the match query in this test case may have multiple correct but different results.
Please check the FAQ documentation before raising an issue
Describe the bug (required)
E NotFoundRow: 4: |<("Tim Duncan":bachelor{name:Tim Duncan,speciality:psychology}:player{age:42,name:Tim Duncan})-[:serve@0{end_year:2016,start_year:1997}]->("Spurs":team{name:Spurs})<-[:serve@0{end_year:2019,start_year:2017}]-("Rudy Gay":player{age:32,name:Rudy Gay})-[:serve@0{end_year:2017,start_year:2013}]->("Kings":team{name:Kings})>|
Your Environments (required)
lscpu
How To Reproduce(required)
Steps to reproduce the behavior:
make RM_DIR=false DEBUG=false J=6 tck
or
pytest -k 'test_single_shortestpaths3' .
Expected behavior
Additional context
Not sure whether it's really a bug, or it's just the test results are not deterministic.
The text was updated successfully, but these errors were encountered: