Mukul Kumar Singh created HDDS-1537:
---------------------------------------
Summary: TestContainerPersistence#testDeleteBlockTwice is failing
Key: HDDS-1537
URL: https://issues.apache.org/jira/browse/HDDS-1537
Project: Hadoop Distributed Data Store
Issue Type: Improvement
Components: Ozone Datanode
Reporter: Mukul Kumar Singh
Fix For: 0.5.0
The test is failing with the following exception.
{code}
[ERROR] Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.132
s <<< FAILURE! - in
org.apache.hadoop.ozone.container.common.impl.TestContainerPersistence
[ERROR]
testDeleteBlockTwice(org.apache.hadoop.ozone.container.common.impl.TestContainerPersistence)
Time elapsed: 0.058 s <<< FAILURE!
java.lang.AssertionError: Expected test to throw (an instance of
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException
and exception with message a string containing "Unable to find the block.")
at org.junit.Assert.fail(Assert.java:88)
at
org.junit.rules.ExpectedException.failDueToMissingException(ExpectedException.java:184)
at
org.junit.rules.ExpectedException.access$100(ExpectedException.java:85)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:170)
at
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]