mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 01:19:10 +00:00
Added awaitFix for SimpleNestedTests.testSortNestedWithNestedFilter
While investigating failures
This commit is contained in:
parent
8ce3bba010
commit
63d1fa45ab
@ -20,6 +20,7 @@
|
||||
package org.elasticsearch.nested;
|
||||
|
||||
import org.apache.lucene.search.Explanation;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus;
|
||||
import org.elasticsearch.action.admin.indices.status.IndicesStatusResponse;
|
||||
import org.elasticsearch.action.delete.DeleteResponse;
|
||||
@ -863,6 +864,7 @@ public class SimpleNestedTests extends ElasticsearchIntegrationTest {
|
||||
client().prepareClearScroll().addScrollId("_all").get();
|
||||
}
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "boaz is looking into failures here")
|
||||
@Test
|
||||
public void testSortNestedWithNestedFilter() throws Exception {
|
||||
assertAcked(prepareCreate("test")
|
||||
|
Loading…
x
Reference in New Issue
Block a user