Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
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.
din2 = (DFSInputStream) in1.getWrappedStream();
Should be
din2 = (DFSInputStream) in2.getWrappedStream();