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

[lucene-solr] branch branch_8x 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_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit ed97a36fb4d1c91cb4d17f6c988e9b5988190cbe
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<>();