Skip to content

Commit

Permalink
Disable REST default settings testing until #29229 is back-ported
Browse files Browse the repository at this point in the history
That PR changed the execution path of index settings default to be on the master
until the PR is back-ported the old master will not return default settings.
  • Loading branch information
bleskes authored and colings86 committed May 8, 2018
1 parent 8fb798f commit 245479f
Showing 1 changed file with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ Test reset index settings:
indices.get_settings:
flat_settings: false
- is_false: test-index.settings.index\.refresh_interval
- do:
indices.get_settings:
include_defaults: true
flat_settings: true
index: test-index
- match:
test-index.defaults.index\.refresh_interval: "1s"

# Disabled until https://github.com/elastic/elasticsearch/pull/29229 is back-ported
# That PR changed the execution path of index settings default to be on the master
# until the PR is back-ported the old master will not return default settings.
#
# - do:
# indices.get_settings:
# include_defaults: true
# flat_settings: true
# index: test-index
# - match:
# test-index.defaults.index\.refresh_interval: "1s"

0 comments on commit 245479f

Please sign in to comment.