This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch ci-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 477926f Revert "Changes to address re-try failures on initially dead
host"
omit 9ab9433 Changed seconds to minutes for timeout - oops CTR
omit b51c97e Added transaction testing to Gremlin Server for CI CTR
omit 5db8aad Bump to Netty 4.1.72 CTR
omit 8c7a1a5 Bump to maven 3.8.x in docker image CTR
omit 96ccc21 TINKERPOP-2626 Prevent premature close of traversal
omit a013c52 Add a neo4j build to CI CTR
omit 4c50cf2 Minor dev doc updates CTR
omit b82c47a TINKERPOP-2630 Clarifying note on GraphSON 1.0 configuration
CTR
omit de6a61a TINKERPOP-2632 Bumped to Netty 4.1.68 CTR
omit 7dccf95 TINKERPOP-2630 Added some docs around GraphSON 1.0 CTR
omit d276458 Fixed spelling CTR
omit 37015cd Merge branch 'pr-1484' into 3.4-dev
omit d172357 Removed junit assertThat() for hamcrest CTR
omit 31e8c0a Added TextP to common imports for python CTR
omit 6c1cc0c 3.4 - Retain failure context in NoHostAvailableException
omit b7c814e Merge branch 'pr-1476' into 3.4-dev
omit 586ec3d Changes to address re-try failures on initially dead host
new 935508f Added TextP to common imports for python CTR
new f51a8d7 Removed junit assertThat() for hamcrest CTR
new 1944cd9 Fixed spelling CTR
new 9876be6 TINKERPOP-2630 Added some docs around GraphSON 1.0 CTR
new 6eeb82c TINKERPOP-2632 Bumped to Netty 4.1.68 CTR
new a02dd75 TINKERPOP-2630 Clarifying note on GraphSON 1.0 configuration
CTR
new 853ea1e Minor dev doc updates CTR
new 94b1011 Add a neo4j build to CI CTR
new 150500c TINKERPOP-2626 Prevent premature close of traversal
new 56a41d9 Bump to maven 3.8.x in docker image CTR
new 483cc50 Bump to Netty 4.1.72 CTR
new ede876f Added transaction testing to Gremlin Server for CI CTR
new 08a8c6c Changed seconds to minutes for timeout - oops CTR
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 (477926f)
\
N -- N -- N refs/heads/ci-fix (08a8c6c)
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 13 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:
CHANGELOG.asciidoc | 1 -
.../apache/tinkerpop/gremlin/driver/Client.java | 18 ++--------
.../driver/exception/NoHostAvailableException.java | 4 ---
.../gremlin/server/GremlinDriverIntegrateTest.java | 8 ++---
.../server/GremlinServerAuthIntegrateTest.java | 4 +--
.../server/GremlinServerSslIntegrateTest.java | 42 +++++++++++++---------
.../gremlin/server/util/ExceptionTestUtils.java | 34 ------------------
7 files changed, 35 insertions(+), 76 deletions(-)
delete mode 100644
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/util/ExceptionTestUtils.java