You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2016/07/05 00:22:10 UTC

[jira] [Updated] (SOLR-9276) Remove remnants of old-style core definitions from OpenCloseCoreStressTest

     [ https://issues.apache.org/jira/browse/SOLR-9276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erick Erickson updated SOLR-9276:
---------------------------------
    Attachment: SOLR-9276.patch

Trivial patch just removes/renames a couple of methods in the test class.

> Remove remnants of old-style core definitions from OpenCloseCoreStressTest
> --------------------------------------------------------------------------
>
>                 Key: SOLR-9276
>                 URL: https://issues.apache.org/jira/browse/SOLR-9276
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Minor
>             Fix For: 6.2, master (7.0)
>
>         Attachments: SOLR-9276.patch
>
>
> The old OpenCloseCoreStressTest had separate stress tests for old and new style solr.xml files (old with <cores> and new core discovery). Now we have
>   public void test10MinutesOld() throws Exception {
>     doStress(300);
>   }
>   public void test10MinutesNew() throws Exception {
>     doStress(300);
> which do the same thing and are quite expensive. Remove one of each pair like this.



--
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