You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yuan Mei (Jira)" <ji...@apache.org> on 2021/10/01 02:41:00 UTC

[jira] [Resolved] (FLINK-24200) CheckpointBarrierTrackerTest.testTwoLastBarriersOneByOne fails on azure

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

Yuan Mei resolved FLINK-24200.
------------------------------
    Resolution: Fixed

merged commit [{{1a9d782}}|https://github.com/apache/flink/commit/1a9d78259668f3d9c1a52dd278e8502d1449f780] into apache:release-1.12

> CheckpointBarrierTrackerTest.testTwoLastBarriersOneByOne fails on azure
> -----------------------------------------------------------------------
>
>                 Key: FLINK-24200
>                 URL: https://issues.apache.org/jira/browse/FLINK-24200
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Checkpointing
>    Affects Versions: 1.12.5
>            Reporter: Xintong Song
>            Assignee: Anton Kalashnikov
>            Priority: Major
>              Labels: pull-request-available, test-stability
>             Fix For: 1.12.6
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=23719&view=logs&j=f0ac5c25-1168-55a5-07ff-0e88223afed9&t=0dbaca5d-7c38-52e6-f4fe-2fb69ccb3ada&l=8983
> {code}
> [ERROR] Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.893 s <<< FAILURE! - in org.apache.flink.streaming.runtime.io.CheckpointBarrierTrackerTest
> [ERROR] testTwoLastBarriersOneByOne(org.apache.flink.streaming.runtime.io.CheckpointBarrierTrackerTest)  Time elapsed: 0.093 s  <<< FAILURE!
> java.lang.AssertionError: 
> Expected: a value less than or equal to <30L>
>      but: <33L> was greater than <30L>
> 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> 	at org.junit.Assert.assertThat(Assert.java:956)
> 	at org.junit.Assert.assertThat(Assert.java:923)
> 	at org.apache.flink.streaming.runtime.io.CheckpointBarrierTrackerTest.testTwoLastBarriersOneByOne(CheckpointBarrierTrackerTest.java:616)
> {code}



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