Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.7.1
-
None
Description
TestBlockMissingException uses its own function to corrupt a block by deleting all its block files. HDFS-7235 introduced a helper function corruptBlockOnDataNodesByDeletingBlockFile() that does exactly the same thing. We can update this test to use the helper function.