rreddy-22 commented on code in PR #20868:
URL: https://github.com/apache/kafka/pull/20868#discussion_r2522415016


##########
clients/src/test/java/org/apache/kafka/common/requests/WriteTxnMarkersRequestTest.java:
##########
@@ -79,4 +102,47 @@ public void testGetErrorResponse() {
             assertEquals(0, errorResponse.throttleTimeMs());
         }
     }
+
+    @Test
+    public void testTransactionVersion() {

Review Comment:
   Added a test to verify if the right value us extracted 



##########
clients/src/test/java/org/apache/kafka/common/requests/WriteTxnMarkersRequestTest.java:
##########
@@ -79,4 +102,47 @@ public void testGetErrorResponse() {
             assertEquals(0, errorResponse.throttleTimeMs());
         }
     }
+
+    @Test
+    public void testTransactionVersion() {

Review Comment:
   Added a test to verify if the right value is extracted 



-- 
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]

Reply via email to