You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/12/01 01:34:00 UTC

[jira] [Created] (FLINK-20429) KafkaTableITCase.testKafkaTemporalJoinChangelog failed with unexpected results

Dian Fu created FLINK-20429:
-------------------------------

             Summary: KafkaTableITCase.testKafkaTemporalJoinChangelog failed with unexpected results
                 Key: FLINK-20429
                 URL: https://issues.apache.org/jira/browse/FLINK-20429
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Kafka, Table SQL / Planner
    Affects Versions: 1.13.0
            Reporter: Dian Fu
             Fix For: 1.12.0


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=10349&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=1fb1a56f-e8b5-5a82-00a0-a2db7757b4f5

{code}
2020-11-30T18:41:15.9353975Z Test testKafkaTemporalJoinChangelog[legacy = false, format = csv](org.apache.flink.streaming.connectors.kafka.table.KafkaTableITCase) failed with:
2020-11-30T18:41:15.9388679Z java.lang.AssertionError: expected:<[o_001,2020-10-01T00:01,p_001,1970-01-01T00:00,11.1100,Alice,scooter,1,11.1100, o_002,2020-10-01T00:02,p_002,1970-01-01T00:00,23.1100,Bob,basketball,1,23.1100, o_003,2020-10-01T12:00,p_001,2020-10-01T12:00,12.9900,Tom,scooter,2,25.9800, o_004,2020-10-01T12:00,p_002,2020-10-01T12:00,19.9900,King,basketball,2,39.9800, o_005,2020-10-01T18:00,p_001,2020-10-01T18:00,11.9900,Leonard,scooter,10,119.9000, o_006,2020-10-01T18:00,null,null,null,Leonard,null,10,null]> but was:<[o_001,2020-10-01T00:01,p_001,1970-01-01T00:00,11.1100,Alice,scooter,1,11.1100, o_002,2020-10-01T00:02,p_002,1970-01-01T00:00,23.1100,Bob,basketball,1,23.1100, o_003,2020-10-01T12:00,p_001,2020-10-01T12:00,12.9900,Tom,scooter,2,25.9800, o_004,2020-10-01T12:00,p_002,1970-01-01T00:00,23.1100,King,basketball,2,46.2200, o_005,2020-10-01T18:00,p_001,2020-10-01T18:00,11.9900,Leonard,scooter,10,119.9000, o_006,2020-10-01T18:00,null,null,null,Leonard,null,10,null]>
2020-11-30T18:41:15.9392921Z 	at org.junit.Assert.fail(Assert.java:88)
2020-11-30T18:41:15.9403705Z 	at org.junit.Assert.failNotEquals(Assert.java:834)
2020-11-30T18:41:15.9404670Z 	at org.junit.Assert.assertEquals(Assert.java:118)
2020-11-30T18:41:15.9405477Z 	at org.junit.Assert.assertEquals(Assert.java:144)
2020-11-30T18:41:15.9406471Z 	at org.apache.flink.streaming.connectors.kafka.table.KafkaTableITCase.testKafkaTemporalJoinChangelog(KafkaTableITCase.java:633)
{code}



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