[ 
https://issues.apache.org/jira/browse/HADOOP-17036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105578#comment-17105578
 ] 

Mikhail Pryakhin edited comment on HADOOP-17036 at 5/12/20, 5:12 PM:
---------------------------------------------------------------------

here it is:

[https://github.com/apache/hadoop/pull/2009]

And now the test runner fails the build by the virtue of the following failed 
test. I'm currently investigating the reason as it passes locally

{code:java}
java.lang.AssertionError: Expected exactly one metric for name 
RpcServerExceptionNumOps expected:<1> but was:<0>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.hadoop.test.MetricsAsserts.checkCaptured(MetricsAsserts.java:278)
        at 
org.apache.hadoop.test.MetricsAsserts.getLongCounter(MetricsAsserts.java:237)
        at 
org.apache.hadoop.test.MetricsAsserts.assertCounter(MetricsAsserts.java:231)
        at org.apache.hadoop.ipc.TestRPC.testCallsInternal(TestRPC.java:510)
        at org.apache.hadoop.ipc.TestRPC.testCalls(TestRPC.java:428)
{code}



was (Author: m.pryahin):
here it is:

[https://github.com/apache/hadoop/pull/2009]

> TestFTPFileSystem failing as ftp server dir already exists
> ----------------------------------------------------------
>
>                 Key: HADOOP-17036
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17036
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs, test
>    Affects Versions: 3.4.0
>            Reporter: Steve Loughran
>            Assignee: Mikhail Pryakhin
>            Priority: Minor
>
> TestFTPFileSystem failing as the test dir exists.
> need to delete in setup/teardown of each test case



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to