cpoerschke commented on a change in pull request #313: URL: https://github.com/apache/solr/pull/313#discussion_r718470061
########## File path: solr/core/src/test/org/apache/solr/cloud/TestSegmentSorting.java ########## @@ -71,8 +71,10 @@ public void createCollection() throws Exception { final String collectionName = testName.getMethodName(); final CloudSolrClient cloudSolrClient = cluster.getSolrClient(); + final String solrConfigFileName = random().nextBoolean() ? "solrconfig-sortingmergepolicyfactory.xml" : "solrconfig-indexSort.xml"; + final Map<String, String> collectionProperties = new HashMap<>(); - collectionProperties.put(CoreDescriptor.CORE_CONFIG, "solrconfig-sortingmergepolicyfactory.xml"); + collectionProperties.put(CoreDescriptor.CORE_CONFIG, solrConfigFileName); Review comment: The `solrconfig-indexSort.xml` pathway here is currently failing, likely due to the `SolrIndexSearcher` TODO-annotated area of code. -- 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