Istvan Toth created PHOENIX-7175:
------------------------------------
Summary: 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
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)