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

Josh Elser commented on ACCUMULO-3871:
--------------------------------------

I see you committed a change to master which moved all of the integration tests 
from src/test/java to src/main/java. Can I ask why you did that? It seemed like 
the approach you were heading towards was creating a special fatjar with all of 
the stuff you needed to avoid libjars taking forever. It's not apparent to me 
why you needed to move the ITs to src/main as you could have just used the 
accumulo-test-$version-tests.jar. I'm concerned about not having our test code 
in the normal location to just support something that is not going to be 
generally used by everyone (most people won't have many nodes to run the ITs 
via mapreduce)

Thanks.

> run integration tests as a map/reduce job
> -----------------------------------------
>
>                 Key: ACCUMULO-3871
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3871
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: test
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.8.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When the functional tests were moved to java, we lost the ability to run the 
> tests via map/reduce.  It would be nice to run the ITs in under 2 hours. and 
> take advantage of an entire cluster, especially after making large sweeping 
> changes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to