[
https://issues.apache.org/jira/browse/HDDS-14774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18091885#comment-18091885
]
Attila Doroszlai commented on HDDS-14774:
-----------------------------------------
Reopened since the test is still timing out intermittently at the same waitFor.
Before the previous fix:
{code}
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 329.2 s <<<
FAILURE! -- in org.apache.hadoop.ozone.container.TestContainerReportHandling
org.apache.hadoop.ozone.container.TestContainerReportHandling.testDeletingOrDeletedContainerWhenNonEmptyReplicaIsReported(LifeCycleState,
ReplicationInput)[3] -- Time elapsed: 213.5 s <<< ERROR!
TimeoutException:
...
at
org.apache.ozone.test.GenericTestUtils.waitFor(GenericTestUtils.java:137)
at
org.apache.hadoop.ozone.container.TestContainerReportHandling.testDeletingOrDeletedContainerWhenNonEmptyReplicaIsReported(TestContainerReportHandling.java:133)
{code}
After:
{code}
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 325.5 s <<<
FAILURE! -- in org.apache.hadoop.ozone.container.TestContainerReportHandling
org.apache.hadoop.ozone.container.TestContainerReportHandling.testDeletingOrDeletedContainerWhenNonEmptyReplicaIsReported(LifeCycleState,
ReplicationInput)[3] -- Time elapsed: 206.0 s <<< ERROR!
TimeoutException:
...
at
org.apache.ozone.test.GenericTestUtils.waitFor(GenericTestUtils.java:137)
at
org.apache.hadoop.ozone.container.TestContainerReportHandling.testDeletingOrDeletedContainerWhenNonEmptyReplicaIsReported(TestContainerReportHandling.java:135)
{code}
The fix added two lines above line 99.
> Intermittent timeout in TestContainerReportHandling
> ---------------------------------------------------
>
> Key: HDDS-14774
> URL: https://issues.apache.org/jira/browse/HDDS-14774
> Project: Apache Ozone
> Issue Type: Bug
> Components: SCM
> Reporter: Siddhant Sangwan
> Assignee: Chi-Hsuan Huang
> Priority: Major
> Labels: pull-request-available
> Attachments:
> org.apache.hadoop.ozone.container.TestContainerReportHandling-output.txt,
> org.apache.hadoop.ozone.container.TestContainerReportHandling.txt
>
>
> CI failure seen in
> TestContainerReportHandling#testDeletingOrDeletedContainerWhenNonEmptyReplicaIsReported.
>
> https://github.com/apache/ozone/actions/runs/22641701964/job/65620714435?pr=9826
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]