Rename integ tests back from IT extension

Original commit: elastic/x-pack-elasticsearch@e4ffa393ba
This commit is contained in:
Ryan Ernst 2015-08-03 18:47:33 -07:00
parent ae02762b95
commit cfc4c6eca2
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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;

View File

@ -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 {

View File

@ -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;

View File

@ -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";

View File

@ -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() {