You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2020/05/01 16:21:31 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1283: TINKERPOP-2365 Prevented extra barrier being added with profile()

spmallette opened a new pull request #1283:
URL: https://github.com/apache/tinkerpop/pull/1283


   https://issues.apache.org/jira/browse/TINKERPOP-2365
   
   LazyBarrierStrategy was improperly adding a barrier step to the end of a traversal when profile() was called. This wasn't noticeable in testing because of an overly zealous choice to disable the strategy in testing if profile() was present. Modified the strategy to more properly handle this situation and to limit the removal of LazyBarrierStrategy to ProfileTest only.
   
   All tests pass with `docker/build.sh -t -n -i`
   
   VOTE +1


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org