[jira] [Updated] (HDDS-1537) TestContainerPersistence#testDeleteBlockTwice is failing

2020-07-09 Thread Sammi Chen (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sammi Chen updated HDDS-1537:
-
Parent: HDDS-1127
Issue Type: Sub-task  (was: Improvement)

> TestContainerPersistence#testDeleteBlockTwice is failing 
> -
>
> Key: HDDS-1537
> URL: https://issues.apache.org/jira/browse/HDDS-1537
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Datanode
>Reporter: Mukul Kumar Singh
>Priority: Major
>  Labels: TriagePending
>
> 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
(v8.3.4#803005)

-
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-1537) TestContainerPersistence#testDeleteBlockTwice is failing

2020-06-09 Thread Shashikant Banerjee (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shashikant Banerjee updated HDDS-1537:
--
Target Version/s: 0.7.0  (was: 0.6.0)

> 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
>Priority: Major
>  Labels: TriagePending
>
> 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
(v8.3.4#803005)

-
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-1537) TestContainerPersistence#testDeleteBlockTwice is failing

2020-05-31 Thread Arpit Agarwal (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDDS-1537:

Target Version/s: 0.6.0
  Labels: TriagePending  (was: )

Let's determine if this is still an issue in 0.6.0.

> 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
>Priority: Major
>  Labels: TriagePending
>
> 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
(v8.3.4#803005)

-
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org