[
https://issues.apache.org/jira/browse/HBASE-23783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029230#comment-17029230
]
Mark Robert Miller edited comment on HBASE-23783 at 2/3/20 8:04 PM:
--------------------------------------------------------------------
I would also like to add <tempDir>${surefire.tempDir}</tempDir>
To safely run surefire from multiple maven instances, you have to be able to
specify a unique tmp directory. Otherwise, removal of the directory on JVM exit
can interfere with tmp file creation.
was (Author: markrmiller):
I also like to add <tempDir>${surefire.tempDir}</tempDir>
To safely run surefire from multiple maven instances, you have to be able to
specify a unique tmp directory.
> Address tests writing and reading SSL/Security files in a common location.
> --------------------------------------------------------------------------
>
> Key: HBASE-23783
> URL: https://issues.apache.org/jira/browse/HBASE-23783
> Project: HBase
> Issue Type: Test
> Reporter: Mark Robert Miller
> Priority: Minor
>
> This is causing me issues with parallel test runs because multiple tests can
> write and read the same files in the test-classes directory. Some tests write
> files in test-classes instead of their test data directory so that they can
> put the files on the classpath.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)