XComp commented on a change in pull request #19116:
URL: https://github.com/apache/flink/pull/19116#discussion_r832436523



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/CommonTestUtils.java
##########
@@ -131,40 +128,16 @@ public static void printLog4jDebugConfig(File file) 
throws IOException {
         }
     }
 
-    public static void waitUntilCondition(
-            SupplierWithException<Boolean, Exception> condition, Deadline 
timeout)
-            throws Exception {
-        waitUntilCondition(condition, timeout, RETRY_INTERVAL);
-    }
-
-    public static void waitUntilCondition(
-            SupplierWithException<Boolean, Exception> condition,
-            Deadline timeout,
-            long retryIntervalMillis)
-            throws Exception {
-        waitUntilCondition(
-                condition, timeout, retryIntervalMillis, "Condition was not 
met in given timeout.");
-    }
-
-    public static void waitUntilCondition(
-            SupplierWithException<Boolean, Exception> condition, Deadline 
timeout, String errorMsg)
+    public static void waitUntilCondition(SupplierWithException<Boolean, 
Exception> condition)

Review comment:
       Yes, I was wondering whether we should clean that up as part of this 
PR...




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