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