markrmiller commented on code in PR #65:
URL: https://github.com/apache/solr-sandbox/pull/65#discussion_r1304820026
##########
crossdc-producer/src/test/java/org/apache/solr/crossdc/SolrAndKafkaMultiCollectionIntegrationTest.java:
##########
@@ -169,6 +181,14 @@ public void testFullCloudToCloudMultiCollection() throws
Exception {
solrCluster2.getSolrClient().request(create);
solrCluster2.waitForActiveCollection(ALT_COLLECTION, 1, 1);
+ // Update the collection property "enabled" to true
+ CollectionProperties cp = new
CollectionProperties(solrCluster1.getZkClient());
+ cp.setCollectionProperty(ALT_COLLECTION, "crossdc.enabled", "true");
+ cp.setCollectionProperty(ALT_COLLECTION, "crossdc.topicName", TOPIC);
Review Comment:
We just checking that properies besides enable (which is handled specially)
also work by moving this from a system property to a collection property.
--
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]