mirror of https://github.com/apache/lucene.git
SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest
This commit is contained in:
parent
9dd9a6fc91
commit
32e0f5fd25
|
@ -112,25 +112,13 @@ public class OpenCloseCoreStressTest extends SolrTestCaseJ4 {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Nightly
|
@Nightly
|
||||||
public void test15SecondsOld() throws Exception {
|
public void test15Seconds() throws Exception {
|
||||||
doStress(15);
|
doStress(15);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Nightly
|
@Nightly
|
||||||
public void test15SecondsNew() throws Exception {
|
public void test10Minutes() throws Exception {
|
||||||
doStress(15);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
@Nightly
|
|
||||||
public void test10MinutesOld() throws Exception {
|
|
||||||
doStress(300);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
@Nightly
|
|
||||||
public void test10MinutesNew() throws Exception {
|
|
||||||
doStress(300);
|
doStress(300);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue