mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 17:39:15 +00:00
speed up tests
This commit is contained in:
parent
0706aeead1
commit
4291e2b2f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/.local-execution-hints.log
|
||||
/.local-*-execution-hints.log
|
||||
*.vmoptions
|
||||
/eclipse-build/
|
||||
|
@ -25,6 +25,7 @@ import org.elasticsearch.cloud.azure.management.AzureComputeServiceSimpleMock;
|
||||
import org.elasticsearch.common.settings.Settings;
|
||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||
import org.junit.Test;
|
||||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||
|
||||
import static org.hamcrest.Matchers.notNullValue;
|
||||
|
||||
@ -32,6 +33,7 @@ import static org.hamcrest.Matchers.notNullValue;
|
||||
numDataNodes = 0,
|
||||
transportClientRatio = 0.0,
|
||||
numClientNodes = 0)
|
||||
@Slow
|
||||
public class AzureSimpleTest extends AbstractAzureComputeServiceTest {
|
||||
|
||||
public AzureSimpleTest() {
|
||||
|
@ -25,6 +25,7 @@ import org.elasticsearch.cloud.azure.management.AzureComputeServiceTwoNodesMock;
|
||||
import org.elasticsearch.common.settings.Settings;
|
||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||
import org.junit.Test;
|
||||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||
|
||||
import static org.hamcrest.Matchers.notNullValue;
|
||||
|
||||
@ -32,6 +33,7 @@ import static org.hamcrest.Matchers.notNullValue;
|
||||
numDataNodes = 0,
|
||||
transportClientRatio = 0.0,
|
||||
numClientNodes = 0)
|
||||
@Slow
|
||||
public class AzureTwoStartedNodesTest extends AbstractAzureComputeServiceTest {
|
||||
|
||||
public AzureTwoStartedNodesTest() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user