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


##########
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:
   No, I mean not `TestLoggerExtension`
   Using the `META-INF/services/org.junit.jupiter.api.extension.Extension` is 
the better approach here.
   for more details have a look at
   
https://github.com/apache/flink/commit/ecf67c67dbcf633c4533f8cb719f32512c19d0ce#diff-d96a3b8d09f526305595964a0010cf113e59999006534653bf45b9971b66241f



-- 
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