Till Rohrmann created FLINK-25186: ------------------------------------- Summary: KafkaDynamicTableFactoryTest and UpsertKafkaDynamicTableFactoryTest fails on AZP Key: FLINK-25186 URL: https://issues.apache.org/jira/browse/FLINK-25186 Project: Flink Issue Type: Bug Components: Connectors / Kafka, Table SQL / Ecosystem Affects Versions: 1.15.0 Reporter: Till Rohrmann Fix For: 1.15.0
A lot of {{KafkaDynamicTableFactoryTest}} and {{UpsertKafkaDynamicTableFactoryTest}} tests fail on AZP. {code} Dec 06 03:00:28 [ERROR] UpsertKafkaDynamicTableFactoryTest.testInvalidSinkBufferFlush Dec 06 03:00:28 Expected: (an instance of org.apache.flink.table.api.ValidationException and Expected failure cause is <org.apache.flink.table.api.ValidationException: 'sink.buffer-flush.max-rows' and 'sink.buffer-flush.interval' must be set to be greater than zero together to enable sink buffer flushing.>) Dec 06 03:00:28 but: Expected failure cause is <org.apache.flink.table.api.ValidationException: 'sink.buffer-flush.max-rows' and 'sink.buffer-flush.interval' must be set to be greater than zero together to enable sink buffer flushing.> The throwable <org.apache.flink.table.api.ValidationException: Unable to create a sink for writing table 'default.default.t1'. Dec 06 03:00:28 {code} https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27569&view=logs&j=ce8f3cc3-c1ea-5281-f5eb-df9ebd24947f&t=918e890f-5ed9-5212-a25e-962628fb4bc5&l=10186 -- This message was sent by Atlassian Jira (v8.20.1#820001)