Skip to content

Commit

Permalink
AwaitsFix for #85760 (#85810) (#85812)
Browse files Browse the repository at this point in the history
Co-authored-by: David Turner <david.turner@elastic.co>

Co-authored-by: David Turner <david.turner@elastic.co>
  • Loading branch information
tlrx and DaveCTurner committed Apr 12, 2022
1 parent 5f7eaad commit 912af87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public void testRandomLimitConcurrentRequests() throws Exception {
/**
* Make sure that we don't hit StackOverflow if responses are replied on the same thread.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85760")
public void testManyShards() {
DiscoveryNodes discoNodes = newNodes(10);
int numberOfShards = randomIntBetween(200, 10000);
Expand Down

0 comments on commit 912af87

Please sign in to comment.