remove unnecessary test for global index on S2GraphTest.

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

Branch: refs/heads/master
Commit: b66b96a7528a2c189d072e1eacfbb683c6365f5d
Parents: 030cd2d
Author: DO YUNG YOON <steams...@apache.org>
Authored: Thu Aug 3 07:06:03 2017 +0900
Committer: DO YUNG YOON <steams...@apache.org>
Committed: Thu Aug 3 07:06:03 2017 +0900

----------------------------------------------------------------------
 .../apache/s2graph/core/tinkerpop/structure/S2GraphTest.scala    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b66b96a7/s2core/src/test/scala/org/apache/s2graph/core/tinkerpop/structure/S2GraphTest.scala
----------------------------------------------------------------------
diff --git 
a/s2core/src/test/scala/org/apache/s2graph/core/tinkerpop/structure/S2GraphTest.scala
 
b/s2core/src/test/scala/org/apache/s2graph/core/tinkerpop/structure/S2GraphTest.scala
index 9b6b60f..eb59632 100644
--- 
a/s2core/src/test/scala/org/apache/s2graph/core/tinkerpop/structure/S2GraphTest.scala
+++ 
b/s2core/src/test/scala/org/apache/s2graph/core/tinkerpop/structure/S2GraphTest.scala
@@ -41,7 +41,7 @@ class S2GraphTest extends FunSuite with Matchers with 
TestCommonWithModels {
   initTests()
 
   val g = new S2Graph(config)
-  lazy val gIndex = management.buildGlobalIndex(GlobalIndex.EdgeType, 
"S2GraphTest2", Seq("weight"))
+//  lazy val gIndex = management.buildGlobalIndex(GlobalIndex.EdgeType, 
"S2GraphTest2", Seq("weight"))
   def printEdges(edges: Seq[Edge]): Unit = {
     edges.foreach { edge =>
       logger.debug(s"[FetchedEdge]: $edge")
@@ -417,7 +417,7 @@ class S2GraphTest extends FunSuite with Matchers with 
TestCommonWithModels {
 ////    }
 //  }
   test("Modern") {
-    gIndex
+//    gIndex
     val mnt = graph.management
 
 

Reply via email to