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

(cherry picked from commit 32e0f5f)
This commit is contained in:
Erick 2016-07-04 17:13:39 -07:00
parent 71842a6277
commit 50a9153462

View File

@ -112,25 +112,13 @@ public class OpenCloseCoreStressTest extends SolrTestCaseJ4 {
@Test
@Nightly
public void test15SecondsOld() throws Exception {
public void test15Seconds() throws Exception {
doStress(15);
}
@Test
@Nightly
public void test15SecondsNew() throws Exception {
doStress(15);
}
@Test
@Nightly
public void test10MinutesOld() throws Exception {
doStress(300);
}
@Test
@Nightly
public void test10MinutesNew() throws Exception {
public void test10Minutes() throws Exception {
doStress(300);
}