Skip to content

Commit bbf63d0

Browse files
committed
Fixed tests imports
1 parent 15a2b82 commit bbf63d0

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

x-pack/plugin/esql/qa/server/mixed-cluster/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/mixed/MixedClusterEsqlSpecIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import org.elasticsearch.test.rest.TestFeatureService;
1313
import org.elasticsearch.xpack.esql.CsvSpecReader.CsvTestCase;
1414
import org.elasticsearch.xpack.esql.qa.rest.EsqlSpecTestCase;
15+
import org.elasticsearch.xpack.esql.qa.rest.RestEsqlTestCase.Mode;
1516
import org.junit.AfterClass;
1617
import org.junit.Before;
1718
import org.junit.ClassRule;

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.elasticsearch.xpack.esql.CsvTestsDataLoader;
2828
import org.elasticsearch.xpack.esql.SpecReader;
2929
import org.elasticsearch.xpack.esql.qa.rest.EsqlSpecTestCase;
30+
import org.elasticsearch.xpack.esql.qa.rest.RestEsqlTestCase.Mode;
3031
import org.junit.AfterClass;
3132
import org.junit.ClassRule;
3233
import org.junit.rules.RuleChain;
@@ -58,7 +59,7 @@
5859
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.JOIN_PLANNING_V1;
5960
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.METADATA_FIELDS_REMOTE_TEST;
6061
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.UNMAPPED_FIELDS;
61-
import static org.elasticsearch.xpack.esql.qa.rest.EsqlSpecTestCase.Mode.SYNC;
62+
import static org.elasticsearch.xpack.esql.qa.rest.RestEsqlTestCase.Mode.SYNC;
6263
import static org.mockito.ArgumentMatchers.any;
6364
import static org.mockito.Mockito.doAnswer;
6465
import static org.mockito.Mockito.mock;

x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/EsqlSpecIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import org.elasticsearch.xpack.esql.CsvSpecReader.CsvTestCase;
1515
import org.elasticsearch.xpack.esql.plugin.ComputeService;
1616
import org.elasticsearch.xpack.esql.qa.rest.EsqlSpecTestCase;
17+
import org.elasticsearch.xpack.esql.qa.rest.RestEsqlTestCase.Mode;
1718
import org.junit.ClassRule;
1819

1920
@ThreadLeakFilters(filters = TestClustersThreadFilter.class)

x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/GenerativeForkIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import org.elasticsearch.test.TestClustersThreadFilter;
1313
import org.elasticsearch.test.cluster.ElasticsearchCluster;
1414
import org.elasticsearch.xpack.esql.CsvSpecReader;
15+
import org.elasticsearch.xpack.esql.qa.rest.RestEsqlTestCase.Mode;
1516
import org.elasticsearch.xpack.esql.qa.rest.generative.GenerativeForkRestTest;
1617
import org.junit.ClassRule;
1718

x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/RestEnrichIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import org.elasticsearch.test.TestClustersThreadFilter;
1313
import org.elasticsearch.test.cluster.ElasticsearchCluster;
1414
import org.elasticsearch.xpack.esql.qa.rest.RestEnrichTestCase;
15+
import org.elasticsearch.xpack.esql.qa.rest.RestEsqlTestCase.Mode;
1516
import org.junit.ClassRule;
1617

1718
@ThreadLeakFilters(filters = TestClustersThreadFilter.class)

0 commit comments

Comments
 (0)