Skip to content

Commit 40f0269

Browse files
Update IndicesRequestCacheIT.java
Signed-off-by: Kiran Prakash <awskiran@amazon.com>
1 parent 256e7ea commit 40f0269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ public void testCacheCleanupAfterIndexDeletion() throws Exception {
11681168
}, cacheCleanIntervalInMillis * 2, TimeUnit.MILLISECONDS);
11691169
}
11701170

1171-
// when staleness threshold is lower than staleness, it should clean the cache from all indices having stale keys
1171+
// when staleness threshold is lower than staleness, it should clean cache from all indices having stale keys
11721172
public void testStaleKeysCleanupWithMultipleIndices() throws Exception {
11731173
int cacheCleanIntervalInMillis = 10;
11741174
String node = internalCluster().startNode(

0 commit comments

Comments
 (0)