Mmuzaf commented on PR #2506:
URL: https://github.com/apache/cassandra/pull/2506#issuecomment-1652349986

   `ReadResponseTest#roundTripSerialization`
   
   Can remove the following:
   
   ```java
               if (version < MessagingService.VERSION_40)
               {
                   assertFalse(deser.mayIncludeRepairedDigest());
                   // even though that means they should never be used, verify 
that the default values are present
                   assertEquals(ByteBufferUtil.EMPTY_BYTE_BUFFER, 
deser.repairedDataDigest());
                   assertTrue(deser.isRepairedDigestConclusive());
               }
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to