Muse AsyncSearchActionIT (#56897)

For #56765
This commit is contained in:
David Kyle 2020-05-18 13:34:07 +01:00
parent bb852ab2e7
commit 0fac152188
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
package org.elasticsearch.xpack.search;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.action.index.IndexRequestBuilder;
import org.elasticsearch.common.settings.Settings;
@ -37,6 +38,7 @@ import static org.hamcrest.Matchers.lessThan;
import static org.hamcrest.Matchers.lessThanOrEqualTo;
@ESIntegTestCase.SuiteScopeTestCase
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56765")
public class AsyncSearchActionIT extends AsyncSearchIntegTestCase {
private static String indexName;
private static int numShards;