hdchen commented on a change in pull request #843: [RIP-10] Add test cases for CountDownLatch2 URL: https://github.com/apache/rocketmq/pull/843#discussion_r259195252
########## File path: common/src/test/java/org/apache/rocketmq/common/CountDownLatch2Test.java ########## @@ -0,0 +1,67 @@ +package org.apache.rocketmq.common; + +import org.junit.Test; + +import java.util.concurrent.TimeUnit; + +import static org.hamcrest.core.Is.is; +import static org.hamcrest.core.StringContains.containsString; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertThat; +import static org.junit.Assert.fail; + +/** Review comment: It is recommended to delete these annotations ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
