mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 05:25:50 +00:00
SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest
(cherry picked from commit 32e0f5f)
This commit is contained in:
parent
71842a6277
commit
50a9153462
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user