From 09232511fb6b8a583584ae69017ed457228279cf Mon Sep 17 00:00:00 2001 From: Peter Alfonsi Date: Fri, 30 Aug 2024 11:36:05 -0700 Subject: [PATCH] Attempt to fix broken ITs Signed-off-by: Peter Alfonsi --- .../java/org/opensearch/indices/IndicesRequestCacheIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java index 3e002f80ee24d..5cae561a77c38 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java @@ -92,7 +92,7 @@ protected Settings featureFlagSettings() { .put(super.featureFlagSettings()).put(FeatureFlags.CONCURRENT_SEGMENT_SEARCH, "true") .put(super.featureFlagSettings()).put(FeatureFlags.PLUGGABLE_CACHE, "true") .build(); - } + } // For now hardcode TC feature flag as true. Attempt to backport the changes allowing us to parameterize it // One of the primary purposes of the query cache is to cache aggs results public void testCacheAggs() throws Exception {