You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/05/07 23:30:21 UTC

[GitHub] [incubator-pinot] amrishlal commented on a change in pull request #6893: Fix flaky test

amrishlal commented on a change in pull request #6893:
URL: https://github.com/apache/incubator-pinot/pull/6893#discussion_r628610393



##########
File path: pinot-core/src/test/java/org/apache/pinot/core/transport/QueryRoutingTest.java
##########
@@ -187,6 +187,9 @@ public void testNonMatchingRequestId()
   public void testServerDown()
       throws Exception {
     long requestId = 123;
+    // To avoid flakyness, set timeout to 2000 msec. For some test runs, it can take up to
+    // 1400 msec to mark request as failed.
+    long timeout = 2000L;

Review comment:
       Fixed.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org