Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] Fix FullClusterRestartIT.testShrink() with copy_settings param #34853

Merged
merged 2 commits into from
Oct 26, 2018

Commits on Oct 26, 2018

  1. [Test] Fix FullClusterRestartIT.testShrink() with copy_settings param

    The pull request elastic#34338 added strict deprecation mode to the REST tests
    and adds the copy_settings param when testing the shrink of an index.
    
    This parameter has been added in 6.4.0 and will be removed in 8.0, so
    the test now needs to take care of the old cluster version when adding
    the copy_settings param.
    tlrx committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    58ebe32 View commit details
    Browse the repository at this point in the history
  2. Unmute test

    tlrx committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    99a6126 View commit details
    Browse the repository at this point in the history