[ 
https://issues.apache.org/jira/browse/HDFS-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914549#action_12914549
 ] 

Suresh Srinivas commented on HDFS-1419:
---------------------------------------

+1 for the patch.

> 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
>
>         Attachments: HDFS1419.1.patch
>
>
> 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.

Reply via email to