Add awaits fix for HasChildQueryBuilderTests

These tests are failing since
569d0c0e89. This commit adds an awaits fix
for them until they can be addressed.
This commit is contained in:
Jason Tedor 2018-04-03 23:18:51 -04:00
parent 5cdd831a31
commit 4b1ed20a67
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import org.apache.lucene.search.TermQuery;
import org.apache.lucene.search.join.ScoreMode;
import org.apache.lucene.search.similarities.PerFieldSimilarityWrapper;
import org.apache.lucene.search.similarities.Similarity;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.cluster.metadata.IndexMetaData;
import org.elasticsearch.common.Strings;
@ -72,6 +73,7 @@ import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.notNullValue;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29362")
public class HasChildQueryBuilderTests extends AbstractQueryTestCase<HasChildQueryBuilder> {
private static final String TYPE = "_doc";