zcai2 commented on a change in pull request #5846: URL: https://github.com/apache/skywalking/pull/5846#discussion_r523879443
########## File path: apm-commons/apm-datacarrier/src/test/java/org/apache/skywalking/apm/commons/datacarrier/consumer/ConsumerTest.java ########## @@ -35,6 +35,7 @@ @Test public void testConsumerLessThanChannel() throws IllegalAccessException { + BUFFER.drainTo(new ArrayList<SampleData>()); Review comment: good catch! removed ---------------------------------------------------------------- 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: us...@infra.apache.org