You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/07/26 09:03:05 UTC

[GitHub] [incubator-eventmesh] ruanwenjun opened a new issue #468: ThreadUtilTest failed

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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 closed issue #468: ThreadUtilTest failed

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #468:
URL: https://github.com/apache/incubator-eventmesh/issues/468


   


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org