From 3fb39b2960ae3b04d8f97a683a8c9daaef3f4696 Mon Sep 17 00:00:00 2001 From: Chris Hostetter Date: Fri, 15 Nov 2019 22:25:39 -0700 Subject: [PATCH] TestDistributedStatsComponentCardinality: Remove @BadApple anotation This test was originally anotated @BadApple ~2018-10-14 as pat of SOLR-12028. So far in 2019, it has failed in 62 jenkins-BadApple builds, but all prior to 2019-06-14. Since we no longer have logs from those older jenkins builds, it's hard to be certain how/why this test was failing, or why exactly it *stopped* failing -- but a likely suspect is that the root cause of the problem may have been fixed as part of the Jetty upgrade in SOLR-13541. --- .../component/TestDistributedStatsComponentCardinality.java | 1 - 1 file changed, 1 deletion(-) diff --git a/solr/core/src/test/org/apache/solr/handler/component/TestDistributedStatsComponentCardinality.java b/solr/core/src/test/org/apache/solr/handler/component/TestDistributedStatsComponentCardinality.java index 86477d254ab..ae237510318 100644 --- a/solr/core/src/test/org/apache/solr/handler/component/TestDistributedStatsComponentCardinality.java +++ b/solr/core/src/test/org/apache/solr/handler/component/TestDistributedStatsComponentCardinality.java @@ -104,7 +104,6 @@ public class TestDistributedStatsComponentCardinality extends BaseDistributedSea } - @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 14-Oct-2018 public void test() throws Exception { buildIndex();