Yiqun Lin created HDFS-15019: -------------------------------- Summary: Refactor the unit test of TestDeadNodeDetection Key: HDFS-15019 URL: https://issues.apache.org/jira/browse/HDFS-15019 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Yiqun Lin Assignee: Lisheng Sun
There are many duplicated lines in unit test \{{TestDeadNodeDetection}}. We can simplified that. In additional in {{testDeadNodeDetectionInMultipleDFSInputStream}}, the DFSInputstream is passed incorrectly in asset operation. {code} din2 = (DFSInputStream) in1.getWrappedStream(); {code} Should be {code} din2 = (DFSInputStream) in2.getWrappedStream(); {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org