Skip to content

Commit bcb0a0f

Browse files
committed
Don't run registry at all
1 parent ba49d48 commit bcb0a0f

File tree

7 files changed

+4
-2837
lines changed

7 files changed

+4
-2837
lines changed

x-pack/plugin/apm-data/src/test/java/org/elasticsearch/xpack/apmdata/APMIndexTemplateRegistryTests.java

Lines changed: 1 addition & 563 deletions
Large diffs are not rendered by default.

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/template/IndexTemplateRegistry.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@ public void clusterChanged(ClusterChangedEvent event) {
246246
if (event.localNodeMaster() == false && localNodeVersionAfterMaster == false) {
247247
return;
248248
}
249-
for (ProjectMetadata project : event.state().metadata().projects().values()) {
250-
addIngestPipelinesIfMissing(project);
251-
addTemplatesIfMissing(project);
252-
addIndexLifecyclePoliciesIfMissing(project);
253-
}
254249
}
255250

256251
/**

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/template/IndexTemplateRegistryTests.java

Lines changed: 1 addition & 963 deletions
Large diffs are not rendered by default.

x-pack/plugin/ent-search/src/test/java/org/elasticsearch/xpack/application/analytics/AnalyticsTemplateRegistryTests.java

Lines changed: 1 addition & 470 deletions
Large diffs are not rendered by default.

x-pack/plugin/ent-search/src/test/java/org/elasticsearch/xpack/application/connector/ConnectorTemplateRegistryTests.java

Lines changed: 1 addition & 496 deletions
Large diffs are not rendered by default.

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/profiling/10_basic.yml

Lines changed: 0 additions & 339 deletions
This file was deleted.

x-pack/qa/multi-project/xpack-rest-tests-with-multiple-projects/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies {
1010
testImplementation(testArtifact(project(":x-pack:plugin:security:qa:service-account"), "javaRestTest"))
1111
restXpackTestConfig project(path: ':x-pack:plugin:ilm:qa:rest', configuration: "basicRestSpecs")
1212
restXpackTestConfig project(path: ':x-pack:plugin:downsample:qa:rest', configuration: "basicRestSpecs")
13-
restXpackTestConfig project(path: ':x-pack:plugin:stack', configuration: "basicRestSpecs")
1413
}
1514

1615
// let the yamlRestTests see the classpath of test

0 commit comments

Comments
 (0)