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

[jira] [Commented] (BEAM-7827) MetricsTest$AttemptedMetricTests.testAllAttemptedMetrics is flaky on DirectRunner

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

Benjamin Gonzalez commented on BEAM-7827:
-----------------------------------------

Still happening in [https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/17627/]

 

> MetricsTest$AttemptedMetricTests.testAllAttemptedMetrics is flaky on DirectRunner
> ---------------------------------------------------------------------------------
>
>                 Key: BEAM-7827
>                 URL: https://issues.apache.org/jira/browse/BEAM-7827
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-direct
>    Affects Versions: 2.13.0
>            Reporter: Jan Lukavský
>            Priority: P1
>              Labels: currently-failing, flake
>             Fix For: Not applicable
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Occasionally flakes with the log:
> {code}
> ava.lang.AssertionError: 
> Expected: a collection containing MetricResult{inNamespace="org.apache.beam.sdk.metrics.MetricsTest", name="bundle", step="MyStep1", attemptedMin=<10L>, attemptedMax=<40L>}
>      but: mismatches were: [MetricResult{inKey: <MyStep1:org.apache.beam.sdk.metrics.MetricsTest:bundle> != <MyStep1/ParMultiDo(Anonymous):org.apache.beam.sdk.metrics.MetricsTest:input>attemptedMin: <10L> != <5L>attemptedMax: <40L> != <13L>}, MetricResult{inKey: <MyStep1:org.apache.beam.sdk.metrics.MetricsTest:bundle> != <MyStep2:org.apache.beam.sdk.metrics.MetricsTest:input>attemptedMin: <10L> != <5L>attemptedMax: <40L> != <13L>}, MetricResult{inKey: <MyStep1:org.apache.beam.sdk.metrics.MetricsTest:bundle> != <MyStep1/ParMultiDo(Anonymous):org.apache.beam.sdk.metrics.MetricsTest:bundle>attemptedMax: <40L> != <10L>}]
> {code}
> Recent failures can be found at https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/lastCompletedBuild/testReport/org.apache.beam.sdk.metrics/MetricsTest$AttemptedMetricTests/testAllAttemptedMetrics/history/



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