EdColeman commented on code in PR #4096:
URL: https://github.com/apache/accumulo/pull/4096#discussion_r1442257678


##########
test/src/main/java/org/apache/accumulo/test/shell/ShellIT.java:
##########
@@ -566,6 +568,18 @@ public void propFileNotFoundTest() throws IOException {
         "FileNotFoundException: " + fileName + "(No such file or directory)");
   }
 
+  @Test

Review Comment:
   You could be using 
   
   ```
     @TempDir
     private static File tempDir;
   ```
   
   See ServiceLockIT (that's one example I found where its used)



-- 
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]

Reply via email to