Skip to content
Open
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
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,6 @@ tests:
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
method: testWatcherWithApiKey {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/131964
- class: org.elasticsearch.test.rest.yaml.MDPYamlTestSuiteIT
method: test {yaml=mdp/10_basic/Index using shared data path}
issue: https://github.com/elastic/elasticsearch/issues/132223
- class: org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT
method: testNullsOrderWithMissingOrderSupportQueryingNewNode
issue: https://github.com/elastic/elasticsearch/issues/132249
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@
op_type: index

- match: { result: updated }

# every time the data_path setting is accessed this warning is generated, so we must cleanup explicitly to ignore it
- do:
warnings:
- "[index.data_path] setting was deprecated in Elasticsearch and will be removed in a future release. See the deprecation documentation for the next major version."
indices.delete:
index: test_index