ruanwenjun opened a new issue #468: URL: https://github.com/apache/incubator-eventmesh/issues/468
## Bug Report ### Describe the bug The UT in `ThreadUtilTest` execute failed. ### Environment - OS: [macOS Cat] - EventMesh version(s): [develop] ### Steps to reproduce Execute the UT in `ThreadUtilTest`. https://github.com/apache/incubator-eventmesh/blob/4eaebde2506a582f8c211143b8d22dedf21e4f5c/eventmesh-common/src/test/java/org/apache/eventmesh/common/ThreadUtilTest.java#L26-L35 ```java java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.eventmesh.common.ThreadUtilTest.testRandomSleep(ThreadUtilTest.java:32) ``` This may be caused by the thread wake-up time is uncertain. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
