You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Udi Meiri (Jira)" <ji...@apache.org> on 2020/09/25 01:27:00 UTC

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

Udi Meiri created BEAM-10968:
--------------------------------

             Summary: 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


{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)