kfaraz commented on code in PR #18314:
URL: https://github.com/apache/druid/pull/18314#discussion_r2230070502
##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/EmbeddedIndexTaskTest.java:
##########
@@ -61,8 +61,10 @@ public class EmbeddedIndexTaskTest extends
EmbeddedClusterTestBase
@Override
public EmbeddedDruidCluster createCluster()
{
+ broker.addProperty("druid.monitoring.monitors",
"[\"org.apache.druid.server.metrics.BrokerSegmentCountStatsMonitor\"]");
Review Comment:
Move this property assignment to line 55 (same as being done for the
indexer) so that sub-class tests can benefit from it too.
--
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]