mirror of https://github.com/apache/lucene.git
SOLR-12028: BadApple and AwaitsFix annotations usage
This commit is contained in:
parent
46037dc674
commit
5ef43e900f
|
@ -224,6 +224,7 @@ public class NodeLostTriggerTest extends SolrCloudTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 16-Apr-2018
|
||||||
public void testListenerAcceptance() throws Exception {
|
public void testListenerAcceptance() throws Exception {
|
||||||
CoreContainer container = cluster.getJettySolrRunners().get(0).getCoreContainer();
|
CoreContainer container = cluster.getJettySolrRunners().get(0).getCoreContainer();
|
||||||
Map<String, Object> props = createTriggerProps(0);
|
Map<String, Object> props = createTriggerProps(0);
|
||||||
|
|
|
@ -613,6 +613,7 @@ public class TestTriggerIntegration extends SimSolrCloudTestCase {
|
||||||
public static long eventQueueActionWait = 5000;
|
public static long eventQueueActionWait = 5000;
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 16-Apr-2018
|
||||||
public void testEventQueue() throws Exception {
|
public void testEventQueue() throws Exception {
|
||||||
waitForSeconds = 1;
|
waitForSeconds = 1;
|
||||||
SolrClient solrClient = cluster.simGetSolrClient();
|
SolrClient solrClient = cluster.simGetSolrClient();
|
||||||
|
|
Loading…
Reference in New Issue