[ https://issues.apache.org/jira/browse/MAHOUT-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860110#action_12860110 ]
Rob Marano commented on MAHOUT-298: ----------------------------------- I verify the same test failure. I have Cygwin 1.7.1 running on Windows 7 Ultimate 64-bit. > 2 test case fails while trying to mvn clean install after checking out > revision 911542 of trunk > ----------------------------------------------------------------------------------------------- > > Key: MAHOUT-298 > URL: https://issues.apache.org/jira/browse/MAHOUT-298 > Project: Mahout > Issue Type: Test > Components: Clustering > Affects Versions: 0.3 > Environment: Windows 7 with Cygwin > Reporter: Anish Shah > Priority: Minor > > I checked out revision 911542 from trunk and seeing the following failed > tests when I ran mvn clean install: > Results : > Failed tests: > testKMeansMRJob(org.apache.mahout.clustering.kmeans.TestKmeansClustering) > > testKMeansWithCanopyClusterInput(org.apache.mahout.clustering.kmeans.TestKmean > sClustering) > Tests run: 338, Failures: 2, Errors: 0, Skipped: 0 > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > I looked in the surefire-reports and see the following details on the > failures: > testKMeansMRJob(org.apache.mahout.clustering.kmeans.TestKmeansClustering) > Time elapsed: 11.169 sec <<< FAILURE! > junit.framework.AssertionFailedError: clusters[3] expected:<4> but was:<2> > at junit.framework.Assert.fail(Assert.java:47) > ... > testKMeansWithCanopyClusterInput(org.apache.mahout.clustering.kmeans.TestKmeansClustering) > Time elapsed: 3.35 sec <<< FAILURE! > junit.framework.AssertionFailedError: num points[0] expected:<4> but was:<1> > at junit.framework.Assert.fail(Assert.java:47) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.