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

David Medinets commented on ACCUMULO-1030:
------------------------------------------

I was going to suggest a reset command for the MiniAccumuloCluster but then
I thought able having tests run in parallel instead of sequentially. When I
run tests, I frequently add a UUID to some base table name so that each
test is isolated. In the @After method, I delete the test-specific table.




                
> Create a Maven plugin to run MiniAccumuloCluster for integration testing
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1030
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1030
>             Project: Accumulo
>          Issue Type: New Feature
>            Reporter: Christopher Tubbs
>            Assignee: Christopher Tubbs
>             Fix For: 1.6.0
>
>
> It would be great for users to be able to start up MiniAccumuloCluster with a 
> maven plugin, so that they can test their code against Accumulo during the 
> integration test phase of the Maven lifecycle.
> MiniAccumuloCluster can be started during the pre-integration-test phase of 
> the build lifecycle, then shut down during the post-integration-test phase.
> This would satisfy use cases similar to how one might start up the 
> jetty-maven-plugin to test a webapp.

--
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

Reply via email to