parent
b4e7cc062d
commit
0a5eb7c7df
|
@ -55,7 +55,7 @@ import static org.hamcrest.Matchers.*;
|
|||
*/
|
||||
@AwsTest
|
||||
@ClusterScope(scope = Scope.SUITE, numDataNodes = 2, numClientNodes = 0, transportClientRatio = 0.0)
|
||||
abstract public class S3SnapshotRestoreAbstractTest extends AbstractAwsTest {
|
||||
abstract public class AbstractS3SnapshotRestoreTest extends AbstractAwsTest {
|
||||
|
||||
@Override
|
||||
public Settings indexSettings() {
|
|
@ -24,7 +24,7 @@ import org.elasticsearch.common.settings.Settings;
|
|||
|
||||
/**
|
||||
*/
|
||||
public class S3SnapshotRestoreOverHttpTest extends S3SnapshotRestoreAbstractTest {
|
||||
public class S3SnapshotRestoreOverHttpTest extends AbstractS3SnapshotRestoreTest {
|
||||
@Override
|
||||
public Settings nodeSettings(int nodeOrdinal) {
|
||||
ImmutableSettings.Builder settings = ImmutableSettings.builder()
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.elasticsearch.common.settings.Settings;
|
|||
|
||||
/**
|
||||
*/
|
||||
public class S3SnapshotRestoreOverHttpsTest extends S3SnapshotRestoreAbstractTest {
|
||||
public class S3SnapshotRestoreOverHttpsTest extends AbstractS3SnapshotRestoreTest {
|
||||
@Override
|
||||
public Settings nodeSettings(int nodeOrdinal) {
|
||||
ImmutableSettings.Builder settings = ImmutableSettings.builder()
|
||||
|
|
Loading…
Reference in New Issue