Skip to content

Commit 6e3ae9b

Browse files
authored
Fixing a type in the expected warning in two ingest simulate yaml tests (#115141)
1 parent 83a1af0 commit 6e3ae9b

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
@@ -312,12 +312,6 @@ tests:
312312
- class: org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests
313313
method: testMinimumVersionSameAsNewVersion
314314
issue: https://github.com/elastic/elasticsearch/issues/114593
315-
- class: org.elasticsearch.smoketest.SmokeTestIngestWithAllDepsClientYamlTestSuiteIT
316-
method: test {yaml=ingest/80_ingest_simulate/Test ingest simulate with template substitutions for component templates}
317-
issue: https://github.com/elastic/elasticsearch/issues/114602
318-
- class: org.elasticsearch.smoketest.SmokeTestIngestWithAllDepsClientYamlTestSuiteIT
319-
method: test {yaml=ingest/80_ingest_simulate/Test ingest simulate with template substitutions for component templates removing pipelines}
320-
issue: https://github.com/elastic/elasticsearch/issues/114603
321315
- class: org.elasticsearch.xpack.security.support.SecurityIndexManagerIntegTests
322316
method: testOnIndexAvailableForSearchIndexAlreadyAvailable
323317
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)