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 10834a1 commit eb8a591Copy full SHA for eb8a591
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java
@@ -121,6 +121,7 @@ protected void doRun() throws Exception {
121
return future;
122
}
123
124
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40731")
125
public void testRecoveryWithConcurrentIndexing() throws Exception {
126
final String index = "recovery_with_concurrent_indexing";
127
Response response = client().performRequest(new Request("GET", "_nodes"));
0 commit comments