We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88b3d8 commit 67d53e5Copy full SHA for 67d53e5
server/src/test/java/org/elasticsearch/indices/stats/IndexStatsIT.java
@@ -1004,6 +1004,7 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
1004
assertEquals(total, shardTotal);
1005
}
1006
1007
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32506")
1008
public void testFilterCacheStats() throws Exception {
1009
assertAcked(prepareCreate("index").setSettings(Settings.builder().put(indexSettings()).put("number_of_replicas", 0).build()).get());
1010
indexRandom(true,
0 commit comments