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

[jira] [Commented] (BEAM-10968) flaky test: org.apache.beam.sdk.metrics.MetricsTest$AttemptedMetricTests.testAttemptedDistributionMetrics

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

Miguel Anzo commented on BEAM-10968:
------------------------------------

I have been looking for this issue for 2 continuous weeks and haven't find occurrences. Haven’t been able to reproduce it.

> flaky test: org.apache.beam.sdk.metrics.MetricsTest$AttemptedMetricTests.testAttemptedDistributionMetrics
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-10968
>                 URL: https://issues.apache.org/jira/browse/BEAM-10968
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Udi Meiri
>            Assignee: Miguel Anzo
>            Priority: P1
>              Labels: Clarified, currently-failing, flake
>
> {code}
> java.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}
> Instances I found:
> https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/13704/testReport/org.apache.beam.sdk.metrics/MetricsTest$AttemptedMetricTests/testAttemptedDistributionMetrics/
> https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/13735/testReport/org.apache.beam.sdk.metrics/MetricsTest$AttemptedMetricTests/testAttemptedDistributionMetrics/



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