File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
s3stream/src/test/java/com/automq/stream/s3/index Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 20
20
import java .util .Set ;
21
21
import java .util .concurrent .CompletableFuture ;
22
22
import org .junit .jupiter .api .Assertions ;
23
- import org .junit .jupiter .api .Disabled ;
24
23
import org .junit .jupiter .api .Test ;
25
24
import org .junit .jupiter .api .Timeout ;
26
25
27
- @ Timeout (10 )
26
+ @ Timeout (30 )
28
27
public class LocalStreamRangeIndexCacheTest {
29
28
private static final int NODE_0 = 10 ;
30
29
private static final long STREAM_0 = 0 ;
@@ -142,7 +141,6 @@ public void testPrune() {
142
141
}
143
142
144
143
@ Test
145
- @ Disabled ("FIXME: This test is not stable" )
146
144
public void testEvict () {
147
145
ObjectStorage objectStorage = new MemoryObjectStorage ();
148
146
LocalStreamRangeIndexCache cache = new LocalStreamRangeIndexCache ();
You can’t perform that action at this time.
0 commit comments