[
https://issues.apache.org/jira/browse/BEAM-12250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-12250:
-----------------------------------
Fix Version/s: Not applicable
Resolution: Fixed
Status: Resolved (was: Open)
> Java ValidatesRunner Postcommits timing out
> -------------------------------------------
>
> Key: BEAM-12250
> URL: https://issues.apache.org/jira/browse/BEAM-12250
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow, test-failures
> Reporter: Daniel Oliveira
> Assignee: Kenneth Knowles
> Priority: P1
> Labels: flake
> Fix For: Not applicable
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> 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)