This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a change to branch TINKERPOP-2556
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard b206474 Only execute transactions tests if transactions are supported
discard e0227e3 TINKERPOP-2556 First try, tests don't terminate for some
reason
add dc051d8 TINKERPOP-2616 Changed test to not configured TLS1.1 on the
server
add 504cd90 Turn on tx() testing in gh actions for javascript CTR
add 586ec3d Changes to address re-try failures on initially dead host
add b7c814e Merge branch 'pr-1476' into 3.4-dev
add f30fa83 Merge branch '3.4-dev' into 3.5-dev
add 31e8c0a Added TextP to common imports for python CTR
add a6cf24f Merge branch '3.4-dev' into 3.5-dev
add d172357 Removed junit assertThat() for hamcrest CTR
add 6c1cc0c 3.4 - Retain failure context in NoHostAvailableException
add 37015cd Merge branch 'pr-1484' into 3.4-dev
add 43cb9e9 Merge branch '3.4-dev' into 3.5-dev
add d56af2a TINKERPOP-2620 Fixed NPE related to null arguments to
elementMap(), valueMap(), values() and properties()
add 5464364 Merge branch 'TINKERPOP-2620' into 3.5-dev
new 43e01dc TINKERPOP-2556 Basic implementation in place, test still seem
to not terminate for some reason
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b206474)
\
N -- N -- N refs/heads/TINKERPOP-2556 (43e01dc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build-test.yml | 4 +-
CHANGELOG.asciidoc | 5 +-
docs/src/reference/gremlin-variants.asciidoc | 1 +
docs/src/upgrade/release-3.5.x.asciidoc | 10 ++-
.../console/jsr223/DriverRemoteAcceptorTest.java | 12 +--
.../process/traversal/step/map/ElementMapStep.java | 3 +-
.../traversal/step/map/PropertyMapStep.java | 6 +-
.../gremlin/structure/util/ElementHelper.java | 12 ++-
.../gremlin/structure/util/ElementHelperTest.java | 44 +++++++++++
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 4 +
.../apache/tinkerpop/gremlin/driver/Client.java | 87 ++++++++++++++++++----
.../apache/tinkerpop/gremlin/driver/Cluster.java | 2 -
.../gremlin-javascript/test/cucumber/gremlin.js | 5 +-
gremlin-python/src/main/python/radish/gremlin.py | 4 +
.../gremlin/server/GremlinDriverIntegrateTest.java | 62 +++++++++++++++
.../server/GremlinServerSslIntegrateTest.java | 6 +-
.../gremlin/server/util/ExceptionTestUtils.java} | 21 +++---
gremlin-test/features/map/ElementMap.feature | 18 ++++-
gremlin-test/features/map/Properties.feature | 40 ++++++++++
gremlin-test/features/map/ValueMap.feature | 15 ++++
20 files changed, 309 insertions(+), 52 deletions(-)
copy
gremlin-server/src/{main/java/org/apache/tinkerpop/gremlin/server/util/ThreadFactoryUtil.java
=> test/java/org/apache/tinkerpop/gremlin/server/util/ExceptionTestUtils.java}
(63%)