Technoboy- commented on a change in pull request #11500:
URL: https://github.com/apache/pulsar/pull/11500#discussion_r684875883
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/broker/stats/PrometheusMetricsTest.java
##########
@@ -1036,7 +1036,7 @@ public void testManagedCursorPersistStats() throws
Exception {
Multimap<String, Metric> metrics = parseMetrics(metricsStr);
List<Metric> cm = (List<Metric>)
metrics.get("pulsar_ml_cursor_persistLedgerSucceed");
- assertEquals(cm.size(), 1);
+ assertEquals(cm.size(), 2);
Review comment:
Yes, I will roll back as the reason mentioned above.
--
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]