You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2021/01/25 05:07:23 UTC

[lucene-solr] branch branch_8_8 updated: SOLR-15103: added bad apple

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch branch_8_8
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_8 by this push:
     new 7ade4f6  SOLR-15103: added bad apple
7ade4f6 is described below

commit 7ade4f6ccf98b149f2891436df45ae1b910e0146
Author: noblepaul <no...@gmail.com>
AuthorDate: Mon Jan 25 16:06:56 2021 +1100

    SOLR-15103: added bad apple
---
 .../src/test/org/apache/solr/cloud/MetricsHistoryIntegrationTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/MetricsHistoryIntegrationTest.java b/solr/core/src/test/org/apache/solr/cloud/MetricsHistoryIntegrationTest.java
index 73c01a2..1ca5b5b2 100644
--- a/solr/core/src/test/org/apache/solr/cloud/MetricsHistoryIntegrationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/MetricsHistoryIntegrationTest.java
@@ -50,6 +50,7 @@ import org.slf4j.LoggerFactory;
  */
 @LuceneTestCase.Slow
 @LogLevel("org.apache.solr.handler.admin=DEBUG")
+@LuceneTestCase.BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-15103")
 public class MetricsHistoryIntegrationTest extends SolrCloudTestCase {
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());