brenden20 opened a new pull request, #16115:
URL: https://github.com/apache/kafka/pull/16115

   I changed OffsetFetchRequestState toString to toStringBase. I also added the 
instance fields from OffsetFetchRequestState and RetriableState to the 
toStringBase method. Within RetriableState, I also added a getter method for 
expirationTimeMs for testing purposes.
   
   I added a new test to CommitRequestManagerTest that tests the new 
toStringBase method. In the test, a string variable 'target' is instantiated 
and will be compared to the new toStringBase method. The test calls 
OffsetFetchRequestState toStringBase() and compares it to the target string. 
All tests in CommitRequestManagerTest pass.
   


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