You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/10/04 07:36:00 UTC

[jira] [Created] (FLINK-24443) IntervalJoinITCase.testRowTimeInnerJoinWithEquiTimeAttrs fail with output mismatch

Dawid Wysakowicz created FLINK-24443:
----------------------------------------

             Summary: IntervalJoinITCase.testRowTimeInnerJoinWithEquiTimeAttrs fail with output mismatch
                 Key: FLINK-24443
                 URL: https://issues.apache.org/jira/browse/FLINK-24443
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
    Affects Versions: 1.15.0
            Reporter: Dawid Wysakowicz


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24716&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=9811

{code}
Oct 02 01:08:36 [ERROR] Tests run: 42, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 23.361 s <<< FAILURE! - in org.apache.flink.table.planner.runtime.stream.sql.IntervalJoinITCase
Oct 02 01:08:36 [ERROR] testRowTimeInnerJoinWithEquiTimeAttrs[StateBackend=ROCKSDB]  Time elapsed: 0.408 s  <<< FAILURE!
Oct 02 01:08:36 java.lang.AssertionError: expected:<List(K1,1000,L1,R1, K1,1000,L1,R2, K1,1000,L1,R3, K1,1000,L2,R1, K1,1000,L2,R2, K1,1000,L2,R3, K1,1000,L3,R1, K1,1000,L3,R2, K1,1000,L3,R3, K1,4000,L5,R5, K1,5001,L8,R7, K1,6000,L7,R6)> but was:<List(K1,1000,L1,R1, K1,1000,L1,R2, K1,1000,L1,R3, K1,1000,L2,R1, K1,1000,L2,R2, K1,1000,L2,R3, K1,1000,L3,R1, K1,1000,L3,R2, K1,1000,L3,R3, K1,1000,should-be-discarded,R1, K1,1000,should-be-discarded,R2, K1,1000,should-be-discarded,R3, K1,4000,L5,R5, K1,5001,L8,R7, K1,6000,L7,R6)>
Oct 02 01:08:36 	at org.junit.Assert.fail(Assert.java:89)
Oct 02 01:08:36 	at org.junit.Assert.failNotEquals(Assert.java:835)
{code}



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