GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/4018
KAFKA-6010: Relax record conversion time test to avoid build failure For record conversion tests, check time >=0 since conversion times may be too small to be measured accurately. Since default value is -1, the test is still useful. Also increase message size in SslTransportLayerTest#testNetworkThreadTimeRecorded to avoid failures when processing time is too small. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-6010-MemoryRecordsBuilderTest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4018.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4018 ---- commit de88403f7a77e67c77f7ad36dabcccdfff661fe4 Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2017-10-04T18:44:31Z KAFKA-6010: Relax record conversion time test to avoid build failure ---- ---