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 2021/12/28 00:42:22 UTC

[tinkerpop] branch ci-fix updated (637a83e -> 586ec3d)

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.


    omit 637a83e  Test gh actions build without neo4j CTR
    omit 09bb73e  Skip 3.4-dev SSL tests to see if they are trouble to gh actions CTR
    omit 4814ca0  Move to temurin jdk as directed by setup-java docs.
    omit afd6106  All CI is now handled in gh actions - remove travis CTR
    omit b23a5a9  fixed syntax error in smoke test for gh actions
    omit a6f51e5  Stopped smoke tests from running in gh actions for 3.4-dev CTR
    omit 22165d6  Fixed python version install in gh actions
    omit 5903586  Fixed rat issues with github actions for 3.4-dev
    omit f593dbc  Fixed copy/paste error in gh actions. CTR
    omit 324fa15  Added gh action build for 3.4-dev
     add 586ec3d  Changes to address re-try failures on initially dead host

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   (637a83e)
            \
             N -- N -- N   refs/heads/ci-fix (586ec3d)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-test.yml                   | 161 ---------------------
 .travis.yml                                        |  66 +++++++++
 CHANGELOG.asciidoc                                 |   1 +
 .../console/jsr223/DriverRemoteAcceptorTest.java   |  12 +-
 .../apache/tinkerpop/gremlin/driver/Client.java    |  78 +++++++---
 .../apache/tinkerpop/gremlin/driver/Cluster.java   |   2 -
 .../gremlin/server/GremlinDriverIntegrateTest.java |  62 ++++++++
 pom.xml                                            |   2 +-
 8 files changed, 195 insertions(+), 189 deletions(-)
 delete mode 100644 .github/workflows/build-test.yml
 create mode 100644 .travis.yml