risdenk commented on a change in pull request #324: URL: https://github.com/apache/solr/pull/324#discussion_r794787601
########## 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: Fixed in e75d6ac1bc6c6ee7777f23ea0b2b8877928b86e6 -- 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