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

Jonathan Hsieh commented on ACCUMULO-1537:
------------------------------------------

I'm having compile problems on trunk currently on the Testing module.

The root cause is that some tests in ./test/src/main depends on code in 
./test/src/test (MacTest is the base class of several and lives in 
./test/src/test and is depended upon by tests in ./test/src/main)

Moving MacTest to ./test/src/main requires junit be a main dependency as 
opposed to a testing dependency.  

With the patch attached, the Testing Modules builds.  (currently running, will 
report in the morning).


                
> convert auto tests to integration tests, where possible for continuous 
> integration
> ----------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1537
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1537
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.6.0
>
>
> It would be good to run the functional tests on the build server.  Now that 
> we have MiniAccumuloCluster, most of these tests can be convert to simple 
> java Integration Tests.

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