[
https://issues.apache.org/jira/browse/PHOENIX-7175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808032#comment-17808032
]
ASF GitHub Bot commented on PHOENIX-7175:
-----------------------------------------
stoty commented on code in PR #1801:
URL: https://github.com/apache/phoenix/pull/1801#discussion_r1456963713
##########
pom.xml:
##########
@@ -621,6 +622,9 @@
<shutdown>exit</shutdown>
<trimStackTrace>false</trimStackTrace>
<forkNode
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
+ <systemPropertyVariables>
Review Comment:
please add the same to the common configuration section of the failsafe
plugin.
Hbase doesn't use failsafe, but Phoenix does.
> Set java.io.tmpdir to the maven build directory for tests
> ---------------------------------------------------------
>
> Key: PHOENIX-7175
> URL: https://issues.apache.org/jira/browse/PHOENIX-7175
> Project: Phoenix
> Issue Type: Bug
> Components: connectors, core, queryserver
> Reporter: Istvan Toth
> Assignee: Divneet Kaur
> Priority: Minor
>
> Our tests are currently using a global tmpdir.
> This cuses conflicts when running multiple test runs on the same machine.
> Set java.io.tmpdir to the build directory.
> We can copy this from HBase:
> https://github.com/apache/hbase/blob/a09305d5854fc98300426271fad3b53a69d2ae71/pom.xml#L1879
--
This message was sent by Atlassian Jira
(v8.20.10#820010)