PathRetractionStrategy can retract end labels from traversals and thus, ruin a pattern match. We had 3 traversals in our test suite that were buggy because of this. Finally, if the user does a pattern of as("a").count().is(gt(10)).as("b"), this will fail because of RangeIsCountByStrategy.
- links to