You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/04/13 06:28:07 UTC

[jira] [Updated] (FLINK-21636) Setup a global timeout for all tests

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

Yun Gao updated FLINK-21636:
----------------------------
    Fix Version/s: 1.16.0

> Setup a global timeout for all tests
> ------------------------------------
>
>                 Key: FLINK-21636
>                 URL: https://issues.apache.org/jira/browse/FLINK-21636
>             Project: Flink
>          Issue Type: Improvement
>          Components: Test Infrastructure
>            Reporter: Chesnay Schepler
>            Priority: Minor
>              Labels: auto-deprioritized-major
>             Fix For: 1.15.0, 1.16.0
>
>
> We should setup a timeout that is applied automatically to all tests. This can be even something like 10 minutes.
> Right now, a single test not terminating eats 4 hours of CI time, and with Azure's inability to cancel running stages can hurt productivity quite a bit.
> Implementation wise, we can just add this to the {{TestLogger}} class.
> {code}
> @Rule
> public Timeout globalTimeout = Timeout.minutes(10);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)