[
https://issues.apache.org/jira/browse/HDFS-17014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725905#comment-17725905
]
Ayush Saxena edited comment on HDFS-17014 at 5/24/23 6:01 PM:
--------------------------------------------------------------
In Jenkins test classes are run in parallel, but the tests in a single test
class are running sequentially only, So, if you have MiniDfsCluster per class
that is ok, unless there is any cleanup issue with any individual test, which
creates issues later.
And I don't think the failures were around failing getUsed, some snapshot stuff
[https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1233/testReport/junit/org.apache.hadoop.fs.http.client/TestHttpFSWithHttpFSFileSystem/testOperationDoAs_38_/]
maybe some test created snap2 but didn't delete the snap2
then something else the other day
[https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1234/testReport/junit/org.apache.hadoop.fs.http.client/TestHttpFSFileSystemLocalFileSystem/testOperationDoAs_6_/]
but the good thing is that, it doesn't seems related to this PR since they
passed the next day:
[https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1235/#showFailuresLink]
so, we can open a new ticket for them, if we find a reason and fix
was (Author: ayushtkn):
In Jenkins test classes are run in parallel, but the tests in a single test
class are running sequentially only, So, if you have MiniDfsCluster per class
that is ok, unless there is any cleanup issue with any individual test, which
creates issues later.
And I don't think the failures were around failing getUsed, some snapshot stuff
[https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1233/testReport/junit/org.apache.hadoop.fs.http.client/TestHttpFSWithHttpFSFileSystem/testOperationDoAs_38_/]
maybe some test created snap2 but didn't delete the snap2
then something else the other day
[https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1234/testReport/junit/org.apache.hadoop.fs.http.client/TestHttpFSFileSystemLocalFileSystem/testOperationDoAs_6_/]
but the good thing is that, it doesn't seems related to this PR since they
passed the next day:
> HttpFS Add Support getStatus API
> --------------------------------
>
> Key: HDFS-17014
> URL: https://issues.apache.org/jira/browse/HDFS-17014
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: webhdfs
> Affects Versions: 3.4.0
> Reporter: Hualong Zhang
> Assignee: Hualong Zhang
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.4.0
>
> Attachments: image-2023-05-24-21-58-28-674.png
>
>
> We should ensure that *WebHDFS* remains synchronized with {*}HttpFS{*}, as
> the former has already implemented the *getStatus* interface.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]