Erick Erickson created SOLR-9276:
------------------------------------

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