You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2010/05/27 09:59:39 UTC

[jira] Resolved: (MAHOUT-298) 2 test case fails while trying to mvn clean install after checking out revision 911542 of trunk

     [ https://issues.apache.org/jira/browse/MAHOUT-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved MAHOUT-298.
------------------------------

    Resolution: Cannot Reproduce

Agree, without more information and with nobody being able to reproduce it... is at best a conflict with a particular environment and not a test failure.

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