[ 
https://issues.apache.org/jira/browse/SOLR-9276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15361853#comment-15361853
 ] 

ASF subversion and git services commented on SOLR-9276:
-------------------------------------------------------

Commit 32e0f5fd253f7952a7cbf6352e1eabc16d728954 in lucene-solr's branch 
refs/heads/master from Erick
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=32e0f5f ]

SOLR-9276: Remove remnants of old-style core definitions from 
OpenCloseCoreStressTest


> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to