[
https://issues.apache.org/jira/browse/SOLR-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269913#comment-15269913
]
Hoss Man commented on SOLR-5776:
--------------------------------
bq. It often took me running the tests many times in a row before I started
seeing issues locally.
Hmm, ok . well - At this point i'm not even sure what to look for.
For now my changes are on master & 6x, we should see jenkins jobs start to take
significantly less time in total, i'll leave it up to you if you want to start
removing any of the {{@SuppressSSL}} annotations you added to tests in the past.
----
At some point in the future, after all this soaks, we should consider
increasing the odds of using SSL -- perhaps even add a new annotation (or
replace {{@SupressSSL}}) with a param to help control the odds of using SSL /
clientAuth on a per-class basis, ie...
{noformat}
@UseSSL(false) // same as @SupressSSL
@UseSSL() // same as default if no annotation: SolrTestCaseJ4 picks SSL /
clientAuth using LuceneTestCase.rarely
@UseSSL(ssl=0.75,clientAuth=0.25) // fine control of odds of using ssl &
clientauth
{noformat}
...some tests, like TestSSLRandomization should ideally have much higher odds
of using SSL then other tests, and if we had an easy way to say "these handful
of simple cloud tests should use SSL very frequently" then it wouldn't matter
so much if the odds of other really 'expensive' tests only use SSL once in a
blue moon.
> 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, master
>
> Attachments: SOLR-5776.patch, 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.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]