sijie commented on a change in pull request #1354: Issue 1118: refine
HandlerBase to let only ConsumerImpl and ProducerImpl have client-cnx
URL: https://github.com/apache/incubator-pulsar/pull/1354#discussion_r173969751
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/MessageIdTest.java
##########
@@ -454,11 +454,6 @@ public void testCorruptMessageRemove() throws Exception {
}
// 5. Verify
-
- // (5.1) Verify: producer's recoverChecksumError and updateChecksum
invoked
- verify(producer, times(1)).recoverChecksumError(any(), anyLong());
- verify(producer, times(1)).verifyLocalBufferIsNotCorrupted(any());
-
/**
* (5.3) verify: ProducerImpl.verifyLocalBufferIsNotCorrupted() =>
validates if message is corrupt
Review comment:
update "(5.3)"?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services