File tree 6 files changed +7
-7
lines changed
src/test/java/org/elasticsearch
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ governing permissions and limitations under the License. -->
16
16
<modelVersion >4.0.0</modelVersion >
17
17
<groupId >org.elasticsearch</groupId >
18
18
<artifactId >elasticsearch-cloud-azure</artifactId >
19
- <version >2.2 .0-SNAPSHOT</version >
19
+ <version >3.0 .0-SNAPSHOT</version >
20
20
<packaging >jar</packaging >
21
21
<name >Elasticsearch Azure cloud plugin</name >
22
22
<description >The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism and add Azure storage repositories.</description >
@@ -44,7 +44,7 @@ governing permissions and limitations under the License. -->
44
44
45
45
<properties >
46
46
<elasticsearch .version>2.0.0-SNAPSHOT</elasticsearch .version>
47
- <lucene .version>4.7.1 </lucene .version>
47
+ <lucene .version>4.8.0 </lucene .version>
48
48
<tests .output>onerror</tests .output>
49
49
<tests .jvms>1</tests .jvms>
50
50
<tests .shuffle>true</tests .shuffle>
Original file line number Diff line number Diff line change 35
35
@ AbstractAzureTest .AzureTest
36
36
@ ElasticsearchIntegrationTest .ClusterScope (
37
37
scope = ElasticsearchIntegrationTest .Scope .TEST ,
38
- numNodes = 1 ,
38
+ numDataNodes = 1 ,
39
39
transportClientRatio = 0.0 )
40
40
public class AzureSimpleITest extends AbstractAzureTest {
41
41
Original file line number Diff line number Diff line change 24
24
25
25
@ ElasticsearchIntegrationTest .ClusterScope (
26
26
scope = ElasticsearchIntegrationTest .Scope .TEST ,
27
- numNodes = 1 ,
27
+ numDataNodes = 1 ,
28
28
transportClientRatio = 0.0 )
29
29
public class AzureSimpleTest extends AbstractAzureComputeServiceTest {
30
30
Original file line number Diff line number Diff line change 24
24
25
25
@ ElasticsearchIntegrationTest .ClusterScope (
26
26
scope = ElasticsearchIntegrationTest .Scope .TEST ,
27
- numNodes = 2 ,
27
+ numDataNodes = 2 ,
28
28
transportClientRatio = 0.0 )
29
29
public class AzureTwoStartedNodesTest extends AbstractAzureComputeServiceTest {
30
30
Original file line number Diff line number Diff line change 53
53
@ AbstractAzureTest .AzureTest
54
54
@ ElasticsearchIntegrationTest .ClusterScope (
55
55
scope = ElasticsearchIntegrationTest .Scope .SUITE ,
56
- numNodes = 2 ,
56
+ numDataNodes = 2 ,
57
57
transportClientRatio = 0.0 )
58
58
public class AzureSnapshotRestoreITest extends AbstractAzureTest {
59
59
Original file line number Diff line number Diff line change 35
35
36
36
@ ElasticsearchIntegrationTest .ClusterScope (
37
37
scope = ElasticsearchIntegrationTest .Scope .SUITE ,
38
- numNodes = 1 ,
38
+ numDataNodes = 1 ,
39
39
transportClientRatio = 0.0 )
40
40
public class AzureSnapshotRestoreTest extends AbstractAzureRepositoryServiceTest {
41
41
You can’t perform that action at this time.
0 commit comments