You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Adam Fuchs (JIRA)" <ji...@apache.org> on 2012/06/27 16:24:45 UTC

[jira] [Created] (ACCUMULO-655) move test code from server package into its own package

Adam Fuchs created ACCUMULO-655:
-----------------------------------

             Summary: move test code from server package into its own package
                 Key: ACCUMULO-655
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-655
             Project: Accumulo
          Issue Type: Improvement
          Components: test
            Reporter: Adam Fuchs


The server package currently houses all of the functional, continuous ingest, and random walk testing code. There are no special connections between the tests and the various servers, so we could move everything in the org.apache.accumulo.server.test package out of server relatively easily. Doing so will clean up the code and reduce future dependency bloat (e.g. from new complex test cases).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ACCUMULO-655) move test code from server package into its own package

Posted by "John Vines (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402340#comment-13402340 ] 

John Vines commented on ACCUMULO-655:
-------------------------------------

The server package isn't so much 'server code' as it is 'non-client code'. Personally, I want to avoid maven bloat as much as possible, which this will contribute to. The packages already do a decent job for segregating code, so I'm not in favor of this move without any sort of need for it.
                
> move test code from server package into its own package
> -------------------------------------------------------
>
>                 Key: ACCUMULO-655
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-655
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: test
>            Reporter: Adam Fuchs
>
> The server package currently houses all of the functional, continuous ingest, and random walk testing code. There are no special connections between the tests and the various servers, so we could move everything in the org.apache.accumulo.server.test package out of server relatively easily. Doing so will clean up the code and reduce future dependency bloat (e.g. from new complex test cases).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ACCUMULO-655) move test code from server package into its own package

Posted by "Billie Rinaldi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402356#comment-13402356 ] 

Billie Rinaldi commented on ACCUMULO-655:
-----------------------------------------

We could consider moving the random walk framework into a separate module, if we think it would be useful for other projects.  That would still leave the specific tests in the server module.
                
> move test code from server package into its own package
> -------------------------------------------------------
>
>                 Key: ACCUMULO-655
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-655
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: test
>            Reporter: Adam Fuchs
>
> The server package currently houses all of the functional, continuous ingest, and random walk testing code. There are no special connections between the tests and the various servers, so we could move everything in the org.apache.accumulo.server.test package out of server relatively easily. Doing so will clean up the code and reduce future dependency bloat (e.g. from new complex test cases).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira