Skip to content

Commit

Permalink
tag with @AwaitsFix because it causes the test suite to crash
Browse files Browse the repository at this point in the history
see elastic#3694
Also, this might have caused one of the problems described in issue elastic#3674
  • Loading branch information
brwe committed Sep 14, 2013
1 parent 482adf5 commit 07d21f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
package org.elasticsearch.search.basic;

import org.apache.lucene.util.English;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.AbstractSharedClusterTest;
import org.elasticsearch.ElasticSearchException;
import org.elasticsearch.client.Requests;
Expand All @@ -37,6 +38,7 @@
public class SearchWithRandomExceptionsTests extends AbstractSharedClusterTest {

@Test
@AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/3694")
public void testRandomExceptions() throws IOException, InterruptedException, ExecutionException {
final int numShards = between(1, 5);
String mapping = XContentFactory.jsonBuilder().
Expand Down

0 comments on commit 07d21f2

Please sign in to comment.