bruno-roustant commented on a change in pull request #2472:
URL: https://github.com/apache/lucene-solr/pull/2472#discussion_r604092130
##########
File path:
solr/core/src/test/org/apache/solr/handler/TestReplicationHandlerDiskOverFlow.java
##########
@@ -67,6 +67,7 @@
@Before
public void setUp() throws Exception {
+ systemSetPropertySolrDisableShardsWhitelist("true");
Review comment:
Finally I could remove this particular use of the deprecated method in
favour of settings the whitelist (which is not possible in
TestReplicationHandler because it creates JettySolrRunner later so we don't
know the ports ahead of time).
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]