You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2021/09/08 02:49:00 UTC

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

Xintong Song created FLINK-24200:
------------------------------------

             Summary: 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
             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)