Rename integ tests back from IT extension
Original commit: elastic/x-pack-elasticsearch@e4ffa393ba
This commit is contained in:
parent
ae02762b95
commit
cfc4c6eca2
|
@ -32,7 +32,7 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitC
|
||||||
import static org.hamcrest.Matchers.*;
|
import static org.hamcrest.Matchers.*;
|
||||||
|
|
||||||
@ESIntegTestCase.ClusterScope(numDataNodes = 0)
|
@ESIntegTestCase.ClusterScope(numDataNodes = 0)
|
||||||
public class IndexRecoveryCollectorIT extends ESIntegTestCase {
|
public class IndexRecoveryCollectorTests extends ESIntegTestCase {
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
|
@ -36,7 +36,7 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitC
|
||||||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures;
|
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures;
|
||||||
import static org.hamcrest.Matchers.*;
|
import static org.hamcrest.Matchers.*;
|
||||||
|
|
||||||
public class TribeIT extends ShieldIntegTestCase {
|
public class TribeTests extends ShieldIntegTestCase {
|
||||||
|
|
||||||
//use known suite prefix since their threads are already ignored via ElasticsearchThreadFilter
|
//use known suite prefix since their threads are already ignored via ElasticsearchThreadFilter
|
||||||
public static final String SECOND_CLUSTER_NODE_PREFIX = SUITE_CLUSTER_NODE_PREFIX;
|
public static final String SECOND_CLUSTER_NODE_PREFIX = SUITE_CLUSTER_NODE_PREFIX;
|
|
@ -50,7 +50,7 @@ import static org.elasticsearch.watcher.trigger.schedule.Schedules.interval;
|
||||||
import static org.hamcrest.Matchers.equalTo;
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
import static org.hamcrest.Matchers.greaterThan;
|
import static org.hamcrest.Matchers.greaterThan;
|
||||||
|
|
||||||
public class ActionThrottleIT extends AbstractWatcherIntegrationTests {
|
public class ActionThrottleTests extends AbstractWatcherIntegrationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSingleActionAckThrottle() throws Exception {
|
public void testSingleActionAckThrottle() throws Exception {
|
|
@ -42,7 +42,7 @@ import static org.hamcrest.Matchers.equalTo;
|
||||||
import static org.hamcrest.Matchers.is;
|
import static org.hamcrest.Matchers.is;
|
||||||
import static org.hamcrest.Matchers.notNullValue;
|
import static org.hamcrest.Matchers.notNullValue;
|
||||||
|
|
||||||
public class WebhookHttpsIntegrationIT extends AbstractWatcherIntegrationTests {
|
public class WebhookHttpsIntegrationTests extends AbstractWatcherIntegrationTests {
|
||||||
|
|
||||||
private int webPort;
|
private int webPort;
|
||||||
private MockWebServer webServer;
|
private MockWebServer webServer;
|
|
@ -19,7 +19,7 @@ import static org.mockito.Mockito.mock;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
public class HttpConnectionTimeoutIT extends ESTestCase {
|
public class HttpConnectionTimeoutTests extends ESTestCase {
|
||||||
|
|
||||||
// setting an unroutable IP to simulate a connection timeout
|
// setting an unroutable IP to simulate a connection timeout
|
||||||
private static final String UNROUTABLE_IP = "192.168.255.255";
|
private static final String UNROUTABLE_IP = "192.168.255.255";
|
|
@ -33,7 +33,7 @@ import static org.hamcrest.Matchers.notNullValue;
|
||||||
import static org.hamcrest.Matchers.nullValue;
|
import static org.hamcrest.Matchers.nullValue;
|
||||||
|
|
||||||
@ESIntegTestCase.ClusterScope(scope = TEST, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false, numDataNodes = 2)
|
@ESIntegTestCase.ClusterScope(scope = TEST, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false, numDataNodes = 2)
|
||||||
public class SlowWatchStatsIT extends AbstractWatcherIntegrationTests {
|
public class SlowWatchStatsTests extends AbstractWatcherIntegrationTests {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean timeWarped() {
|
protected boolean timeWarped() {
|
Loading…
Reference in New Issue