mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
6a902684c5
commit
add3fdc50f
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue