mirror of https://github.com/apache/lucene.git
SOLR-3854: Update MorphlineGoLiveMiniMRTest for SSL. Disable SSL for now .
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
232cf38bdf
commit
20f7720a30
|
@ -91,6 +91,10 @@ import com.carrotsearch.randomizedtesting.annotations.ThreadLeakZombies.Conseque
|
||||||
@Slow
|
@Slow
|
||||||
public class MorphlineGoLiveMiniMRTest extends AbstractFullDistribZkTestBase {
|
public class MorphlineGoLiveMiniMRTest extends AbstractFullDistribZkTestBase {
|
||||||
|
|
||||||
|
static {
|
||||||
|
ALLOW_SSL = false;
|
||||||
|
}
|
||||||
|
|
||||||
private static final int RECORD_COUNT = 2104;
|
private static final int RECORD_COUNT = 2104;
|
||||||
private static final String RESOURCES_DIR = ExternalPaths.SOURCE_HOME + "/contrib/map-reduce/src/test-files";
|
private static final String RESOURCES_DIR = ExternalPaths.SOURCE_HOME + "/contrib/map-reduce/src/test-files";
|
||||||
private static final String DOCUMENTS_DIR = RESOURCES_DIR + "/test-documents";
|
private static final String DOCUMENTS_DIR = RESOURCES_DIR + "/test-documents";
|
||||||
|
@ -690,7 +694,7 @@ public class MorphlineGoLiveMiniMRTest extends AbstractFullDistribZkTestBase {
|
||||||
throws Exception {
|
throws Exception {
|
||||||
|
|
||||||
JettySolrRunner jetty = new JettySolrRunner(solrHome.getAbsolutePath(),
|
JettySolrRunner jetty = new JettySolrRunner(solrHome.getAbsolutePath(),
|
||||||
context, 0, solrConfigOverride, schemaOverride);
|
context, 0, solrConfigOverride, schemaOverride, true, null, sslConfig);
|
||||||
|
|
||||||
jetty.setShards(shardList);
|
jetty.setShards(shardList);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue