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 2018/04/27 12:51:46 UTC

[1/2] tinkerpop git commit: Removed ignored tests for gremlin-python

Repository: tinkerpop
Updated Branches:
  refs/heads/master 219093692 -> a03a4da2a


Removed ignored tests for gremlin-python

Both just pass now - CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7d8cb069
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7d8cb069
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7d8cb069

Branch: refs/heads/master
Commit: 7d8cb0694f7c606ada2c601cceb11c53f0d7c8c2
Parents: 71bc37f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Apr 27 08:50:57 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Apr 27 08:50:57 2018 -0400

----------------------------------------------------------------------
 gremlin-python/src/main/jython/radish/feature_steps.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7d8cb069/gremlin-python/src/main/jython/radish/feature_steps.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/radish/feature_steps.py b/gremlin-python/src/main/jython/radish/feature_steps.py
index a63d9e0..fab35fd 100644
--- a/gremlin-python/src/main/jython/radish/feature_steps.py
+++ b/gremlin-python/src/main/jython/radish/feature_steps.py
@@ -43,11 +43,7 @@ inV = __.inV
 project = __.project
 tail = __.tail
 
-ignores = [
-    "g.V(v1Id).out().inject(v2).values(\"name\")",  # bug in attachment won't connect v2
-    # not sure yet
-    "g.V(v1).hasLabel(\"person\").map(l1).order(Scope.local).by(Column.values, Order.decr).by(Column.keys, Order.incr)"
-    ]
+ignores = []
 
 
 @given("the {graph_name:w} graph")


[2/2] tinkerpop git commit: Merge branch 'tp33'

Posted by sp...@apache.org.
Merge branch 'tp33'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a03a4da2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a03a4da2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a03a4da2

Branch: refs/heads/master
Commit: a03a4da2ad8bb40eed58d7d4f94b7cdfbbb4e0b8
Parents: 2190936 7d8cb06
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Apr 27 08:51:37 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Apr 27 08:51:37 2018 -0400

----------------------------------------------------------------------
 gremlin-python/src/main/jython/radish/feature_steps.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------