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

Josh Elser commented on ACCUMULO-1030:
--------------------------------------

I was actually just thinking about this today. Do you have any ideas about how 
to isolate configuration changes, existing tables, etc from different 
integration tests?

It would be nice to spin up the single MAC instance in pre-integration-test, 
and not have to worry about what other integration tests are doing as I write a 
new test (I'm thinking of some sort of weird tests against !METADATA). Perhaps 
this is something that could be addressed down the road if it becomes an 
impediment. Regardless, I definitely like the general idea here.
                
> 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