You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Jordan Zimmerman (Jira)" <ji...@apache.org> on 2019/09/24 18:05:00 UTC

[jira] [Resolved] (CURATOR-541) Infinite loop/repeat in BaseClassForTests

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

Jordan Zimmerman resolved CURATOR-541.
--------------------------------------
    Resolution: Fixed

> Infinite loop/repeat in BaseClassForTests
> -----------------------------------------
>
>                 Key: CURATOR-541
>                 URL: https://issues.apache.org/jira/browse/CURATOR-541
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>            Reporter: Jordan Zimmerman
>            Priority: Critical
>             Fix For: 4.3.0
>
>         Attachments: Screen Shot 2019-09-21 at 11.21.03 AM.png
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> A Curator test that consistently fails will cause an infinite loop of retries when test class extends {{BaseClassForTests}} E.g.
> {code}
>     @Test
>     public void infiniteLoop() {
>         Assert.fail();
>     }
> {code}



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