Fix tests that check for deprecation message
This commit is contained in:
parent
048c87d8a5
commit
1aefbf57e1
|
@ -5,8 +5,8 @@
|
|||
features: warnings
|
||||
- do:
|
||||
warnings:
|
||||
- "[access_key] setting was deprecated in Elasticsearch and it will be removed in a future release! See the breaking changes lists in the documentation for details"
|
||||
- "[secret_key] setting was deprecated in Elasticsearch and it will be removed in a future release! See the breaking changes lists in the documentation for details"
|
||||
- "[access_key] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version."
|
||||
- "[secret_key] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version."
|
||||
snapshot.create_repository:
|
||||
repository: test_repo_s3_1
|
||||
verify: false
|
||||
|
|
|
@ -186,8 +186,8 @@
|
|||
shadow_replicas: true
|
||||
shared_filesystem: false
|
||||
warnings:
|
||||
- "[index.shadow_replicas] setting was deprecated in Elasticsearch and it will be removed in a future release! See the breaking changes lists in the documentation for details"
|
||||
- "[index.shared_filesystem] setting was deprecated in Elasticsearch and it will be removed in a future release! See the breaking changes lists in the documentation for details"
|
||||
- "[index.shadow_replicas] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version."
|
||||
- "[index.shared_filesystem] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version."
|
||||
|
||||
- do:
|
||||
cat.shards:
|
||||
|
|
Loading…
Reference in New Issue