[
https://issues.apache.org/jira/browse/HDFS-9281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15056522#comment-15056522
]
Hudson commented on HDFS-9281:
------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #8962 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/8962/])
HDFS-9281. Change TestDeleteBlockPool to not explicitly use File to (lei: rev
f229772f99d1751e6b2152b6e3ac9c9f7844c15d)
*
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDeleteBlockPool.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImplTestUtils.java
*
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/FsDatasetTestUtils.java
> Change TestDeleteBlockPool to not explicitly use File to check block pool
> existence.
> ------------------------------------------------------------------------------------
>
> Key: HDFS-9281
> URL: https://issues.apache.org/jira/browse/HDFS-9281
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Affects Versions: 2.7.1
> Reporter: Lei (Eddy) Xu
> Assignee: Lei (Eddy) Xu
> Priority: Minor
> Fix For: 3.0.0, 2.9.0
>
> Attachments: HDFS-9281.00.patch, HDFS-9281.02.patch,
> HDFS-9281.03.patch, HDFS-9281.combo.00.patch
>
>
> {{TestDeleteBlockPool}} checks the existence of a block pool by checking the
> directories in the file-based block pool exists. However, it does not apply
> to non file based fsdataset.
> We can fix it by abstracting the checking logic behind {{FsDatasetTestUtils}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)