You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/10 03:02:01 UTC

[GitHub] [pulsar] tisonkun commented on a diff in pull request #11592: [fix][broker] cut consumer connection on markDeleteFailed

tisonkun commented on code in PR #11592:
URL: https://github.com/apache/pulsar/pull/11592#discussion_r1044952206


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PersistentTopicTest.java:
##########
@@ -177,6 +178,7 @@ public class PersistentTopicTest extends MockedBookKeeperTestCase {
 
     private OrderedExecutor executor;
     private EventLoopGroup eventLoopGroup;
+    private Consumer consumerMock;

Review Comment:
   This mock can be a local value?



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org