You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/04/26 11:41:00 UTC

[jira] [Closed] (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 ]

Chesnay Schepler closed FLINK-21636.
------------------------------------
    Fix Version/s:     (was: 1.16.0)
       Resolution: Won't Fix

> 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
>
> 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.7#820007)