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 "Kihwal Lee (Jira)" <ji...@apache.org> on 2020/03/03 19:01:00 UTC

[jira] [Created] (HDFS-15203) A bug in ViewFileSystemBaseTest

Kihwal Lee created HDFS-15203:
---------------------------------

             Summary: A bug in ViewFileSystemBaseTest
                 Key: HDFS-15203
                 URL: https://issues.apache.org/jira/browse/HDFS-15203
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Kihwal Lee


Missing an assignment here:
{code:java}
  @Test
  public void testGetBlockLocations() throws IOException {
    ...
    // Same test but now get it via the FileStatus Parameter
    fsView.getFileBlockLocations(
        fsView.getFileStatus(viewFilePath), 0, 10240+100);
    targetBL = fsTarget.getFileBlockLocations(
        fsTarget.getFileStatus(targetFilePath), 0, 10240+100);
    compareBLs(viewBL, targetBL);

 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org