This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard d114e1c polish up
discard d1d1e85 Revert all travis logging adjustments
discard 384e88b Enable all tests
discard ec0b26d enabled integration tests back since it won't fail anymore
discard e09efaa stop running gremlin-server unit tests
discard fbedae6 more logging adjustments
discard 14eb3d6 Fixed logger disabling for netty (i think)
discard 01460e5 still tweaking logging - hiding some netty stuff as the log
exceeds allowable length and job dies in travis.
discard 912f012 turn up logging and enable a couple test
discard 885786d Clean builds with full logging........revert back to WARN
discard c569729 More logs
discard aae0ed7 Isolate the single failing test - cmon
discard 248df27 Run just the one test case that's causing trouble
discard a76044c Kill travis_wait
discard 23ce610 Break up server/console test builds for travis
discard 46c15eb Move SSL tests to their own test class
discard 98c78e7 Temporary better error for kerberos failures
discard 63e219c Extend travis wait time for gremlin-server/console tests
discard 97270c0 don't upgrade, images are fairly up-to-date, and it's slow
discard 77a5f87 upgrade xenial - maybe something is just broken in the OS
discard 15b88b8 Give reconnect some extra time on travis
discard 10ce5ca Another timeout bump to solve travis.
discard 106b896 Increase default max wait time for a connection with java
driver
discard 4dadccb A body of commits to debug/fix a failing travis test
add 2d0fd64 Bump to Jackson databind 2.9.10.1 CTR
add 20a5093 Merge branch 'tp33' into tp34
add 050f66a Pretty big javadoc cleanup.
add c7461d7 Merge branch 'tp33' into tp34
add 75e3acc Javadoc fixes
new dde3cbf A body of commits to debug/fix a failing travis test
new 0da1cfa Increase default max wait time for a connection with java
driver
new 00c5d1a Move SSL tests to their own test class
new ee70c9a Break up server/console test builds for travis
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 (d114e1c)
\
N -- N -- N refs/heads/travis-fix (ee70c9a)
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 4 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:
.../GephiTraversalVisualizationStrategy.groovy | 2 +-
.../gremlin/process/computer/ComputerResult.java | 5 ++-
.../gremlin/process/computer/GraphComputer.java | 51 ++++++++++++----------
.../gremlin/process/computer/MapReduce.java | 13 +++---
.../gremlin/process/computer/VertexProgram.java | 6 +--
.../computer/bulkloading/OneTimeBulkLoader.java | 8 ++--
.../computer/traversal/step/VertexComputing.java | 5 ++-
.../computer/util/DefaultComputerResult.java | 6 ++-
.../remote/traversal/AbstractRemoteTraversal.java | 4 +-
.../process/remote/traversal/RemoteTraversal.java | 2 +-
.../gremlin/process/traversal/Bindings.java | 5 +--
.../gremlin/process/traversal/Compare.java | 2 +-
.../tinkerpop/gremlin/process/traversal/Step.java | 9 ++--
.../gremlin/process/traversal/Traversal.java | 17 ++++----
.../process/traversal/TraversalSideEffects.java | 10 +++--
.../gremlin/process/traversal/TraversalSource.java | 24 +++++-----
.../traversal/dsl/graph/GraphTraversal.java | 8 ++--
.../gremlin/process/traversal/step/Barrier.java | 10 +++--
.../gremlin/process/traversal/step/Bypassing.java | 4 +-
.../process/traversal/step/FromToModulating.java | 5 ++-
.../process/traversal/step/GraphComputing.java | 8 ++--
.../process/traversal/step/LambdaHolder.java | 7 ++-
.../process/traversal/step/MemoryComputing.java | 4 +-
.../process/traversal/step/map/GroupStep.java | 4 +-
.../process/traversal/step/util/WithOptions.java | 18 +++++---
.../step/util/event/MutationListener.java | 8 ++--
.../strategy/decoration/EventStrategy.java | 2 +-
.../traversal/util/FastNoSuchElementException.java | 4 +-
.../process/traversal/util/TraversalMatrix.java | 4 +-
.../apache/tinkerpop/gremlin/structure/Column.java | 3 +-
.../apache/tinkerpop/gremlin/structure/Graph.java | 24 +++++-----
.../tinkerpop/gremlin/structure/Property.java | 2 +-
.../gremlin/structure/VertexProperty.java | 2 +-
.../gremlin/structure/io/GraphMigrator.java | 2 +-
.../tinkerpop/gremlin/structure/io/IoCore.java | 6 +--
.../structure/io/graphml/GraphMLWriter.java | 2 +-
.../structure/io/graphson/GraphSONReader.java | 5 ++-
.../io/gryo/VertexByteArrayInputStream.java | 4 +-
.../structure/io/gryo/kryoshim/InputShim.java | 5 ++-
.../structure/io/gryo/kryoshim/KryoShim.java | 5 ++-
.../structure/io/gryo/kryoshim/OutputShim.java | 5 ++-
.../structure/io/gryo/kryoshim/SerializerShim.java | 5 ++-
.../gremlin/structure/util/ElementHelper.java | 38 ++++++++--------
.../gremlin/structure/util/GraphFactory.java | 17 ++++----
.../gremlin/structure/util/StringFactory.java | 8 ++--
.../util/star/StarGraphGraphSONDeserializer.java | 8 ++--
.../gremlin/util/function/TriConsumer.java | 2 +-
.../apache/tinkerpop/gremlin/driver/Client.java | 6 +--
.../apache/tinkerpop/gremlin/driver/Settings.java | 2 +-
.../driver/ser/AbstractMessageSerializer.java | 7 ++-
.../ser/GraphSONMessageSerializerGremlinV2d0.java | 3 +-
.../driver/ser/GraphSONMessageSerializerV3d0.java | 3 +-
.../tinkerpop/gremlin/driver/ser/Serializers.java | 6 +--
.../gremlin/groovy/engine/GremlinExecutor.java | 13 +++---
.../gremlin/server/AbstractChannelizer.java | 6 ++-
.../apache/tinkerpop/gremlin/server/Context.java | 3 +-
.../tinkerpop/gremlin/server/GremlinServer.java | 2 +-
.../gremlin/server/channel/NioChannelizer.java | 4 +-
.../server/channel/WebSocketChannelizer.java | 4 +-
.../gremlin/server/op/AbstractEvalOpProcessor.java | 3 +-
.../server/op/session/SessionOpProcessor.java | 6 +--
.../server/op/standard/StandardOpProcessor.java | 2 +-
gremlin-shaded/pom.xml | 2 +-
.../tinkerpop/gremlin/AbstractGraphProvider.java | 2 +-
.../tinkerpop/gremlin/AbstractGremlinSuite.java | 13 +++---
.../tinkerpop/gremlin/FeatureRequirementSet.java | 3 +-
.../org/apache/tinkerpop/gremlin/GraphHelper.java | 2 +-
.../apache/tinkerpop/gremlin/GraphProvider.java | 11 +++--
.../apache/tinkerpop/gremlin/LoadGraphWith.java | 3 +-
.../algorithm/generator/AbstractGenerator.java | 6 +--
.../gremlin/structure/FeatureSupportTest.java | 22 +++++-----
.../gremlin/structure/GraphConstructionTest.java | 6 +--
.../tinkerpop/gremlin/structure/GraphTest.java | 2 +-
.../tinkerpop/gremlin/structure/PropertyTest.java | 12 ++---
.../tinkerpop/gremlin/structure/VariablesTest.java | 19 ++++----
.../gremlin/process/GraphMutateBenchmark.java | 5 ++-
.../gremlin/process/GraphTraversalBenchmark.java | 4 +-
.../apache/tinkerpop/gremlin/hadoop/Constants.java | 4 +-
.../hadoop/structure/io/GraphFilterAware.java | 9 ++--
.../structure/io/script/ScriptInputFormat.java | 6 +--
.../structure/io/script/ScriptOutputFormat.java | 8 ++--
.../gremlin/neo4j/structure/Neo4jGraph.java | 2 +-
.../gremlin/spark/structure/io/InputRDD.java | 8 ++--
.../gremlin/spark/structure/io/OutputRDD.java | 8 ++--
.../gremlin/tinkergraph/structure/TinkerGraph.java | 7 ++-
.../structure/TinkerIoRegistryV2d0.java | 8 ++--
.../structure/TinkerIoRegistryV3d0.java | 4 +-
87 files changed, 340 insertions(+), 304 deletions(-)