Skip to content

Commit

Permalink
Perf test fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Bandener <[email protected]>
  • Loading branch information
nibix committed Jul 2, 2024
1 parent edefd97 commit 04d8a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ task performanceTest(type: Test) {
jacoco {
enabled = false
}
//getExtensions().findByType(JacocoTaskExtension.class).setEnabled(false);
jvmArgs += "-Xmx4g"
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public ReplaceResult replaceDashboardsIndex(
}
};

IndexResolverReplacer indexResolverReplacer = new IndexResolverReplacer(indexNameExpressionResolver, null, null);
IndexResolverReplacer indexResolverReplacer = new IndexResolverReplacer(indexNameExpressionResolver, () -> clusterState, null);
NamedXContentRegistry namedXContentRegistry = NamedXContentRegistry.EMPTY;

DynamicConfigModelV7 dynamicConfigModel = new DynamicConfigModelV7(
Expand Down

0 comments on commit 04d8a24

Please sign in to comment.