Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
mvn is used to clean up tmp directories created for tests, and to setup the config directory. The current structure is
target/tmp
target/tmp/config
All of this is setup when mvn test is executed.
Tests generate data under tmp - warehouse, metastore, etc. Having the conf dir there (generated by mvn) makes it complicate to add per test cleanup - since the entire tmp directory cannot be removed.