sk0x50 commented on a change in pull request #5779: IGNITE-10508 Support the 
new checkpoint feature not wait for the previous operation to complete
URL: https://github.com/apache/ignite/pull/5779#discussion_r253448689
 
 

 ##########
 File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/checkpoint/IgniteCheckpointDirtyPagesForLowLoadTest.java
 ##########
 @@ -126,9 +128,12 @@ public void testManyCachesAndNotManyPuts() throws 
Exception {
 
             Collection<Integer> pageCntObserved = new ArrayList<>();
 
-            boolean checkpointWithLowNumOfPagesFound = false;
+            AtomicBoolean checkpointWithLowNumOfPagesFound = new 
AtomicBoolean();
+
+            loop:for (int i = 0; i < 20; i++) {
 
 Review comment:
   Please remove `loop`  label.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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