mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
parent
8e6f68f6b0
commit
b10a33054e
@ -154,6 +154,7 @@ public class SearchAsyncActionTests extends ESTestCase {
|
|||||||
assertEquals(shardsIter.size(), searchResponse.getSuccessfulShards());
|
assertEquals(shardsIter.size(), searchResponse.getSuccessfulShards());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37074")
|
||||||
public void testLimitConcurrentShardRequests() throws InterruptedException {
|
public void testLimitConcurrentShardRequests() throws InterruptedException {
|
||||||
SearchRequest request = new SearchRequest();
|
SearchRequest request = new SearchRequest();
|
||||||
request.allowPartialSearchResults(true);
|
request.allowPartialSearchResults(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user