Apurva Mehta created KAFKA-5912: ----------------------------------- Summary: Trogdor AgentTest.testAgentActivatesFaults is flaky Key: KAFKA-5912 URL: https://issues.apache.org/jira/browse/KAFKA-5912 Project: Kafka Issue Type: Bug Reporter: Apurva Mehta Assignee: Colin P. McCabe
I have seen the the following failures occasionally in the PR builder. {noformat} Error Message java.lang.AssertionError: Condition not met within timeout 15000. Timed out waiting for expected fault specs {bar: {state: {"stateName":"done","doneMs":7,"errorStr":""}}, baz: {state: {"stateName":"running","startedMs":7}}, foo: {state: {"stateName":"done","doneMs":3,"errorStr":""}}} Stacktrace java.lang.AssertionError: Condition not met within timeout 15000. Timed out waiting for expected fault specs {bar: {state: {"stateName":"done","doneMs":7,"errorStr":""}}, baz: {state: {"stateName":"running","startedMs":7}}, foo: {state: {"stateName":"done","doneMs":3,"errorStr":""}}} at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:275) at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:253) at org.apache.kafka.trogdor.common.ExpectedFaults.waitFor(ExpectedFaults.java:119) at org.apache.kafka.trogdor.common.ExpectedFaults.waitFor(ExpectedFaults.java:109) at org.apache.kafka.trogdor.agent.AgentTest.testAgentActivatesFaults(AgentTest.java:152) 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:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)