[
https://issues.apache.org/jira/browse/SOLR-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973567#comment-13973567
]
Steve Davids commented on SOLR-5776:
------------------------------------
Looks like there are a few issues with the previous checkin:
1) SolrTestCase4j has hard coded "trySsl = true" vice the random boolean value
2) JettySolrRunner is trying to configure the SecureRandomAlgorithm but that
value isn't set in the SSLTestConfig thus that algorithm isn't actually being
set in Jetty. You may want to make the buildSSLContext method Public and set
the Jetty SSLContext with the return value which will then use the
NullSecureRandom.
> Look at speeding up using SSL with tests.
> -----------------------------------------
>
> Key: SOLR-5776
> URL: https://issues.apache.org/jira/browse/SOLR-5776
> Project: Solr
> Issue Type: Test
> Reporter: Mark Miller
> Assignee: Mark Miller
> Fix For: 4.9, 5.0
>
> Attachments: SOLR-5776.patch, SOLR-5776.patch
>
>
> We have to disable SSL on a bunch of tests now because it appears to sometime
> be ridiculously slow - especially in slow envs (I never see timeouts on my
> machine).
> I was talking to Robert about this, and he mentioned that there might be some
> settings we could change to speed it up.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]