Skip to content

Commit

Permalink
Another commit to resolve comments
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <heemin@amazon.com>
  • Loading branch information
heemin32 committed Apr 25, 2023
1 parent d98f20f commit 2752338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public static void createIndexIfNotExists(
final TimeValue timeout
) {
if (clusterService.state().metadata().hasIndex(indexName) == true) {
log.info("Index {} already exist", indexName);
return;
}
final Map<String, Object> indexSettings = new HashMap<>();
Expand Down
2 changes: 1 addition & 1 deletion src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Test that geospatial plugin is loaded in OpenSearch":
"Test that geospatial and job scheduler plugins are loaded in OpenSearch":
- do:
cat.plugins:
local: true
Expand Down

0 comments on commit 2752338

Please sign in to comment.