Jordan Zimmerman created CURATOR-541:
----------------------------------------
Summary: 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
Fix For: 4.3.0
A Curator test that consistently fails will cause an infinite loop of retries.
E.g.
{code}
@Test
public void infiniteLoop() {
Assert.fail();
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)