From 79d560c917fcd0d1e17b679177049c85e5f5224a Mon Sep 17 00:00:00 2001 From: Kiran Prakash Date: Thu, 16 May 2024 11:12:38 -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 766ca2c1189e5..5b442b89cb5b0 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java @@ -183,6 +183,7 @@ public void testCacheAggs() throws Exception { } } + public void testQueryRewrite() throws Exception { Client client = client(); String index = "index";