zentol commented on a change in pull request #8812: [FLINK-12915][tests] Fix 
AbstractOperatorRestoreTestBase deadlock of ont test fails
URL: https://github.com/apache/flink/pull/8812#discussion_r295974114
 
 

 ##########
 File path: 
flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/AbstractOperatorRestoreTestBase.java
 ##########
 @@ -95,14 +87,27 @@ public static void beforeClass() {
        @Test
        public void testMigrationAndRestore() throws Throwable {
                ClassLoader classLoader = this.getClass().getClassLoader();
-               ClusterClient<?> clusterClient = 
MINI_CLUSTER_RESOURCE.getClusterClient();
+               MiniClusterWithClientResource cluster = 
getMiniClusterResource();
 
 Review comment:
   should be sufficient o make this a normal `@Rule`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to