You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/04/29 19:27:00 UTC

[jira] [Commented] (BEAM-12250) Java ValidatesRunner Postcommits timing out

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

Kenneth Knowles commented on BEAM-12250:
----------------------------------------

If their normal runtime is anywhere near the timeout, we should increase it. We only want timeouts when something is broken and crashlooping.

> Java ValidatesRunner Postcommits timing out
> -------------------------------------------
>
>                 Key: BEAM-12250
>                 URL: https://issues.apache.org/jira/browse/BEAM-12250
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Daniel Oliveira
>            Priority: P2
>
> Affected test suites:
> https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/
> https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Java11/
> https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Streaming/
> See the commit list here to see likely culprits: https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/6409/
> As far as I can tell, there is no one test or specific hanging that is causing this to time out. Instead it seems like the test was slowed down from ~3h30m to ~4h30m which is the timeout limit. In fact, this run contains the culprit commit and managed to pass at 4h26m, just under the cutoff: https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Java11/2158/
> By looking at the gradle scans with the slower execution above and comparing it to the previous execution, it seems that the tests themselves haven't been slowed down. The sum of test durations remains the same, but the total time for the whole gradle task to run is slower, indicating that something is either slowing down execution between tests, or the tests are running with less concurrency:
> Slow Execution: [Gradle Scan|https://scans.gradle.com/s/5eene57whr45o/tests]
> Fast Execution: [Gradle Scan|https://scans.gradle.com/s/v4ezmrlvfswcw/tests]



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