File tree 3 files changed +3
-3
lines changed
src/test/java/org/elasticsearch
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
<properties >
35
35
<elasticsearch .version>2.0.0-SNAPSHOT</elasticsearch .version>
36
- <lucene .version>4.7.1 </lucene .version>
36
+ <lucene .version>4.8.0 </lucene .version>
37
37
<tests .output>onerror</tests .output>
38
38
<tests .jvms>1</tests .jvms>
39
39
<tests .shuffle>true</tests .shuffle>
Original file line number Diff line number Diff line change 35
35
* This test requires AWS to run.
36
36
*/
37
37
@ AwsTest
38
- @ ClusterScope (scope = Scope .TEST , numNodes = 0 )
38
+ @ ClusterScope (scope = Scope .TEST , numDataNodes = 0 )
39
39
public class Ec2DiscoveryITest extends AbstractAwsTest {
40
40
41
41
@ Test
Original file line number Diff line number Diff line change 52
52
/**
53
53
*/
54
54
@ AwsTest
55
- @ ClusterScope (scope = Scope .SUITE , numNodes = 2 )
55
+ @ ClusterScope (scope = Scope .SUITE , numDataNodes = 2 )
56
56
public class S3SnapshotRestoreTest extends AbstractAwsTest {
57
57
58
58
@ Override
You can’t perform that action at this time.
0 commit comments