Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
-
Reviewed
Description
The flaky test helper method cause several UT test failing intermittently. For example, the TestDFSStripedOutputStreamWithFailure#testAddBlockWhenNoSufficientParityNumOfNodes timed out in a recent run (see exception), which can be easily reproduced locally.
Debugging at the code, chances are that the helper method is stuck in an infinite loop. We need a fix to make the test robust.