Skip to content

Commit 731d0a2

Browse files
authored
Fixing a type in the expected warning in two ingest simulate yaml tests (#115141) (#115146)
1 parent bb4ac80 commit 731d0a2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,6 @@ tests:
318318
- class: org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests
319319
method: testMinimumVersionSameAsNewVersion
320320
issue: https://github.com/elastic/elasticsearch/issues/114593
321-
- class: org.elasticsearch.smoketest.SmokeTestIngestWithAllDepsClientYamlTestSuiteIT
322-
method: test {yaml=ingest/80_ingest_simulate/Test ingest simulate with template substitutions for component templates}
323-
issue: https://github.com/elastic/elasticsearch/issues/114602
324-
- class: org.elasticsearch.smoketest.SmokeTestIngestWithAllDepsClientYamlTestSuiteIT
325-
method: test {yaml=ingest/80_ingest_simulate/Test ingest simulate with template substitutions for component templates removing pipelines}
326-
issue: https://github.com/elastic/elasticsearch/issues/114603
327321
- class: org.elasticsearch.xpack.security.support.SecurityIndexManagerIntegTests
328322
method: testOnIndexAvailableForSearchIndexAlreadyAvailable
329323
issue: https://github.com/elastic/elasticsearch/issues/114608

qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest/80_ingest_simulate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ setup:
375375

376376
- do:
377377
allowed_warnings:
378-
- "index template [test-composable-1] has index patterns [tsdb_templated_*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test-composable-1] will take precedence during new index creation"
378+
- "index template [test-composable-1] has index patterns [foo*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test-composable-1] will take precedence during new index creation"
379379
indices.put_index_template:
380380
name: test-composable-1
381381
body:
@@ -527,7 +527,7 @@ setup:
527527

528528
- do:
529529
allowed_warnings:
530-
- "index template [test-composable-1] has index patterns [tsdb_templated_*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test-composable-1] will take precedence during new index creation"
530+
- "index template [test-composable-1] has index patterns [foo*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test-composable-1] will take precedence during new index creation"
531531
indices.put_index_template:
532532
name: test-composable-1
533533
body:

0 commit comments

Comments
 (0)