You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "David Medinets (JIRA)" <ji...@apache.org> on 2013/07/23 01:38:49 UTC

[jira] [Commented] (ACCUMULO-1599) MacTest should use target for MiniAccumuloCluster

    [ https://issues.apache.org/jira/browse/ACCUMULO-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715864#comment-13715864 ] 

David Medinets commented on ACCUMULO-1599:
------------------------------------------

Is there some magic that can automatically grab the test method name? Maybe
munge the stack?


                
> MacTest should use target for MiniAccumuloCluster
> -------------------------------------------------
>
>                 Key: ACCUMULO-1599
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1599
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Christopher Tubbs
>             Fix For: 1.6.0
>
>
> Many integration tests tend to start up an instance of MiniAccumuloCluster. They use directories in /tmp and delete their folders when finished. This is difficult to debug. Instead of using random filenames, they should use the name of the test, and instead of writing to /tmp, they should write to ${project.build.directory} (aka "target/") and leave their directory in place when finished for easier debugging (they can be cleaned with 'mvn clean' and overwritten when the test re-runs).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira