mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
SOLR-6417: OpenCloseCoreStressTest should be much faster on non nightly runs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f695231df7
commit
ae086e8103
@ -104,13 +104,18 @@ public class OpenCloseCoreStressTest extends SolrTestCaseJ4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Slow
|
public void test5Seconds() throws Exception {
|
||||||
|
doStress(5, random().nextBoolean());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@Nightly
|
||||||
public void test15SecondsOld() throws Exception {
|
public void test15SecondsOld() throws Exception {
|
||||||
doStress(15, true);
|
doStress(15, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Slow
|
@Nightly
|
||||||
public void test15SecondsNew() throws Exception {
|
public void test15SecondsNew() throws Exception {
|
||||||
doStress(15, false);
|
doStress(15, false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user