markrmiller commented on code in PR #2541:
URL: https://github.com/apache/solr/pull/2541#discussion_r1675330963


##########
solr/cross-dc-manager/src/test/org/apache/solr/crossdc/manager/SimpleSolrIntegrationTest.java:
##########
@@ -46,21 +45,21 @@ public static void ensureWorkingMockito() {
 
   @BeforeClass
   public static void beforeSimpleSolrIntegrationTest() throws Exception {
-
+    System.setProperty("solr.crossdc.bootstrapServers", "doesnotmatter:9092");
+    System.setProperty("solr.crossdc.topicName", "doesnotmatter");
     cluster1 =
         configureCluster(2)
-            .addConfig("conf", getFile("configs/cloud-minimal/conf").toPath())
+            //           .addConfig("conf", 
getFile("configs/cloud-minimal/conf").toPath())

Review Comment:
   I don't recall, it's been a while, but if the test is passing, I assume I 
needed to do it and then forgot to remove it. That would be a little 
surprising, but if the test is passing, I don't see why else it would have been 
commented out.



-- 
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: issues-unsubscr...@solr.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to