kfaraz commented on code in PR #18704:
URL: https://github.com/apache/druid/pull/18704#discussion_r2476417411
##########
server/src/test/java/org/apache/druid/segment/loading/SegmentLocalCacheManagerConcurrencyTest.java:
##########
@@ -428,8 +428,8 @@ public void
testAcquireSegmentOnDemandRandomSegmentWithTimeoutBeforeAcquire() th
Assertions.assertEquals(0, location2.getActiveWeakHolds());
Assertions.assertTrue(4 >= location.getWeakEntryCount());
Assertions.assertTrue(4 >= location2.getWeakEntryCount());
- Assertions.assertTrue(4 >= location.getPath().listFiles().length);
- Assertions.assertTrue(4 >= location2.getPath().listFiles().length);
+ Assertions.assertTrue(5 >= location.getPath().listFiles().length);
Review Comment:
Please add a one-line comment on why we expect the count to be 5.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]