Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.22.0
-
None
-
None
Description
Recurring failures and false positives undermine CI by encouraging developers to ignore unit test failures. Let's clean these up!
Some are intermittent due to timing-sensitive conditions. The unit tests for background thread activities (such as block replication and corrupt replica detection) often use "wait while" or "wait until" loops to detect results. The quality and robustness of these loops vary widely, and common usages should be moved to DFSTestUtil.
Attachments
Issue Links
- is blocked by
-
HDFS-2232 TestHDFSCLI fails on 0.22 branch
- Closed