mbwaheed commented on a change in pull request #1188: SOLR-14044: Support collection and shard deletion in shared storage URL: https://github.com/apache/lucene-solr/pull/1188#discussion_r374934944
########## File path: solr/core/src/test/org/apache/solr/store/blob/client/CoreStorageClientTest.java ########## @@ -87,6 +88,22 @@ public void testPushStreamReturnsPath() throws Exception { int expectedBlobKeyLength = TEST_CORE_NAME_1.length() + uuid4length + 1 + 4; Assert.assertEquals(blobPath.length(), expectedBlobKeyLength); } + + @Test + public void testListBlobFiles() throws Exception { Review comment: To improve it little further, maybe add one non-matching prefix entry and make sure we don't get that in the result. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org