You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2016/05/13 01:18:12 UTC

[jira] [Created] (SOLR-9107) add annotation for more fine grained control of SSL per test-class

Hoss Man created SOLR-9107:
------------------------------

             Summary: add annotation for more fine grained control of SSL per test-class
                 Key: SOLR-9107
                 URL: https://issues.apache.org/jira/browse/SOLR-9107
             Project: Solr
          Issue Type: Sub-task
            Reporter: Hoss Man


Spinning off this idea from my earlier comment in SOLR-5776...
----
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org