fredia commented on code in PR #22457: URL: https://github.com/apache/flink/pull/22457#discussion_r1188095522
########## flink-queryable-state/flink-queryable-state-runtime/src/test/java/org/apache/flink/queryablestate/itcases/NonHAQueryableStateFsBackendITCase.java: ########## @@ -48,31 +48,33 @@ public class NonHAQueryableStateFsBackendITCase extends AbstractQueryableStateTe private static final int QS_PROXY_PORT_RANGE_START = 9084; private static final int QS_SERVER_PORT_RANGE_START = 9089; - @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); - - @ClassRule - public static final MiniClusterWithClientResource MINI_CLUSTER_RESOURCE = Review Comment: 👍Thanks for the guidance, I replaced all relevant `MiniClusterWithClientResource` with `MiniClusterExtension`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org