BewareMyPower commented on a change in pull request #8951:
URL: https://github.com/apache/pulsar/pull/8951#discussion_r542988091
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/SubscriptionSeekTest.java
##########
@@ -493,4 +494,29 @@ public void
testOnlyCloseActiveConsumerForSingleActiveConsumerDispatcherWhenSeek
}
assertTrue(hasConsumerNotDisconnected);
}
+
+ @Test
+ public void testUpdateStatsForSingleActiveConsumerDispatcherWhenSeek()
throws Exception {
Review comment:
Is there anything related to seek? IMO, the test should move to
org.apache.pulsar.broker.stats.ConsumerStatsTest
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]