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/27 21:29:53 UTC

[tinkerpop] branch ci-fix updated (5ae496a -> 9ab9433)

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 5ae496a  allow gremlin-server to build
 discard f47c6bc  ghactions added
     add 7efa866  Pin setuptools version prior to 58.
     add 05f3f49  Backported some test assertion adjustments that make them work more consistently across OS/JVM CTR
     add dac32de  TINKERPOP-2609 Improve error message for bad serialization in HTTP CTR
     add 324fa15  Added gh action build for 3.4-dev
     add f593dbc  Fixed copy/paste error in gh actions. CTR
     add 5903586  Fixed rat issues with github actions for 3.4-dev
     add 22165d6  Fixed python version install in gh actions
     add a6f51e5  Stopped smoke tests from running in gh actions for 3.4-dev CTR
     add b23a5a9  fixed syntax error in smoke test for gh actions
     add afd6106  All CI is now handled in gh actions - remove travis CTR
     add 4814ca0  Move to temurin jdk as directed by setup-java docs.
     add 09bb73e  Skip 3.4-dev SSL tests to see if they are trouble to gh actions CTR
     add 637a83e  Test gh actions build without neo4j CTR
     add 1603415  Try to trim down the gh action builds so that they only occur for code changes CTR
     add 9a0c9f1  Already an error in previous commit related - smoke needs to depend on check CTR
     add 1be21d7  Apparently apache forces us to use a version in GitHub Marketplace CTR
     add b1ad6a3  Error in previous commit with gh action version CTR
     add e9746fc  In tiny tiny letters it seems that this gh action is not certified by the gh marketplace - can't be used. CTR
     add 3cab8c7  Remove duplicate build command entry CTR
     add 586ec3d  Changes to address re-try failures on initially dead host
     add b7c814e  Merge branch 'pr-1476' into 3.4-dev
     add 31e8c0a  Added TextP to common imports for python CTR
     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 d276458  Fixed spelling CTR
     add 7dccf95  TINKERPOP-2630 Added some docs around GraphSON 1.0 CTR
     add de6a61a  TINKERPOP-2632 Bumped to Netty 4.1.68 CTR
     add b82c47a  TINKERPOP-2630 Clarifying note on GraphSON 1.0 configuration CTR
     add 4c50cf2  Minor dev doc updates CTR
     add a013c52  Add a neo4j build to CI CTR
     add 96ccc21  TINKERPOP-2626 Prevent premature close of traversal
     add 8c7a1a5  Bump to maven 3.8.x in docker image CTR
     add 5db8aad  Bump to Netty 4.1.72 CTR
     add b51c97e  Added transaction testing to Gremlin Server for CI CTR
     add 9ab9433  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   (5ae496a)
            \
             N -- N -- N   refs/heads/ci-fix (9ab9433)

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                   | 24 +++---
 .travis.yml                                        | 66 ---------------
 CHANGELOG.asciidoc                                 |  5 ++
 docker/build/Dockerfile.template                   |  2 +-
 .../dev/developer/development-environment.asciidoc |  1 -
 docs/src/dev/developer/for-committers.asciidoc     |  9 +-
 docs/src/dev/developer/release.asciidoc            |  2 +
 docs/src/reference/gremlin-applications.asciidoc   | 53 ++++++++----
 docs/src/reference/gremlin-variants.asciidoc       |  1 +
 docs/src/upgrade/release-3.4.x.asciidoc            |  2 +-
 .../jsr223/DriverRemoteAcceptorIntegrateTest.java  |  2 +-
 .../console/jsr223/DriverRemoteAcceptorTest.java   | 12 +--
 .../traversal/step/filter/RangeGlobalStep.java     |  3 -
 .../process/traversal/util/DefaultTraversal.java   |  4 +-
 .../gremlin/structure/util/CloseableIterator.java  |  3 +-
 .../apache/tinkerpop/gremlin/driver/Client.java    | 97 +++++++++++++++++-----
 .../apache/tinkerpop/gremlin/driver/Cluster.java   |  2 -
 .../driver/exception/NoHostAvailableException.java |  4 +
 gremlin-python/pom.xml                             | 18 ++++
 .../server/handler/HttpGremlinEndpointHandler.java | 13 +++
 .../gremlin/server/GremlinDriverIntegrateTest.java | 84 ++++++++++++++++---
 .../server/GremlinServerAuthIntegrateTest.java     |  4 +-
 .../server/GremlinServerHttpIntegrateTest.java     | 16 +++-
 .../server/GremlinServerSslIntegrateTest.java      | 42 ++++------
 .../gremlin/server/util/ExceptionTestUtils.java}   | 21 +++--
 pom.xml                                            |  2 +-
 26 files changed, 302 insertions(+), 190 deletions(-)
 delete mode 100644 .travis.yml
 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%)