CTR: added HadoopGtaph OPT_OUTs for MatchTests that were way too slow and made 
Travis CI fail


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

Branch: refs/heads/TINKERPOP-1490
Commit: 80850e4d82a0bb2d42df401f4e217aeab0e775b8
Parents: d038916
Author: Daniel Kuppitz <[email protected]>
Authored: Fri Nov 11 18:36:07 2016 +0100
Committer: Daniel Kuppitz <[email protected]>
Committed: Fri Nov 11 18:36:07 2016 +0100

----------------------------------------------------------------------
 .../gremlin/hadoop/structure/HadoopGraph.java   | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/80850e4d/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.java
----------------------------------------------------------------------
diff --git 
a/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.java
 
b/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.java
index d0f50d0..665d21f 100644
--- 
a/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.java
+++ 
b/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.java
@@ -250,6 +250,26 @@ import java.util.stream.Stream;
         method = "*",
         reason = "This test makes use of a sideEffect to enforce when a thread 
interruption is triggered and thus isn't applicable to HadoopGraph",
         computers = 
{"org.apache.tinkerpop.gremlin.spark.process.computer.SparkGraphComputer", 
"org.apache.tinkerpop.gremlin.giraph.process.computer.GiraphGraphComputer"})
[email protected](
+        test = 
"org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchTest$CountMatchTraversals",
+        method = 
"g_V_matchXa_followedBy_count_isXgtX10XX_b__a_0followedBy_count_isXgtX10XX_bX_count",
+        reason = "Hadoop-Gremlin is OLAP-oriented and for OLTP operations, 
linear-scan joins are required. This particular tests takes many minutes to 
execute.",
+        computers = {"ALL"})
[email protected](
+        test = 
"org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchTest$GreedyMatchTraversals",
+        method = 
"g_V_matchXa_followedBy_count_isXgtX10XX_b__a_0followedBy_count_isXgtX10XX_bX_count",
+        reason = "Hadoop-Gremlin is OLAP-oriented and for OLTP operations, 
linear-scan joins are required. This particular tests takes many minutes to 
execute.",
+        computers = {"ALL"})
[email protected](
+        test = 
"org.apache.tinkerpop.gremlin.process.traversal.step.map.GroovyMatchTest$CountMatchTraversals",
+        method = 
"g_V_matchXa_followedBy_count_isXgtX10XX_b__a_0followedBy_count_isXgtX10XX_bX_count",
+        reason = "Hadoop-Gremlin is OLAP-oriented and for OLTP operations, 
linear-scan joins are required. This particular tests takes many minutes to 
execute.",
+        computers = {"ALL"})
[email protected](
+        test = 
"org.apache.tinkerpop.gremlin.process.traversal.step.map.GroovyMatchTest$GreedyMatchTraversals",
+        method = 
"g_V_matchXa_followedBy_count_isXgtX10XX_b__a_0followedBy_count_isXgtX10XX_bX_count",
+        reason = "Hadoop-Gremlin is OLAP-oriented and for OLTP operations, 
linear-scan joins are required. This particular tests takes many minutes to 
execute.",
+        computers = {"ALL"})
 public final class HadoopGraph implements Graph {
 
     public static final Logger LOGGER = 
LoggerFactory.getLogger(HadoopGraph.class);

Reply via email to