jchen21 commented on a change in pull request #5447:
URL: https://github.com/apache/geode/pull/5447#discussion_r469584716



##########
File path: 
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/GIIDeltaDUnitTest.java
##########
@@ -497,7 +497,7 @@ public void run() {
 
     // If fullGII, the key size in gii chunk is 3, i.e. key1,key3,key5. key2 
is GCed.
     // If delta GII, the key size should be 1 (key5(T) which is unfinished 
operation)
-    verifyDeltaSizeFromStats(R, 3, 0);
+    verifyDeltaSizeFromStats(R, 1, 1);

Review comment:
       Does the comment above have to be updated?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to