You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2010/09/24 19:29:33 UTC

[jira] Resolved: (HDFS-1419) Federation: Three test cases need minor modification after the new block id change

     [ https://issues.apache.org/jira/browse/HDFS-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas resolved HDFS-1419.
-----------------------------------

    Hadoop Flags: [Reviewed]
      Resolution: Fixed

I committed the patch to HDFS-1052 branch. Thank you Tanping.

> 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.