You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/14 01:41:13 UTC

[GitHub] [incubator-druid] SandishKumarHN opened a new pull request #7890: Set Test timeout higher for robust performance

SandishKumarHN opened a new pull request #7890: Set Test timeout higher for robust performance
URL: https://github.com/apache/incubator-druid/pull/7890
 
 
   SegmentManagerThreadSafetyTest throwing below error because of lesser timeout time. increasing timeout value to 6000L solved the problem. 
   
   Stack Trace:
   org.junit.runners.model.TestTimedOutException: test timed out after 5000 milliseconds
   	at sun.misc.Unsafe.park(Native Method)
   	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:429)
   	at java.util.concurrent.FutureTask.get(FutureTask.java:191)
   	at org.apache.druid.server.SegmentManagerThreadSafetyTest.testLoadMultipleSegments(SegmentManagerThreadSafetyTest.java:166)

----------------------------------------------------------------
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


With regards,
Apache Git Services

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