Skip to content

Commit

Permalink
Update IndicesRequestCacheIT.java
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed Jun 15, 2024
1 parent e76c9b6 commit fdec19c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fdec19c

Please sign in to comment.