You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhu Zhu (Jira)" <ji...@apache.org> on 2020/08/10 03:59:00 UTC

[jira] [Commented] (FLINK-18859) ExecutionGraphNotEnoughResourceTest.testRestartWithSlotSharingAndNotEnoughResources failed with "Condition was not met in given timeout."

    [ https://issues.apache.org/jira/browse/FLINK-18859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174061#comment-17174061 ] 

Zhu Zhu commented on FLINK-18859:
---------------------------------

I tried running the case 1000 times and failed to reproduce in my dev environment.
And the transfer.sh unfortunately failed and I cannot see the detailed execution log.
I would guess this instability is caused by a temporarily slowness of the CI environment, which resulted in the job to not reach the expected state(FAILED) within 2000 ms.

> ExecutionGraphNotEnoughResourceTest.testRestartWithSlotSharingAndNotEnoughResources failed with "Condition was not met in given timeout."
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-18859
>                 URL: https://issues.apache.org/jira/browse/FLINK-18859
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination, Tests
>    Affects Versions: 1.11.0
>            Reporter: Dian Fu
>            Priority: Major
>              Labels: test-stability
>
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=5300&view=logs&j=d89de3df-4600-5585-dadc-9bbc9a5e661c&t=66b5c59a-0094-561d-0e44-b149dfdd586d]
> {code}
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.673 s <<< FAILURE! - in org.apache.flink.runtime.executiongraph.ExecutionGraphNotEnoughResourceTest
> [ERROR] testRestartWithSlotSharingAndNotEnoughResources(org.apache.flink.runtime.executiongraph.ExecutionGraphNotEnoughResourceTest)  Time elapsed: 3.158 s  <<< ERROR!
> java.util.concurrent.TimeoutException: Condition was not met in given timeout.
> 	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:129)
> 	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:119)
> 	at org.apache.flink.runtime.executiongraph.ExecutionGraphNotEnoughResourceTest.testRestartWithSlotSharingAndNotEnoughResources(ExecutionGraphNotEnoughResourceTest.java:130)
> {code}



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