Federation: Three test cases need minor modification after the new block id change ----------------------------------------------------------------------------------
Key: HDFS-1419 URL: https://issues.apache.org/jira/browse/HDFS-1419 Project: Hadoop HDFS Issue Type: Bug Components: test Affects Versions: Federation Branch Reporter: Tanping Wang Assignee: Tanping Wang Priority: Minor Fix For: Federation Branch Three test cases M src/test/hdfs/org/apache/hadoop/hdfs/TestClientBlockVerification.java M src/test/hdfs/org/apache/hadoop/hdfs/server/datanode/TestDataNodeVolumeFailure.java M src/test/hdfs/org/apache/hadoop/hdfs/server/namenode/TestBlockTokenWithDFS.java needs blockpoolID to be added into the test cases. Minor change in all three of them is just to add a dummy "test-blockpoolid" String file = BlockReader.getFileName(targetAddr, + "test-blockpoolid", block.getBlockId()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.