You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gary Yao (JIRA)" <ji...@apache.org> on 2019/07/31 09:16:00 UTC

[jira] [Updated] (FLINK-13508) CommonTestUtils#waitUntilCondition() may attempt to sleep with negative time

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

Gary Yao updated FLINK-13508:
-----------------------------
    Description: The test utility {{CommonTestUtils#waitUntilCondition(SupplierWithException<Boolean, Exception>, Deadline, long)}} may attempt to call {{Thread.sleep(long)}} with a negative argument.

> CommonTestUtils#waitUntilCondition() may attempt to sleep with negative time
> ----------------------------------------------------------------------------
>
>                 Key: FLINK-13508
>                 URL: https://issues.apache.org/jira/browse/FLINK-13508
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Gary Yao
>            Assignee: Gary Yao
>            Priority: Critical
>
> The test utility {{CommonTestUtils#waitUntilCondition(SupplierWithException<Boolean, Exception>, Deadline, long)}} may attempt to call {{Thread.sleep(long)}} with a negative argument.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)