You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by th...@apache.org on 2021/05/09 11:44:04 UTC

[solr] branch main updated: SOLR-11904: Mark tests as BadApples due to inconsistent failures in Jenkins

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

thelabdude pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new a33ef7d  SOLR-11904: Mark tests as BadApples due to inconsistent failures in Jenkins
a33ef7d is described below

commit a33ef7dda5e1faa475a8871165aaed3dc438bb6e
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Sun May 9 05:43:49 2021 -0600

    SOLR-11904: Mark tests as BadApples due to inconsistent failures in Jenkins
---
 solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java b/solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java
index df23b38..779bae5 100644
--- a/solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java
@@ -281,12 +281,14 @@ public class TestPullReplica extends SolrCloudTestCase {
     assertNumberOfReplicas(2, 0, 1, true, true);
   }
 
+  @Test
+  @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-15399")
   public void testRemoveAllWriterReplicas() throws Exception {
     doTestNoLeader(true);
   }
 
   @Test
-  //2018-06-18 (commented) @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 21-May-2018
+  @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-15399")
   public void testKillLeader() throws Exception {
     doTestNoLeader(false);
   }