[
https://issues.apache.org/jira/browse/FLINK-7352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110830#comment-16110830
]
Nico Kruber commented on FLINK-7352:
------------------------------------
another run with the following snipped and the failure is reproducible:
{code}
private static Logger LOG =
LoggerFactory.getLogger(ExecutionGraphRestartTest.class);
@Test
public void testConcurrentLocalFailAndRestart1000() throws Exception {
for (int i = 0; i < 1000; ++i) {
LOG.info("starting test run " + i);
testConcurrentLocalFailAndRestart();
}
}
{code}
{code}
14:48:28,242 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Job recovers via failover strategy: full graph restart
14:48:28,243 INFO
org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils - Running
initialization on master for job test job (102d4baecd0231e60647da78ee3d7bb6).
14:48:28,243 INFO
org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils - Successfully
ran initialization on master in 0 ms.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Job test job (102d4baecd0231e60647da78ee3d7bb6) switched from state CREATED
to RUNNING.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (1/10) (555363d1489a0855bdd515635023df98) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (2/10) (29f7de673c17d484836a64bf2a0f38fb) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (3/10) (1958f95034522b1804ce9941244c4729) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (4/10) (d8c7216766e957b04a445b2f81e5bac2) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (5/10) (956d9cc0b60979387c25b2354f78f392) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (6/10) (d25fbc105698617b4fbb2f643e427c4a) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (7/10) (05fd3e4718a959fb2ecd337cc0ca0d72) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (8/10) (aac6ca828da7e204710cd56db5574b9e) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (9/10) (25e5a4296527b9fe14462d1be737b4df) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (10/10) (2437fd4ac959d003972606625371717c) switched from CREATED to
SCHEDULED.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (1/10) (555363d1489a0855bdd515635023df98) switched from SCHEDULED to
DEPLOYING.
14:48:28,243 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (1/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (2/10) (29f7de673c17d484836a64bf2a0f38fb) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (2/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (3/10) (1958f95034522b1804ce9941244c4729) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (3/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (4/10) (d8c7216766e957b04a445b2f81e5bac2) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (4/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (5/10) (956d9cc0b60979387c25b2354f78f392) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (5/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (6/10) (d25fbc105698617b4fbb2f643e427c4a) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (6/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (7/10) (05fd3e4718a959fb2ecd337cc0ca0d72) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (7/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (8/10) (aac6ca828da7e204710cd56db5574b9e) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (8/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (9/10) (25e5a4296527b9fe14462d1be737b4df) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (9/10) (attempt #0) to localhost
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (10/10) (2437fd4ac959d003972606625371717c) switched from SCHEDULED to
DEPLOYING.
14:48:28,244 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (10/10) (attempt #0) to localhost
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (1/10) (555363d1489a0855bdd515635023df98) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (2/10) (29f7de673c17d484836a64bf2a0f38fb) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (3/10) (1958f95034522b1804ce9941244c4729) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (4/10) (d8c7216766e957b04a445b2f81e5bac2) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (5/10) (956d9cc0b60979387c25b2354f78f392) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (6/10) (d25fbc105698617b4fbb2f643e427c4a) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (7/10) (05fd3e4718a959fb2ecd337cc0ca0d72) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (8/10) (aac6ca828da7e204710cd56db5574b9e) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (9/10) (25e5a4296527b9fe14462d1be737b4df) switched from DEPLOYING to
RUNNING.
14:48:28,247 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (10/10) (2437fd4ac959d003972606625371717c) switched from DEPLOYING to
RUNNING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (1/10) (555363d1489a0855bdd515635023df98) switched from RUNNING to
FAILED.
java.lang.Exception: intended test failure 1
at
org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest$1.run(ExecutionGraphRestartTest.java:623)
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (10/10) (2437fd4ac959d003972606625371717c) switched from RUNNING to
FAILED.
java.lang.Exception: intended test failure 2
at
org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest$2.run(ExecutionGraphRestartTest.java:635)
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Job test job (102d4baecd0231e60647da78ee3d7bb6) switched from state RUNNING
to FAILING.
java.lang.Exception: intended test failure 1
at
org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest$1.run(ExecutionGraphRestartTest.java:623)
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (2/10) (29f7de673c17d484836a64bf2a0f38fb) switched from RUNNING to
CANCELING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (3/10) (1958f95034522b1804ce9941244c4729) switched from RUNNING to
CANCELING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (4/10) (d8c7216766e957b04a445b2f81e5bac2) switched from RUNNING to
CANCELING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (5/10) (956d9cc0b60979387c25b2354f78f392) switched from RUNNING to
CANCELING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (6/10) (d25fbc105698617b4fbb2f643e427c4a) switched from RUNNING to
CANCELING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (7/10) (05fd3e4718a959fb2ecd337cc0ca0d72) switched from RUNNING to
CANCELING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (8/10) (aac6ca828da7e204710cd56db5574b9e) switched from RUNNING to
CANCELING.
14:48:28,248 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (9/10) (25e5a4296527b9fe14462d1be737b4df) switched from RUNNING to
CANCELING.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (2/10) (29f7de673c17d484836a64bf2a0f38fb) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (3/10) (1958f95034522b1804ce9941244c4729) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (4/10) (d8c7216766e957b04a445b2f81e5bac2) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (5/10) (956d9cc0b60979387c25b2354f78f392) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (6/10) (d25fbc105698617b4fbb2f643e427c4a) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (7/10) (05fd3e4718a959fb2ecd337cc0ca0d72) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (8/10) (aac6ca828da7e204710cd56db5574b9e) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (9/10) (25e5a4296527b9fe14462d1be737b4df) switched from CANCELING to
CANCELED.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Try to restart or fail the job test job (102d4baecd0231e60647da78ee3d7bb6)
if no longer possible.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Job test job (102d4baecd0231e60647da78ee3d7bb6) switched from state FAILING
to RESTARTING.
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Restarting the job test job (102d4baecd0231e60647da78ee3d7bb6).
14:48:28,250 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Job test job (102d4baecd0231e60647da78ee3d7bb6) switched from state
RESTARTING to CREATED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Job test job (102d4baecd0231e60647da78ee3d7bb6) switched from state CREATED
to RUNNING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (1/10) (ffe58b4f5c0ae1b17e7940589f05fbe2) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (2/10) (6a9641d1de09e740ae6c5cd8f7a2d3d8) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (3/10) (259f57c902219bd6f4b6043f8acdb0f6) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (4/10) (9018fae883b1b719bdff81716e7ce857) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (5/10) (7511554834a9ac06148a7a1ec7e3f98d) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (6/10) (e037c944507001005043674aed4776d5) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (7/10) (0fa587a3465e952cb564920a5d2abc8b) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (8/10) (7c16e3fc402d66fb06c5988b935d2bdf) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (9/10) (a83b0b539c2ab007782fbf58da93dcc9) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (10/10) (19f6010b31b86a23a3cf92dc4297fb3a) switched from CREATED to
SCHEDULED.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (1/10) (ffe58b4f5c0ae1b17e7940589f05fbe2) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (1/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (2/10) (6a9641d1de09e740ae6c5cd8f7a2d3d8) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (2/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (3/10) (259f57c902219bd6f4b6043f8acdb0f6) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (3/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (4/10) (9018fae883b1b719bdff81716e7ce857) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (4/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (5/10) (7511554834a9ac06148a7a1ec7e3f98d) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (5/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (6/10) (e037c944507001005043674aed4776d5) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (6/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (7/10) (0fa587a3465e952cb564920a5d2abc8b) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (7/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (8/10) (7c16e3fc402d66fb06c5988b935d2bdf) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (8/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (9/10) (a83b0b539c2ab007782fbf58da93dcc9) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (9/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (10/10) (19f6010b31b86a23a3cf92dc4297fb3a) switched from SCHEDULED to
DEPLOYING.
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- Deploying vertex (10/10) (attempt #1) to localhost
14:48:28,251 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph
- vertex (10/10) (19f6010b31b86a23a3cf92dc4297fb3a) switched from DEPLOYING to
CANCELED.
14:48:29,254 ERROR
org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest -
--------------------------------------------------------------------------------
Test
testConcurrentLocalFailAndRestart1000(org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest)
failed with:
java.util.concurrent.TimeoutException
at
org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils.waitUntilExecutionState(ExecutionGraphTestUtils.java:138)
at
org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils.waitUntilDeployedAndSwitchToRunning(ExecutionGraphTestUtils.java:201)
at
org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.testConcurrentLocalFailAndRestart(ExecutionGraphRestartTest.java:649)
at
org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.testConcurrentLocalFailAndRestart1000(ExecutionGraphRestartTest.java:597)
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.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at
com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
{code}
> ExecutionGraphRestartTest timeouts
> ----------------------------------
>
> Key: FLINK-7352
> URL: https://issues.apache.org/jira/browse/FLINK-7352
> Project: Flink
> Issue Type: Bug
> Components: Distributed Coordination, Tests
> Affects Versions: 1.4.0, 1.3.2
> Reporter: Nico Kruber
> Priority: Critical
> Labels: test-stability
>
> Recently, I received timeouts from some tests in
> {{ExecutionGraphRestartTest}} like this
> {code}
> Tests in error:
> ExecutionGraphRestartTest.testConcurrentLocalFailAndRestart:638 ยป Timeout
> {code}
> This particular instance is from 1.3.2 RC2 and stuck in
> {{ExecutionGraphTestUtils#waitUntilDeployedAndSwitchToRunning()}} but I also
> had instances stuck in {{ExecutionGraphTestUtils#waitUntilJobStatus}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)