You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2019/12/02 21:23:00 UTC

[jira] [Updated] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

     [ https://issues.apache.org/jira/browse/BEAM-8869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-8869:
----------------------------------
    Description: 
Started right when it was merged: [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]

Recent: [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]

{code:java}
java.lang.AssertionError: 
Expected: is <false>
     but: was <true>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
	at org.junit.Assert.assertThat(Assert.java:966)
	at org.junit.Assert.assertThat(Assert.java:931)
	at org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
{code}

The assertion is:

{code:java}
    assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
{code}

  was:
[https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]

{code:java}
java.lang.AssertionError: 
Expected: is <false>
     but: was <true>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
	at org.junit.Assert.assertThat(Assert.java:966)
	at org.junit.Assert.assertThat(Assert.java:931)
	at org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
{code}

The assertion is:

{code:java}
    assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
{code}


> MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner
> -------------------------------------------------------------------------------
>
>                 Key: BEAM-8869
>                 URL: https://issues.apache.org/jira/browse/BEAM-8869
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink, test-failures
>            Reporter: Kenneth Knowles
>            Assignee: Michal Walenia
>            Priority: Critical
>              Labels: currently-failing
>
> Started right when it was merged: [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is <false>
>      but: was <true>
> 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
> 	at org.junit.Assert.assertThat(Assert.java:966)
> 	at org.junit.Assert.assertThat(Assert.java:931)
> 	at org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
>     assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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