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:01:22 UTC

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

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org