[SUITE_PROCESS_STANDARD.branch] passed all.
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/3c20b3fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/3c20b3fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/3c20b3fd Branch: refs/heads/master Commit: 3c20b3fdea8f081820b5098a6effc25ba8003049 Parents: 3407a81 Author: DO YUNG YOON <[email protected]> Authored: Thu May 4 10:55:44 2017 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Thu May 4 11:12:28 2017 +0900 ---------------------------------------------------------------------- .../src/main/scala/org/apache/s2graph/core/S2Graph.scala | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/3c20b3fd/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala ---------------------------------------------------------------------- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala index 7556165..bfc0d35 100644 --- a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala +++ b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala @@ -540,16 +540,18 @@ object S2Graph { )) @Graph.OptOuts(value = Array( /** Process */ - /* branch */ + /* branch: passed all. */ // new Graph.OptOut(test = "org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchTest$Traversals", method = "*", reason = "no"), - // passed: all +// passed: all + // new Graph.OptOut(test = "org.apache.tinkerpop.gremlin.process.traversal.step.branch.ChooseTest$Traversals", method = "*", reason = "no"), - // passed: all +// passed: all + // new Graph.OptOut(test = "org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalTest$Traversals", method = "*", reason = "no"), // passed: all // new Graph.OptOut(test = "org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalTest$Traversals", method = "*", reason = "no"), -// passed: all, failed: g_VX4X_localXbothEX1_createdX_limitX1XX, g_V_localXbothEXcreatedX_limitX1XX_otherV_name, g_VX4X_localXbothEXknows_createdX_limitX1XX +// passed: all // new Graph.OptOut(test = "org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatTest$Traversals", method = "*", reason = "no"), // passed: all @@ -557,6 +559,7 @@ object S2Graph { // new Graph.OptOut(test = "org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionTest$Traversals", method = "*", reason = "no"), // passed: all + /* filter */ // new Graph.OptOut(test = "org.apache.tinkerpop.gremlin.process.traversal.step.filter.AndTest$Traversals", method = "*", reason = "no"), // passed: all
