Skip to content

Commit d0b0bfb

Browse files
authored
revert: enable LocalStreamRangeIndexCacheTest#testEvict (#1869)
* revert: enable `LocalStreamRangeIndexCacheTest#testEvict` Signed-off-by: Ning Yu <[email protected]> * test: increase timeout Signed-off-by: Ning Yu <[email protected]> --------- Signed-off-by: Ning Yu <[email protected]>
1 parent 036839c commit d0b0bfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

s3stream/src/test/java/com/automq/stream/s3/index/LocalStreamRangeIndexCacheTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
import java.util.Set;
2121
import java.util.concurrent.CompletableFuture;
2222
import org.junit.jupiter.api.Assertions;
23-
import org.junit.jupiter.api.Disabled;
2423
import org.junit.jupiter.api.Test;
2524
import org.junit.jupiter.api.Timeout;
2625

27-
@Timeout(10)
26+
@Timeout(30)
2827
public class LocalStreamRangeIndexCacheTest {
2928
private static final int NODE_0 = 10;
3029
private static final long STREAM_0 = 0;
@@ -142,7 +141,6 @@ public void testPrune() {
142141
}
143142

144143
@Test
145-
@Disabled("FIXME: This test is not stable")
146144
public void testEvict() {
147145
ObjectStorage objectStorage = new MemoryObjectStorage();
148146
LocalStreamRangeIndexCache cache = new LocalStreamRangeIndexCache();

0 commit comments

Comments
 (0)