speed up tests
This commit is contained in:
parent
0706aeead1
commit
4291e2b2f2
|
@ -12,3 +12,4 @@
|
||||||
/.local-execution-hints.log
|
/.local-execution-hints.log
|
||||||
/.local-*-execution-hints.log
|
/.local-*-execution-hints.log
|
||||||
*.vmoptions
|
*.vmoptions
|
||||||
|
/eclipse-build/
|
||||||
|
|
|
@ -25,6 +25,7 @@ import org.elasticsearch.cloud.azure.management.AzureComputeServiceSimpleMock;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||||
|
|
||||||
import static org.hamcrest.Matchers.notNullValue;
|
import static org.hamcrest.Matchers.notNullValue;
|
||||||
|
|
||||||
|
@ -32,6 +33,7 @@ import static org.hamcrest.Matchers.notNullValue;
|
||||||
numDataNodes = 0,
|
numDataNodes = 0,
|
||||||
transportClientRatio = 0.0,
|
transportClientRatio = 0.0,
|
||||||
numClientNodes = 0)
|
numClientNodes = 0)
|
||||||
|
@Slow
|
||||||
public class AzureSimpleTest extends AbstractAzureComputeServiceTest {
|
public class AzureSimpleTest extends AbstractAzureComputeServiceTest {
|
||||||
|
|
||||||
public AzureSimpleTest() {
|
public AzureSimpleTest() {
|
||||||
|
|
|
@ -25,6 +25,7 @@ import org.elasticsearch.cloud.azure.management.AzureComputeServiceTwoNodesMock;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||||
|
|
||||||
import static org.hamcrest.Matchers.notNullValue;
|
import static org.hamcrest.Matchers.notNullValue;
|
||||||
|
|
||||||
|
@ -32,6 +33,7 @@ import static org.hamcrest.Matchers.notNullValue;
|
||||||
numDataNodes = 0,
|
numDataNodes = 0,
|
||||||
transportClientRatio = 0.0,
|
transportClientRatio = 0.0,
|
||||||
numClientNodes = 0)
|
numClientNodes = 0)
|
||||||
|
@Slow
|
||||||
public class AzureTwoStartedNodesTest extends AbstractAzureComputeServiceTest {
|
public class AzureTwoStartedNodesTest extends AbstractAzureComputeServiceTest {
|
||||||
|
|
||||||
public AzureTwoStartedNodesTest() {
|
public AzureTwoStartedNodesTest() {
|
||||||
|
|
Loading…
Reference in New Issue