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
It executes same query that returns paths using bolt and http. Results
are then compared and expected to be the same. Previously used query
was not entirely deterministic and could return different results for
subsequent executions.
This commit fixes the problem by making var-length queries use fixed
start node. Also added logging of query when expectation fails.
0 commit comments