Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.22.0, 0.23.0
-
None
-
None
Description
This bug was discovered while investigating HDFS-1967, intermittent failure of TestHDFSTrash, which calls TestTrash. If the user id running the test has a ~/.Trash directory that already has 4 or more files in it, a loop in TestTrash.testTrashEmptier() will never terminate, because it is waiting for the count of objects to increase from zero to exactly three (and it creates one object right away).
Attachments
Attachments
Issue Links
- blocks
-
HDFS-1967 TestHDFSTrash failing on trunk and 22
- Resolved
- is related to
-
HADOOP-8790 testTrashEmptier() fails when run TestHDFSTrash
- Patch Available