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:21 UTC

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

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

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


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

commit 87d9793e659d34b3996c367e962fd376bd549193
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 2ea7f0f..0f5f7a1 100644
--- a/solr/core/src/test/org/apache/solr/search/TestSolrCachePerf.java
+++ b/solr/core/src/test/org/apache/solr/search/TestSolrCachePerf.java
@@ -55,6 +55,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<>();