Yesha Vora created HDFS-11842:
---------------------------------
Summary: TestDataNodeOutlierDetectionViaMetrics UT fails
Key: HDFS-11842
URL: https://issues.apache.org/jira/browse/HDFS-11842
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Yesha Vora
TestDataNodeOutlierDetectionViaMetrics UT fails as below.
{code}
Failed tests:
TestDataNodeOutlierDetectionViaMetrics.testOutlierIsDetected:86
Expected: is <1>
but: was <0>
Tests run: 300, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Hadoop Common ............................... SUCCESS [ 11.586 s]
[INFO] Apache Hadoop HDFS ................................. FAILURE [24:16 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------{code}
{code}
Error Message
Expected: is <1>
but: was <0>
Stacktrace
java.lang.AssertionError:
Expected: is <1>
but: was <0>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at
org.apache.hadoop.hdfs.server.datanode.metrics.TestDataNodeOutlierDetectionViaMetrics.testOutlierIsDetected(TestDataNodeOutlierDetectionViaMetrics.java:86)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]