Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9276

Remove remnants of old-style core definitions from OpenCloseCoreStressTest

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 6.2, 7.0
    • None
    • None

    Description

      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.

      Attachments

        1. SOLR-9276.patch
          0.9 kB
          Erick Erickson

        Activity

          People

            erickerickson Erick Erickson
            erickerickson Erick Erickson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: