Added awaitFix for SimpleNestedTests.testSortNestedWithNestedFilter

While investigating failures
This commit is contained in:
Boaz Leskes 2014-04-11 18:12:35 +02:00
parent 8ce3bba010
commit 63d1fa45ab
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
package org.elasticsearch.nested; package org.elasticsearch.nested;
import org.apache.lucene.search.Explanation; 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.cluster.health.ClusterHealthStatus;
import org.elasticsearch.action.admin.indices.status.IndicesStatusResponse; import org.elasticsearch.action.admin.indices.status.IndicesStatusResponse;
import org.elasticsearch.action.delete.DeleteResponse; import org.elasticsearch.action.delete.DeleteResponse;
@ -863,6 +864,7 @@ public class SimpleNestedTests extends ElasticsearchIntegrationTest {
client().prepareClearScroll().addScrollId("_all").get(); client().prepareClearScroll().addScrollId("_all").get();
} }
@LuceneTestCase.AwaitsFix(bugUrl = "boaz is looking into failures here")
@Test @Test
public void testSortNestedWithNestedFilter() throws Exception { public void testSortNestedWithNestedFilter() throws Exception {
assertAcked(prepareCreate("test") assertAcked(prepareCreate("test")