jiexray commented on code in PR #21410:
URL: https://github.com/apache/flink/pull/21410#discussion_r1094832054


##########
flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java:
##########
@@ -152,17 +137,16 @@
  * <p>NOTE: Please ensure to close and dispose any created keyed state backend 
in tests.
  */
 @SuppressWarnings("serial")
-public abstract class StateBackendTestBase<B extends AbstractStateBackend> 
extends TestLogger {
+@ExtendWith({ParameterizedTestExtension.class, TestLoggerExtension.class})

Review Comment:
   Thank you for your advice.
   
   However, I find that 
`META-INF/services/org.junit.jupiter.api.extension.Extension` already exists in 
`flink-runtime/src/test/resources/` directory, and the content in the file is:
   ```
   org.apache.flink.util.TestLoggerExtension
   ```
   
   I think the `TestLoggerExtension.class` I used here is the 
`org.apache.flink.util.TestLoggerExtension` in the 
`flink-runtime/src/test/resources/META-INF/services/org.junit.jupiter.api.extension.Extension`
 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to