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