commit | 1e2d7b84b0795de359b061d649dd3cb761333721 | [log] [tgz] |
---|---|---|
author | Stephen Mallette <spmva@genoprime.com> | Fri May 01 08:04:53 2020 -0400 |
committer | Stephen Mallette <spmva@genoprime.com> | Fri May 01 08:04:53 2020 -0400 |
tree | 297a89f08ce3159e38e34bd3cb04ebd1c2b511eb | |
parent | afe9d70dd207e2d673f9f77a3280b9c1d87e1837 [diff] |
TINKERPOP-2365 Prevented extra barrier being added with profile() 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.