Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog/120662.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 120662
summary: Fix broken yaml test `30_create_from`
area: Indices APIs
type: bug
issues: []
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ tests:
- class: org.elasticsearch.index.reindex.BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests
method: testReindex
issue: https://github.com/elastic/elasticsearch/issues/120605
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=migrate/30_create_from/Test create_from with remove_index_blocks set to false}
issue: https://github.com/elastic/elasticsearch/issues/120657
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {lookup-join.MvJoinKeyOnFrom SYNC}
issue: https://github.com/elastic/elasticsearch/issues/120658
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ teardown:
blocks.write: true
blocks.read: true
- do:
migrate.create_from:
indices.create_from:
source: "source-index-1"
dest: "dest-index-1"
body:
Expand Down