suztomo edited a comment on pull request #14295:
URL: https://github.com/apache/beam/pull/14295#issuecomment-805232610


   
org.apache.beam.sdk.metrics.MetricsTest$AttemptedMetricTests.testAllAttemptedMetrics
 failed 
   
   ```
   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>}]
   ```
   
   
https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/3254/testReport/junit/org.apache.beam.sdk.metrics/MetricsTest$AttemptedMetricTests/testAllAttemptedMetrics/


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


Reply via email to