[
https://issues.apache.org/jira/browse/HBASE-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-2587:
-------------------------
Attachment: 2587.txt
Most HDFS tests read the build.test.data system property to figure where to
write data. Not all do though. Some have where to write hardcoded as
build/data. This patch adds to HBaseTestingUtility setup of the system
property before starting up a mini dfs instance. It also setups a
build.test.cache that a good few of them use. This gets most of the test data
under the mvn output dir, 'target'. Some is still written to 'build'.
This patch also adds to clean the removal of the 'build' dir on invocation.
A couple of other tests -- those in io.hfile -- were running against /tmp and
were failing when I tried to run tests on a shared machine. This paches fixes
those.
It also does a bit of cleanup on HBaseTestingUtility mostly adding better
javadoc.
> Coral where tests write data when running and make sure clean target removes
> all written
> ----------------------------------------------------------------------------------------
>
> Key: HBASE-2587
> URL: https://issues.apache.org/jira/browse/HBASE-2587
> Project: Hadoop HBase
> Issue Type: Task
> Reporter: stack
> Fix For: 0.21.0
>
> Attachments: 2587.txt
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.