tillrohrmann commented on a change in pull request #8046:  [FLINK-12006][tests] 
Wait for Curator background operation finished
URL: https://github.com/apache/flink/pull/8046#discussion_r270339642
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/zookeeper/ZooKeeperHaServicesTest.java
 ##########
 @@ -119,46 +119,54 @@ public void testSimpleClose() throws Exception {
         */
        @Test
        public void testSimpleCloseAndCleanupAllData() throws Exception {
-               final Configuration configuration = 
createConfiguration("/foo/bar/flink");
+               int repetitions = 100;
 
-               final TestingBlobStoreService blobStoreService = new 
TestingBlobStoreService();
+               for (int i = 0; i < repetitions; i++) {
 
 Review comment:
   Let's remove the looping before merging.

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