Skip to content

Commit

Permalink
Updating log statement around test
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
  • Loading branch information
sgup432 committed May 6, 2024
1 parent e1eee1b commit 417ca9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ public void testDeleteAndCreateSameIndexShardOnSameNode() throws Exception {

ensureGreen(indexName);

logger.info("Writing few docs and searching which will cache items");
logger.info("Writing few docs and searching those which will cache items in RequestCache");
indexRandom(true, client.prepareIndex(indexName).setSource("k", "hello"));
indexRandom(true, client.prepareIndex(indexName).setSource("y", "hello again"));
SearchResponse resp = client.prepareSearch(indexName).setRequestCache(true).setQuery(QueryBuilders.termQuery("k", "hello")).get();
Expand Down

0 comments on commit 417ca9d

Please sign in to comment.