Skip to content

Commit cb62b44

Browse files
Remove shard changes and add retention lease REST APIs (#122754)
1 parent a1b16d9 commit cb62b44

File tree

7 files changed

+19
-1492
lines changed

7 files changed

+19
-1492
lines changed

x-pack/plugin/ccr/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'elasticsearch.internal-es-plugin'
22
apply plugin: 'elasticsearch.internal-cluster-test'
3-
apply plugin: 'elasticsearch.internal-java-rest-test'
43
esplugin {
54
name = 'x-pack-ccr'
65
description = 'Elasticsearch Expanded Pack Plugin - CCR'
@@ -34,16 +33,6 @@ tasks.named('internalClusterTestTestingConventions').configure {
3433
baseClass 'org.elasticsearch.test.ESIntegTestCase'
3534
}
3635

37-
tasks.named("javaRestTest").configure {
38-
usesDefaultDistribution()
39-
}
40-
41-
restResources {
42-
restApi {
43-
include 'bulk', 'search', '_common', 'indices', 'index', 'cluster', 'data_stream'
44-
}
45-
}
46-
4736
addQaCheckDependencies(project)
4837

4938
dependencies {

0 commit comments

Comments
 (0)