Allowing a warning in a 230_change_target_index yaml rest test (#100686)

This adds an allowed warning when an index template is created in `Test
Change Target Index with Default Pipeline`. This appears to happen more
frequently now that we're running in the new test framework
(https://github.com/elastic/elasticsearch/pull/100537). The index
template creation was also just recently added in
https://github.com/elastic/elasticsearch/pull/100540. Closes #100584
This commit is contained in:
Keith Massey 2023-10-11 11:03:29 -05:00 committed by GitHub
parent 6a902684c5
commit add3fdc50f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,8 @@ teardown:
"Test Change Target Index with Default Pipeline": "Test Change Target Index with Default Pipeline":
- do: - do:
allowed_warnings:
- "index template [index_template] has index patterns [test] matching patterns from existing older templates [global] with patterns (global => [*]); this template [index_template] will take precedence during new index creation"
indices.put_index_template: indices.put_index_template:
name: index_template name: index_template
body: body: