Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.1
-
None
-
None
Description
TestFileTruncate verifies block size and genstamp by directly accessing the local filesystem, e.g.:
assertTrue(cluster.getBlockMetadataFile(dn0,
newBlock.getBlock()).getName().endsWith(
newBlock.getBlock().getGenerationStamp() + ".meta"));
Lets abstract the fsdataset-special logic behind FsDatasetTestUtils.