Skip to content

Commit

Permalink
Allow deprecation warning for the return_200_for_cluster_health_timeo…
Browse files Browse the repository at this point in the history
…ut parameter (elastic#80178)

It will be deprecated in elastic#78968, but first we need to backport the allow_warning
change to 7.16 and 8.0 in order to not break BWC
  • Loading branch information
arteam authored Nov 5, 2021
1 parent 2a5b698 commit 1c711e3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
- skip:
version: " - 7.15.99"
reason: "return_200_for_cluster_health_timeout was added in 7.16"
features: [ "allowed_warnings" ]
- do:
allowed_warnings:
- 'the [return_200_for_cluster_health_timeout] parameter is deprecated and will be removed in a future release.'
cluster.health:
timeout: 1ms
wait_for_active_shards: 5
Expand Down

0 comments on commit 1c711e3

Please sign in to comment.