parent
70713a0a19
commit
bb96c910a5
|
@ -170,6 +170,7 @@ public abstract class AbstractSearchableSnapshotsRestTestCase extends ESRestTest
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58901")
|
||||||
public void testClearCache() throws Exception {
|
public void testClearCache() throws Exception {
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
final Function<Map<?, ?>, Long> sumCachedBytesWritten = stats -> stats.values()
|
final Function<Map<?, ?>, Long> sumCachedBytesWritten = stats -> stats.values()
|
||||||
|
|
Loading…
Reference in New Issue