You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2023/12/21 08:28:00 UTC

[jira] [Comment Edited] (HDDS-9967) Intermittent failure in TestOzoneRpcClientAbstract.testListSnapshot

    [ https://issues.apache.org/jira/browse/HDDS-9967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799300#comment-17799300 ] 

Attila Doroszlai edited comment on HDDS-9967 at 12/21/23 8:27 AM:
------------------------------------------------------------------

Thanks [~deveshsingh] for running the workflow.

{{TestOzoneRpcClientAbstract}} is abstract, no tests are executed when running it directly:

{code:title=https://github.com/devmadhuu/ozone/actions/runs/7275444885/job/19823352369#step:5:4044}
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
{code}

Try running {{TestSecureOzoneRpcClient}}.  The bug is reported as is because other subclasses of {{TestOzoneRpcClientAbstract}} may also hit the same problem.

BTW, the failure is from a fairly recent CI run (2 days ago as of now), so even if we don't repro it in repeated runs, the problem still exists.


was (Author: adoroszlai):
Thanks [~deveshsingh] for running the workflow.

{{TestOzoneRpcClientAbstract}} is abstract, no tests are executed when running it directly:

{code:title=https://github.com/devmadhuu/ozone/actions/runs/7275444885/job/19823352369#step:5:4044}
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
{code}

Try running {{TestSecureOzoneRpcClient}}.  The bug is reported as is because other subclasses of {{TestOzoneRpcClientAbstract}} may also hit the same problem.

> Intermittent failure in TestOzoneRpcClientAbstract.testListSnapshot
> -------------------------------------------------------------------
>
>                 Key: HDDS-9967
>                 URL: https://issues.apache.org/jira/browse/HDDS-9967
>             Project: Apache Ozone
>          Issue Type: Sub-task
>    Affects Versions: 1.5.0
>            Reporter: Attila Doroszlai
>            Priority: Major
>              Labels: ozone-snapshot
>         Attachments: org.apache.hadoop.ozone.client.rpc.TestSecureOzoneRpcClient-output.txt, org.apache.hadoop.ozone.client.rpc.TestSecureOzoneRpcClient.txt
>
>
> {code:title=https://github.com/apache/ozone/actions/runs/7265540992/job/19796150524#step:6:120}
> org.apache.hadoop.ozone.client.rpc.TestSecureOzoneRpcClient.testListSnapshot -- Time elapsed: 1.489 s <<< FAILURE!
> org.opentest4j.AssertionFailedError: expected: <20> but was: <21>
> 	at org.apache.hadoop.ozone.client.rpc.TestOzoneRpcClientAbstract.testListSnapshot(TestOzoneRpcClientAbstract.java:4288)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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