[
https://issues.apache.org/jira/browse/BEAM-12155?focusedWorklogId=582158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582158
]
ASF GitHub Bot logged work on BEAM-12155:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/21 02:35
Start Date: 14/Apr/21 02:35
Worklog Time Spent: 10m
Work Description: suztomo commented on pull request #14526:
URL: https://github.com/apache/beam/pull/14526#issuecomment-819177598
With the master branch, I hit the strange MetricTest compilation error where
it succeeded 56 times out of 77 attempts. Thank you for fixing this!
https://gist.github.com/suztomo/dafc42d93be94822a5c750aec7b5574f
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 582158)
Time Spent: 1h 50m (was: 1h 40m)
> MetricsTest failing on Flink/Spark runners.
> -------------------------------------------
>
> Key: BEAM-12155
> URL: https://issues.apache.org/jira/browse/BEAM-12155
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kyle Weaver
> Assignee: Chamikara Madhusanka Jayalath
> Priority: P1
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> org.apache.beam.sdk.metrics.MetricsTest$AttemptedMetricTests.testAttemptedCounterMetrics
> and
> org.apache.beam.sdk.metrics.MetricsTest$AttemptedMetricTests.testAttemptedDistributionMetrics
> are failing.
> I'm guessing [https://github.com/apache/beam/pull/14500] is the cause.
> e.g. https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/4220/
> Expected: a collection containing
> MetricResult\{inNamespace="org.apache.beam.sdk.metrics.MetricsTest",
> name="count", step="MyStep1", attempted=<3L>} but: mismatches were:
> [MetricResult\{inKey: <MyStep1:org.apache.beam.sdk.metrics.MetricsTest:count>
> !=
> <MyStep1-ParMultiDo-Anonymous-:org.apache.beam.sdk.metrics.MetricsTest:count>},
> MetricResult\{inKey: <MyStep1:org.apache.beam.sdk.metrics.MetricsTest:count>
> != <MyStep2:org.apache.beam.sdk.metrics.MetricsTest:count>attempted: <3L> !=
> <6L>}]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)