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 13188cd commit b25b61eCopy full SHA for b25b61e
server/src/test/java/org/elasticsearch/indices/stats/IndexStatsIT.java
@@ -1009,6 +1009,7 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
1009
}
1010
1011
@TestLogging("_root:DEBUG") // this fails at a very low rate on CI: https://github.com/elastic/elasticsearch/issues/32506
1012
+ @AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/32506")
1013
public void testFilterCacheStats() throws Exception {
1014
Settings settings = Settings.builder().put(indexSettings()).put("number_of_replicas", 0).build();
1015
assertAcked(prepareCreate("index").setSettings(settings).get());
0 commit comments