milleruntime commented on a change in pull request #1553: Simplify some
VolumeManager tooling
URL: https://github.com/apache/accumulo/pull/1553#discussion_r389872498
##########
File path:
server/tserver/src/test/java/org/apache/accumulo/tserver/log/SortedLogRecoveryTest.java
##########
@@ -71,6 +70,10 @@
static final Text cq = new Text("cq");
static final Value value = new Value("value");
+ @Rule
+ public TemporaryFolder tempFolder =
+ new TemporaryFolder(new File(System.getProperty("user.dir") +
"/target"));
Review comment:
Thanks. I missed that the parameter is parentFolder.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services