You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2017/07/11 14:53:19 UTC

tinkerpop git commit: Exposed SubgraphStrategyTest and ReadOnlyStrategytest to ProcessXXXSuite for RemoteGraph. Integrestingly, these break in tp32/. CTR.

Repository: tinkerpop
Updated Branches:
  refs/heads/master 4062898a0 -> 79d138a5d


Exposed SubgraphStrategyTest and ReadOnlyStrategytest to ProcessXXXSuite for RemoteGraph. Integrestingly, these break in tp32/. CTR.


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

Branch: refs/heads/master
Commit: 79d138a5d88ecad912b5e96d982fd98bdceb020d
Parents: 4062898
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Jul 11 08:53:06 2017 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Jul 11 08:53:14 2017 -0600

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/process/remote/RemoteGraph.java | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/79d138a5/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java
index 2bc310a..57fc85c 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java
@@ -93,14 +93,6 @@ import java.util.Iterator;
         method = "*",
         reason = "RemoteGraph does not support PartitionStrategy at this time")
 @Graph.OptOut(
-        test = "org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReadOnlyStrategyProcessTest",
-        method = "*",
-        reason = "RemoteGraph does not support ReadOnlyStrategy at this time")
-@Graph.OptOut(
-        test = "org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategyProcessTest",
-        method = "*",
-        reason = "RemoteGraph does not support SubgraphStrategy at this time")
-@Graph.OptOut(
         test = "org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgramTest",
         method = "*",
         reason = "RemoteGraph does not support direct Graph.compute() access")