risdenk commented on a change in pull request #324:
URL: https://github.com/apache/solr/pull/324#discussion_r794786304



##########
File path: 
solr/modules/hdfs/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java
##########
@@ -257,7 +259,7 @@ public void testCacheConcurrent() throws Exception {
           return;
         }
       }
-      assertEquals("cache key differs from value's key", k, (Long) v.key);
+      Assert.assertEquals("cache key differs from value's key", k, (Long) 
v.key);

Review comment:
       This can be cleaned up. Will push a fix shortly. Looks like its only the 
`test/org/apache/solr/store` tests




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to