mirror of https://github.com/apache/lucene.git
SOLR-6427: HdfsCollectionsAPIDistributedZkTest can fail because it tries to use an hdfs location with the file system based spellchecker which results in it trying to write to an illegal filesystem location.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
489e0373cd
commit
50228a76c1
|
@ -143,7 +143,7 @@ public class CollectionsAPIDistributedZkTest extends AbstractFullDistribZkTestBa
|
|||
File solrhome = new File(TEST_HOME());
|
||||
|
||||
// for now, always upload the config and schema to the canonical names
|
||||
AbstractZkTestCase.putConfig("conf2", zkClient, solrhome, "solrconfig.xml", "solrconfig.xml");
|
||||
AbstractZkTestCase.putConfig("conf2", zkClient, solrhome, getCloudSolrConfig(), "solrconfig.xml");
|
||||
AbstractZkTestCase.putConfig("conf2", zkClient, solrhome, "schema.xml", "schema.xml");
|
||||
|
||||
AbstractZkTestCase.putConfig("conf2", zkClient, solrhome, "solrconfig.snippet.randomindexconfig.xml");
|
||||
|
|
Loading…
Reference in New Issue