Skip to content

Commit c063253

Browse files
gaobinlongakolarkunnu
authored andcommitted
Fix flaky test in {yaml=ingest/70_bulk} (opensearch-project#15172)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent ddc01bf commit c063253

File tree

1 file changed

+3
-0
lines changed
  • modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest

1 file changed

+3
-0
lines changed

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/70_bulk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@ teardown:
178178
- skip:
179179
version: " - 2.15.99"
180180
reason: "fixed in 2.16.0"
181+
features: allowed_warnings
181182
- do:
183+
allowed_warnings:
184+
- "index template [test_for_bulk_upsert_index_template] has index patterns [test_bulk_upsert_*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test_for_bulk_upsert_index_template] will take precedence during new index creation"
182185
indices.put_index_template:
183186
name: test_for_bulk_upsert_index_template
184187
body:

0 commit comments

Comments
 (0)