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 2019/06/10 17:55:31 UTC

[tinkerpop] branch tp33 updated (445da1d -> b430314)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch tp33
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 445da1d  Push all tests into one travis stage CTR
     add 2770193  gt/gte/lt/lte can throw CCE if object isn't a Comparable
     add d01926f  Merge branch 'pr-1120' into tp33
     add b430314  Fix up changelog after PR #1120 CTR

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../gremlin/process/traversal/Compare.java         | 44 ++++++++---
 .../process/traversal/CompareExceptionTest.java    | 76 ++++++++++++++++++
 .../gremlin/process/traversal/CompareTest.java     | 90 ++++++++++++++--------
 4 files changed, 172 insertions(+), 39 deletions(-)
 create mode 100644 gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/CompareExceptionTest.java