You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2010/10/12 04:38:32 UTC

[jira] Resolved: (HAMA-301) Unit tests doesn't work

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

Edward J. Yoon resolved HAMA-301.
---------------------------------

    Resolution: Fixed

Added MiniZooKeeperCluster, HamaClusterTestCase and changed from BSPPeerTest to TestBSPPeer.

{code}
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/usr/share/java/ant-1.7.1.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/home/edward/workspace/hama-trunk/lib/findbugs/ant.jar!/org/apache/tools/ant/Project.class
    [junit] Running org.apache.hama.bsp.TestBSPPeer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 29.424 sec
    [junit] Running org.apache.hama.bsp.TestClusterStatus
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.089 sec
    [junit] Running org.apache.hama.bsp.TestSerializePrinting
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 22.922 sec
    [junit] Running org.apache.hama.util.TestNumeric
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.084 sec
    [junit] Running org.apache.hama.util.TestRandomVariable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec

BUILD SUCCESSFUL
{code}

I've just committed this.

> Unit tests doesn't work
> -----------------------
>
>                 Key: HAMA-301
>                 URL: https://issues.apache.org/jira/browse/HAMA-301
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp, test 
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: hama-301.patch
>
>
> Unit tests doesn't work, throwing NullPointerException.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.