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 "Yesha Vora (JIRA)" <ji...@apache.org> on 2017/05/17 21:55:04 UTC

[jira] [Created] (HDFS-11842) TestDataNodeOutlierDetectionViaMetrics UT fails

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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org