Rui Fan created FLINK-32866: ------------------------------- Summary: Clean up the `@ExtendWith(TestLoggerExtension.class)` for modules that added the `TestLoggerExtension` to the `org.junit.jupiter.api.extension.Extension resource` file Key: FLINK-32866 URL: https://issues.apache.org/jira/browse/FLINK-32866 Project: Flink Issue Type: Sub-task Components: Tests Reporter: Rui Fan Assignee: Rui Fan
Some modules added the `TestLoggerExtension` to the `org.junit.jupiter.api.extension.Extension resource` file. All test classes of these modules don't need add the `@ExtendWith(TestLoggerExtension.class)` at class level. This JIRA propose clean up the `@ExtendWith(TestLoggerExtension.class)` for modules that added the `TestLoggerExtension` to the `org.junit.jupiter.api.extension.Extension resource` file. -- This message was sent by Atlassian Jira (v8.20.10#820010)