提交 250adfd2 编写于 作者: T Tzu-Li (Gordon) Tai

[hotfix] [kafka-tests] Rename FlinkKafkaProducerTest to *ITCase

The affected tests are actually integration tests that spawn a Kafka
broker. Renaming it to *ITCase would be more appropriate.
上级 51e9a015
......@@ -57,7 +57,7 @@ import static org.junit.Assert.assertFalse;
* IT cases for the {@link FlinkKafkaProducer011}.
*/
@SuppressWarnings("serial")
public class FlinkKafkaProducer011Test extends KafkaTestBase {
public class FlinkKafkaProducer011ITCase extends KafkaTestBase {
protected String transactionalId;
protected Properties extraProperties;
......
......@@ -41,7 +41,7 @@ import static org.junit.Assert.assertEquals;
* Tests for our own {@link FlinkKafkaProducer}.
*/
@SuppressWarnings("serial")
public class FlinkKafkaProducerTest extends KafkaTestBase {
public class FlinkKafkaProducerITCase extends KafkaTestBase {
protected String transactionalId;
protected Properties extraProperties;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册