Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/499#discussion_r88709124
  
    --- Diff: 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalTest.java
 ---
    @@ -71,4 +80,89 @@ public void 
graphTraversalShouldHaveMethodsOfAnonymousGraphTraversal() {
                 }
             }
         }
    +
    +    @Test
    +    public void graphTraversalMethodsShouldGenerateCorrespondingBytecode() 
throws Exception {
    +        final Random random = new Random();
    --- End diff --
    
    Ok - I have a body of tests that are kinda like this. I add this:
    
    
https://github.com/apache/tinkerpop/blob/master/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java#L375-L379
    
    so that they only run when `-DassertNonDeterministic` is added to the `mvn 
clean install`. This should probably be one of those tests. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to