No test is simple
This commit is contained in:
parent
29626dd201
commit
28e1744e79
|
@ -50,7 +50,7 @@ import static org.elasticsearch.common.settings.ImmutableSettings.settingsBuilde
|
|||
import static org.elasticsearch.index.query.QueryBuilders.boolQuery;
|
||||
import static org.elasticsearch.index.query.QueryBuilders.termQuery;
|
||||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures;
|
||||
import static org.elasticsearch.test.integration.percolator.SimplePercolatorTests.convertFromTextArray;
|
||||
import static org.elasticsearch.test.integration.percolator.PercolatorTests.convertFromTextArray;
|
||||
import static org.hamcrest.Matchers.*;
|
||||
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ import static org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuild
|
|||
import static org.elasticsearch.common.xcontent.XContentFactory.*;
|
||||
import static org.elasticsearch.index.query.QueryBuilders.*;
|
||||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures;
|
||||
import static org.elasticsearch.test.integration.percolator.SimplePercolatorTests.convertFromTextArray;
|
||||
import static org.elasticsearch.test.integration.percolator.PercolatorTests.convertFromTextArray;
|
||||
import static org.hamcrest.Matchers.*;
|
||||
|
||||
/**
|
||||
|
|
|
@ -59,7 +59,7 @@ import static org.hamcrest.Matchers.*;
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public class SimplePercolatorTests extends AbstractSharedClusterTest {
|
||||
public class PercolatorTests extends AbstractSharedClusterTest {
|
||||
|
||||
@Override
|
||||
protected int numberOfNodes() {
|
|
@ -49,7 +49,7 @@ import static org.elasticsearch.common.settings.ImmutableSettings.settingsBuilde
|
|||
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
|
||||
import static org.elasticsearch.index.query.QueryBuilders.*;
|
||||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures;
|
||||
import static org.elasticsearch.test.integration.percolator.SimplePercolatorTests.convertFromTextArray;
|
||||
import static org.elasticsearch.test.integration.percolator.PercolatorTests.convertFromTextArray;
|
||||
import static org.elasticsearch.test.integration.percolator.TTLPercolatorTests.ensureGreen;
|
||||
import static org.hamcrest.Matchers.*;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.junit.Test;
|
|||
import static org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder;
|
||||
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
|
||||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures;
|
||||
import static org.elasticsearch.test.integration.percolator.SimplePercolatorTests.convertFromTextArray;
|
||||
import static org.elasticsearch.test.integration.percolator.PercolatorTests.convertFromTextArray;
|
||||
import static org.hamcrest.Matchers.*;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue