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 e03da52 commit 91811b7Copy full SHA for 91811b7
server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java
@@ -1481,6 +1481,7 @@ public String[] listAll() throws IOException {
1481
}
1482
1483
1484
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/42211")
1485
public void testRefreshMetric() throws IOException {
1486
IndexShard shard = newStartedShard();
1487
assertThat(shard.refreshStats().getTotal(), equalTo(2L)); // refresh on: finalize and end of recovery
0 commit comments