AndrewJSchofield commented on code in PR #15148:
URL: https://github.com/apache/kafka/pull/15148#discussion_r1445978961
##########
clients/src/test/java/org/apache/kafka/common/requests/PushTelemetryRequestTest.java:
##########
@@ -34,4 +53,65 @@ public void testGetErrorResponse() {
assertEquals(Collections.singletonMap(Errors.CLUSTER_AUTHORIZATION_FAILED, 1),
response.errorCounts());
}
+ @ParameterizedTest
+ @EnumSource(CompressionType.class)
+ public void testMetricsDataCompressionTypeNone(CompressionType
compressionType) {
Review Comment:
It's slightly odd that it's a parameterized test, although it's
`CompressionTypeNone`.
--
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]