From fdec19c0b23b86564efb834e0c43974180ea0104 Mon Sep 17 00:00:00 2001 From: Kiran Prakash Date: Fri, 14 Jun 2024 17:11:12 -0700 Subject: [PATCH] Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash --- .../java/org/opensearch/indices/IndicesRequestCacheIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java index 7cac16936528f..e120b289ded4d 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java @@ -725,6 +725,7 @@ public void testCacheWithInvalidation() throws Exception { // calling cache clear api, when staleness threshold is lower than staleness, it should clean the stale keys from cache public void testCacheClearAPIRemovesStaleKeysWhenStalenessThresholdIsLow() throws Exception { + String node = internalCluster().startNode( Settings.builder() .put(IndicesRequestCache.INDICES_REQUEST_CACHE_CLEANUP_STALENESS_THRESHOLD_SETTING_KEY, 0.10)