You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/12/16 12:47:23 UTC

[lucene-solr] branch master updated: SOLR-14094: Bad-apple TestSolrCachePerf.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b660bcd  SOLR-14094: Bad-apple TestSolrCachePerf.
b660bcd is described below

commit b660bcd0a2b1308cc94993239b86a71d6c0213b2
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Mon Dec 16 13:46:04 2019 +0100

    SOLR-14094: Bad-apple TestSolrCachePerf.
---
 solr/core/src/test/org/apache/solr/search/TestSolrCachePerf.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/search/TestSolrCachePerf.java b/solr/core/src/test/org/apache/solr/search/TestSolrCachePerf.java
index cc9cf73..1dc8818 100644
--- a/solr/core/src/test/org/apache/solr/search/TestSolrCachePerf.java
+++ b/solr/core/src/test/org/apache/solr/search/TestSolrCachePerf.java
@@ -52,6 +52,7 @@ public class TestSolrCachePerf extends SolrTestCaseJ4 {
   }
 
   @Test
+  @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-14094")
   public void testGetPutCompute() throws Exception {
     Map<String, SummaryStatistics> getPutRatio = new HashMap<>();
     Map<String, SummaryStatistics> computeRatio = new HashMap<>();