You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/24 21:19:54 UTC

[11/50] [abbrv] lucene-solr:jira/solr-6203: SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes

SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/cf1cba66
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/cf1cba66
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/cf1cba66

Branch: refs/heads/jira/solr-6203
Commit: cf1cba66f49c551cddbc6053565c30bf3a8b23bb
Parents: 3771e7d
Author: yonik <yo...@apache.org>
Authored: Tue Feb 21 18:56:16 2017 -0500
Committer: yonik <yo...@apache.org>
Committed: Tue Feb 21 18:56:39 2017 -0500

----------------------------------------------------------------------
 .../src/test/org/apache/solr/store/blockcache/BlockCacheTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cf1cba66/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java b/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java
index 6b12e25..9f87eae 100644
--- a/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java
+++ b/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java
@@ -94,7 +94,6 @@ public class BlockCacheTest extends LuceneTestCase {
   }
 
   @Test
-  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10121")
   public void testBlockCacheConcurrent() throws Exception {
     Random rnd = random();