mkevo commented on a change in pull request #6743:
URL: https://github.com/apache/geode/pull/6743#discussion_r684964907



##########
File path: 
geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/functions/RegionCreateFunction.java
##########
@@ -129,6 +133,16 @@ private CliFunctionResult handleException(final String 
memberNameOrId, final Str
     return new CliFunctionResult(memberNameOrId, 
CliFunctionResult.StatusState.ERROR);
   }
 
+  private void waitUntilConditionIsMet(BooleanSupplier awaitedCondition, int 
timeoutInMs) {

Review comment:
       I think that GeodeAwaitility is used only for the test (as states in the 
description).
   
   ```
   /**
    * Utility to set consistent defaults for {@link org.awaitility.Awaitility} 
calls for all Geode
    * tests.
    */
   public class GeodeAwaitility {
   
   ```
   Also, I cannot find any usage instead of tests.




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