Skip to content

Commit

Permalink
Add analysis-common module to smoke test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jul 12, 2023
1 parent 6349e9f commit 0183ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/smoke-test-multinode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {
clusterModules project(":modules:mapper-extras")
clusterModules project(":modules:ingest-common")
clusterModules project(":modules:reindex")
clusterModules project(":modules:analysis-common")
}

tasks.named("yamlRestTest").configure {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class SmokeTestMultiNodeClientYamlTestSuiteIT extends ESClientYamlSuiteTe
.module("mapper-extras")
.module("ingest-common")
.module("reindex")
.module("analysis-common")
// The first node does not have the ingest role so we're sure ingest requests are forwarded:
.node(0, n -> n.setting("node.roles", "[master,data,ml,remote_cluster_client,transform]"))
.feature(FeatureFlag.TIME_SERIES_MODE)
Expand Down

0 comments on commit 0183ddd

Please sign in to comment.