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

ASF GitHub Bot commented on TINKERPOP-2468:
-------------------------------------------

spmallette commented on a change in pull request #1365:
URL: https://github.com/apache/tinkerpop/pull/1365#discussion_r528637725



##########
File path: 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinDriverIntegrateTest.java
##########
@@ -612,40 +612,42 @@ public void shouldProcessRequestsOutOfOrder() throws 
Exception {
         }
     }
 
+    /**
+     * This test validates that the session requests are processed in-order on 
the server. The order of results
+     * returned to the client might be different though since each result is 
handled by a different executor thread.
+     */

Review comment:
       just to clarify , by "different executor thread" are you referring to 
threads on the client being responsible for the un-ordering?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Stabilize shouldProcessSessionRequestsInOrder() test
> ----------------------------------------------------
>
>                 Key: TINKERPOP-2468
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2468
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 3.4.8
>            Reporter: Stephen Mallette
>            Assignee: Divij Vaidya
>            Priority: Minor
>
> This test has been failing somewhat randomly on Travis lately:
> {code}
> [ERROR] 
> shouldProcessSessionRequestsInOrder(org.apache.tinkerpop.gremlin.server.GremlinDriverIntegrateTest)
>   Time elapsed: 9.593 s  <<< FAILURE!
> java.lang.AssertionError: 
> Expected: iterable containing ["five", "zero"]
>      but: item 0: was "zero"
>       at 
> org.apache.tinkerpop.gremlin.server.GremlinDriverIntegrateTest.shouldProcessSessionRequestsInOrder(GremlinDriverIntegrateTest.java:621)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to