You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/10/11 12:56:27 UTC

[tinkerpop] branch 3.5-dev updated (62ae81216b -> 27f26ad27c)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 62ae81216b CTR to amend docker permission fix in case of test failures
     add 27f26ad27c TINKERPOP-2803 Fixed problems with CollecingBarrierStep and count() in TinkerGraph CTR

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../process/computer/traversal/WorkerExecutor.java | 14 +++++++--
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  3 ++
 gremlin-go/driver/cucumber/gremlin.go              |  3 ++
 .../gremlin-javascript/test/cucumber/gremlin.js    |  3 ++
 gremlin-python/src/main/python/radish/gremlin.py   |  3 ++
 gremlin-test/features/map/Count.feature            | 33 ++++++++++++++++++++++
 .../optimization/TinkerGraphCountStrategy.java     | 12 +++++---
 8 files changed, 66 insertions(+), 6 deletions(-)