Stephen Mallette created TINKERPOP-3026:
-------------------------------------------
Summary: checkAdjacentVertices is misconfigured for python in
SubgraphStrategy
Key: TINKERPOP-3026
URL: https://issues.apache.org/jira/browse/TINKERPOP-3026
Project: TinkerPop
Issue Type: Bug
Components: python
Affects Versions: 3.6.6
Reporter: Stephen Mallette
The error is happening here:
https://github.com/apache/tinkerpop/blob/c28aa2ec8cce281d51e9323070610d3f71a6291e/gremlin-python/src/main/python/gremlin_python/process/strategies.py#L90
where the configuration string is not being set properly. But then that begs
the question as to why there is no tests failure - presumably we don't test the
{{true}} condition, so add a test to cover that
--
This message was sent by Atlassian Jira
(v8.20.10#820010)