Chia-Ping Tsai created KAFKA-10859: -------------------------------------- Summary: add @Test annotation to FileStreamSourceTaskTest.testInvalidFile and reduce the loop count to speedup the test Key: KAFKA-10859 URL: https://issues.apache.org/jira/browse/KAFKA-10859 Project: Kafka Issue Type: Improvement Reporter: Chia-Ping Tsai
FileStreamSourceTaskTest.testInvalidFile miss a `@Test` annotation. Also, it loops 100 times which spend about 2m to complete a unit test. -- This message was sent by Atlassian Jira (v8.3.4#803005)