Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/817
  
    @FlorianHockmann I rebased and now the tests are failing (with and without 
your suggested changes) - i assume this has something to do with the lambda 
work that just merged - any ideas?
    
    ```text
    Failures:
    1) g_V_hasIdXwithinXemptyXX_count: Failed
    Xunit.Sdk.ContainsException: Assert.Contains() Failure
    Not found: 6
    In value:  Object[] [0]
       at Xunit.Assert.Contains[T](T expected, IEnumerable`1 collection, 
IEqualityComparer`1 comparer)
       at Gremlin.Net.IntegrationTest.Gherkin.CommonSteps.AssertResult(String 
characterizedAs, DataTable table) in 
/home/smallette/git/apache/incubator-tinkerpop/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/CommonSteps.cs:line
 188
    2) g_V_notXhasIdXwithinXemptyXXX_count: Failed
    Xunit.Sdk.ContainsException: Assert.Contains() Failure
    Not found: 0
    In value:  Object[] [6]
       at Xunit.Assert.Contains[T](T expected, IEnumerable`1 collection, 
IEqualityComparer`1 comparer)
       at Gremlin.Net.IntegrationTest.Gherkin.CommonSteps.AssertResult(String 
characterizedAs, DataTable table) in 
/home/smallette/git/apache/incubator-tinkerpop/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/CommonSteps.cs:line
 188
    ```


---

Reply via email to