Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Federation Branch
-
None
Description
- TestOfflineImageViewer fails due to the newest fsimage versions not being listed as supported. We're missing HDFS:1500, which fixed this same problem for a previous commit from Hairong.
- Fix TestOIV. The supported version got bumped from -25 to-27 during a merge (19bbb922bc8e08a3a546b578b476be3ea79d45ea), which didn't update the TestOIV.
- Fix TestDatanodeUtils. TestDataNodeUtils was named as if it were a test, which it wasn't, and so was being failed.
Contributed by Jakob Homan.