dajac commented on code in PR #22969:
URL: https://github.com/apache/kafka/pull/22969#discussion_r3734612133
##########
coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntimeTest.java:
##########
@@ -5338,6 +5338,72 @@ public void
testCompressibleRecordTriggersFlushAndSucceeds() throws Exception {
assertEquals("response2", write2.get(5, TimeUnit.SECONDS));
}
+ @Test
+ public void testLargeCompressibleRecordSucceeds() throws Exception {
Review Comment:
The name of the test does not fully represent the bug in my opinion. Could
we come up with a better 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]