Skip to content

Commit c3bd359

Browse files
committed
oops
1 parent baffcf2 commit c3bd359

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/apache/druid/segment/loading/SegmentLocalCacheManagerConcurrencyTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,6 @@ public void testAcquireSegmentOnDemandRandomSegmentWithInterrupt() throws IOExce
765765
Assertions.assertTrue(location2.getWeakStats().getHitCount() >= 0);
766766

767767
// now ensure that we can successfully do stuff after all those interrupts
768-
// location.resetWeakStats();
769-
// location2.resetWeakStats();
770768
int totalSuccess = 0;
771769
int totalFailures = 0;
772770
for (int i = 0; i < iterations; i++) {

0 commit comments

Comments
 (0)