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

[jira] [Comment Edited] (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=17180744#comment-17180744 ] 

Kyle Weaver edited comment on BEAM-7827 at 8/19/20, 6:26 PM:
-------------------------------------------------------------

Re-opening since this just happened again. [https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/13122/]

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>}]


was (Author: ibzib):
Re-opening since this just happened again.

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>}]

> 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ý
>            Assignee: Jan Lukavský
>            Priority: P2
>              Labels: flake
>             Fix For: Not applicable
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The test randomly fails.



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