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 2021/08/18 11:28:00 UTC

[jira] [Resolved] (HDDS-5624) Disable test TestPipelineClose.testPipelineCloseWithLogFailure

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

Attila Doroszlai resolved HDDS-5624.
------------------------------------
    Fix Version/s: 1.2.0
       Resolution: Done

> Disable test TestPipelineClose.testPipelineCloseWithLogFailure
> --------------------------------------------------------------
>
>                 Key: HDDS-5624
>                 URL: https://issues.apache.org/jira/browse/HDDS-5624
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: SCM
>            Reporter: Stephen O'Donnell
>            Assignee: Stephen O'Donnell
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.2.0
>
>
> I have seen the test TestPipelineClose.testPipelineCloseWithLogFailure fail multiple times on different PRs. We need to disable this test to improve the build stability until it is fixed.
> The error trace is:
> {code}
> Error:  testPipelineCloseWithLogFailure  Time elapsed: 34.289 s  <<< FAILURE!
> Wanted but not invoked:
> pipelineActionHandler.onMessage(
>     <Capturing argument>,
>     <any org.apache.hadoop.hdds.server.events.EventPublisher>
> );
> -> at org.apache.hadoop.hdds.scm.pipeline.PipelineActionHandler.onMessage(PipelineActionHandler.java:64)
> Actually, there were zero interactions with this mock.
> 	at org.apache.hadoop.hdds.scm.pipeline.PipelineActionHandler.onMessage(PipelineActionHandler.java:64)
> 	at org.apache.hadoop.hdds.scm.pipeline.TestPipelineClose.testPipelineCloseWithLogFailure(TestPipelineClose.java:246)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
> 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.lang.Thread.run(Thread.java:748)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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