You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2012/09/12 20:07:07 UTC

[jira] [Created] (HDFS-3930) TestBPOfferService#testBasicFunctionality failed

Eli Collins created HDFS-3930:
---------------------------------

             Summary: TestBPOfferService#testBasicFunctionality failed
                 Key: HDFS-3930
                 URL: https://issues.apache.org/jira/browse/HDFS-3930
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
    Affects Versions: 2.0.0-alpha
            Reporter: Eli Collins


I recently saw TestBPOfferService#testBasicFunctionality fail on jenkins due to the following:

{noformat}
Error Message

 Wanted but not invoked: datanodeProtocolClientSideTranslatorPB.registerDatanode(     <any> ); -> at org.apache.hadoop.hdfs.server.datanode.TestBPOfferService.testBasicFunctionality(TestBPOfferService.java:165) Actually, there were zero interactions with this mock. 
Stacktrace

Wanted but not invoked:
datanodeProtocolClientSideTranslatorPB.registerDatanode(
    <any>
);
-> at org.apache.hadoop.hdfs.server.datanode.TestBPOfferService.testBasicFunctionality(TestBPOfferService.java:165)
Actually, there were zero interactions with this mock.

	at org.apache.hadoop.hdfs.server.datanode.TestBPOfferService.testBasicFunctionality(TestBPOfferService.java:165)
{noformat}

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