The api/traversal endpoint is no longer available starting with ArangoDB 3.12. This renders the arango.graph.Graph.traverse() unusable, causing the graph doctests to fail.
This PR makes the following adjustments:
emit a warning if traverse() is used (should still work 3.11)
skipping traversal test on newer ArangoDB versions (3.12+)
change the graph traversal example, such that we no longer encourage people to use it
The
api/traversal
endpoint is no longer available starting with ArangoDB 3.12. This renders thearango.graph.Graph.traverse()
unusable, causing the graph doctests to fail.This PR makes the following adjustments: