zstan commented on code in PR #12982:
URL: https://github.com/apache/ignite/pull/12982#discussion_r3199031107


##########
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/transform/CacheObjectCompressionConsumptionTest.java:
##########
@@ -363,7 +368,7 @@ private Consumption doTest(int cnt, Function<Integer, 
Object> keyGen, Function<I
                 File nodeFolder = 
((IgniteEx)node).context().pdsFolderResolver().fileTree().nodeStorage();
 
                 if (nodeFolder != null)
-                    pers += FileUtils.sizeOfDirectory(nodeFolder);

Review Comment:
   the same as below: if you want to remove this dependency, such method need 
to be moved into some test utility class, othrvize revert this change or 
explain why you need it ?



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