turboFei commented on code in PR #2916:
URL: https://github.com/apache/celeborn/pull/2916#discussion_r1841446699
##########
worker/src/test/java/org/apache/celeborn/service/deploy/worker/storage/memory/MemoryReducePartitionDataWriterSuiteJ.java:
##########
@@ -526,6 +526,9 @@ public void testEvictAndChunkRead() throws Exception {
result.releaseBuffers();
closeChunkServer();
+
+ assert storageManager.evictedFileCount().get() > 0;
+ assert MemoryManager.instance().getMemoryFileStorageCounter() == 0;
Review Comment:
The UT can not pass before this patch.
<img width="1414" alt="image"
src="https://github.com/user-attachments/assets/fb119026-3b99-4c99-b771-eab85f2723d6">
--
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]