Weijie Guo created FLINK-31262: ---------------------------------- Summary: Add sql connector fat jar test to SmokeKafkaITCase Key: FLINK-31262 URL: https://issues.apache.org/jira/browse/FLINK-31262 Project: Flink Issue Type: Sub-task Components: Connectors / Kafka, Tests Reporter: Weijie Guo Assignee: Weijie Guo
{{SmokeKafkaITCase}} only covered the application packaging test of datastream job, we should also bring this kind of test to sql job submitted by sql-client to cover the case of sql connector fat jar. In fact, we already have similar test class with the same purpose, that is {{SQLClientKafkaITCase}}, but this test is ignored since 2021/4/20. It depend on the {{LocalStandaoneKafkaResource}} which download {{kafka}} and sets up a local cluster, but we often encounter download failures in CI environments. Fortunately, now we prefer to use {{TestContainer}} in E2E test. So I suggest integrating the corresponding test logic into {{SmokeKafkaITCase}}, and then removing it. -- This message was sent by Atlassian Jira (v8.20.10#820010)