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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
