chia7712 commented on a change in pull request #9761: URL: https://github.com/apache/kafka/pull/9761#discussion_r544768525
########## File path: clients/src/test/java/org/apache/kafka/common/record/ByteBufferLogInputStreamTest.java ########## @@ -120,4 +121,26 @@ public void iteratorRaisesOnTooLargeRecords() { logInputStream.nextBatch(); } + @Test + public void testReadUnsignedIntFromInputStream() { Review comment: Could you move the tests to ```ByteBufferInputStreamTest```? If there is no such test class, feel free to create new one. ---------------------------------------------------------------- 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