You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "jay vyas (JIRA)" <ji...@apache.org> on 2013/08/23 20:43:53 UTC

[jira] [Created] (BIGTOP-1052) Increase pom.xml configurability of Mahout Tests

jay vyas created BIGTOP-1052:
--------------------------------

             Summary: Increase pom.xml configurability of Mahout Tests
                 Key: BIGTOP-1052
                 URL: https://issues.apache.org/jira/browse/BIGTOP-1052
             Project: Bigtop
          Issue Type: Bug
          Components: Tests
            Reporter: jay vyas


The TestMahoutExamples.groovy file is very comprehensive :) but also very long and complex.  There are other JIRA's that suggest that some of the tests in it fail.  It is different from TestHadoopExamples in that it is not easy to comment out the subtests to only run a subset.  

I suggest refactoring tests into separate groovy scripts so that they can be filtered in the Pom, using the includes. i.e. 

<includes>
   <include>**/*Test*MovieLens*</include>
</includes>


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