[ 
https://issues.apache.org/jira/browse/S2GRAPH-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110761#comment-16110761
 ] 

ASF GitHub Bot commented on S2GRAPH-148:
----------------------------------------

Github user daewon commented on the issue:

    https://github.com/apache/incubator-s2graph/pull/115
  
    The test seems to be failing because it is affected by other tests in 
parallel.
    
    In this case, it would be correct to modify the TC because the schema is 
changing at the same time.
    
    There are three ways to fix this problem:
    
    1. Initializing the cache before the test runs does not fail.
    
    `` `Scala
      Test ("findGlobalIndex.") {
        // (weight: 34) AND (weight: [1 TO 100])
        GlobalIndex.listCache.invalidateAll ()
        GlobalIndex.optionCache.invalidateAll ()
    `` `
    
    2. Delete the conflict test `S2GraphTest`. (This test does not perform the 
actual TC)
    
    `` `Scala
    Class S2GraphTest extends FunSuite with Matchers with TestCommonWithModels {
    `` `
    
    3. Prevent TC in s2core / build.sbt from running in parallel.
    `` `
    ParallelExecution in Test: = false
    `` `
    
    We will fix it in the second method.


> Provide Gremlin Plugin
> ----------------------
>
>                 Key: S2GRAPH-148
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-148
>             Project: S2Graph
>          Issue Type: Sub-task
>    Affects Versions: 0.2.0
>            Reporter: DOYUNG YOON
>            Assignee: DOYUNG YOON
>              Labels: features
>             Fix For: 0.2.0
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Provide `S2GraphGremlinPlugin` that implement `GremlinPlugin` interface. 
> I think by providing such plugin, users can use S2Graph through Gremlin 
> Console and Gremlin Server.
> [Reference|http://tinkerpop.apache.org/docs/3.2.4/dev/provider/#gremlin-plugins]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to