Skip to content

Commit 912af87

Browse files
tlrxDaveCTurner
andauthored
AwaitsFix for #85760 (#85810) (#85812)
Co-authored-by: David Turner <[email protected]> Co-authored-by: David Turner <[email protected]>
1 parent 5f7eaad commit 912af87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/action/admin/indices/diskusage/TransportAnalyzeIndexDiskUsageActionTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ public void testRandomLimitConcurrentRequests() throws Exception {
218218
/**
219219
* Make sure that we don't hit StackOverflow if responses are replied on the same thread.
220220
*/
221+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85760")
221222
public void testManyShards() {
222223
DiscoveryNodes discoNodes = newNodes(10);
223224
int numberOfShards = randomIntBetween(200, 10000);

0 commit comments

Comments
 (0)