kfaraz commented on code in PR #16875:
URL: https://github.com/apache/druid/pull/16875#discussion_r1710923187
##########
server/src/test/java/org/apache/druid/server/metrics/WorkerTaskCountStatsMonitorTest.java:
##########
@@ -318,4 +318,13 @@ public void testMonitorWithNulls()
monitor.doMonitor(emitter);
Assert.assertEquals(0, emitter.getEvents().size());
}
+ @Test
Review Comment:
Need a newline before this.
##########
server/src/test/java/org/apache/druid/server/metrics/WorkerTaskCountStatsMonitorTest.java:
##########
@@ -318,4 +318,13 @@ public void testMonitorWithNulls()
monitor.doMonitor(emitter);
Assert.assertEquals(0, emitter.getEvents().size());
}
+ @Test
+ public void testMonitorNotMiddleManager()
Review Comment:
```suggestion
public void testMonitorWithPeon()
```
--
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]