sodonnel commented on issue #925: HDDS-1660 Use Picocli for Ozone Manager
URL: https://github.com/apache/hadoop/pull/925#issuecomment-502625620
 
 
   There are two failing tests:
   
   1) 
org.apache.hadoop.ozone.client.rpc.TestBCSID.org.apache.hadoop.ozone.client.rpc.TestBCSID
   
   This passes locally on trunk and on the branch with this change.
   
   2) org.apache.hadoop.hdds.scm.node.TestNodeReportHandler.testNodeReport
   
   This fails on trunk and on branch. I believe the test is broken by 
HDDS-1663, as it added the line:
   
   ```
   this.clusterMap = scmManager.getClusterMap();
   ```
   
   And the test passes a null scmManager into the constructor, leading to the 
null pointer exception.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to