Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
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
Attachments
Issue Links
- is depended upon by
-
PHOENIX-7081 Replace /tmp with {java.io.tmpdir} in tests
- Resolved
- relates to
-
OMID-270 Set java.io.tmpdir to the maven build directory for tests
- Open
- split to
-
PHOENIX-7256 Set java.io.tmpdir to the maven build directory for tests in PQS
- Resolved
- links to