markrmiller commented on a change in pull request #1116: HBASE-23783: Address
tests writing and reading SSL/Security files in …
URL: https://github.com/apache/hbase/pull/1116#discussion_r376645511
##########
File path: pom.xml
##########
@@ -729,6 +729,8 @@
<skip>${surefire.skipFirstPart}</skip>
<forkCount>${surefire.firstPartForkCount}</forkCount>
<reuseForks>false</reuseForks>
+ <reportsDirectory>${surefire.reportsDirectory}</reportsDirectory>
+ <tempDir>${surefire.tempDir}</tempDir>
Review comment:
It was initially just meant to be harmless - it allows you to override via
system property but does not yet try to manage tmp dirs internally. I'll file a
small follow up issue to look at that. Just wanted fast, safe way to override
without patching.
----------------------------------------------------------------
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