madrob commented on a change in pull request #521:
URL: https://github.com/apache/solr/pull/521#discussion_r783215453



##########
File path: 
solr/contrib/s3-repository/src/test/org/apache/solr/s3/S3BackupRepositoryTest.java
##########
@@ -246,7 +248,7 @@ public void testRandomAccessInput() throws Exception {
   private void doRandomAccessTest(String content, int position) throws 
Exception {
 
     try (S3BackupRepository repo = getRepository()) {
-      File tmp = temporaryFolder.newFolder();
+      temporaryFolder.newFolder();

Review comment:
       Do we need this call?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to