1996fanrui commented on code in PR #23196: URL: https://github.com/apache/flink/pull/23196#discussion_r1293390255
########## flink-runtime/src/test/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStoreTest.java: ########## @@ -79,24 +68,24 @@ * <li>Correct ordering of ZooKeeper and state handle operations * </ul> */ -public class ZooKeeperStateHandleStoreTest extends TestLogger { +class ZooKeeperStateHandleStoreTest extends TestLogger { private static final ZooKeeperTestEnvironment ZOOKEEPER = new ZooKeeperTestEnvironment(1); Review Comment: Updated to `ZooKeeperExtension`. -- 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