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: Do not remove xpack templates when cleaning #31642

Merged
merged 9 commits into from
Jul 5, 2018

Commits on Jun 28, 2018

  1. Test: Do not remove xpack templates when cleaning

    At the end of every `ESRestTestCase` we clean the cluster which includes
    deleting all of the templates. If xpack is installed it'll automatically
    recreate a few templates every time they are removed. Which is slow.
    
    This change stops the cleanup from removing the xpack templates. It cuts
    the time to run the docs tests more than in half and it probably saves a
    bit more time on other tests as well.
    nik9000 committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    04f4a18 View commit details
    Browse the repository at this point in the history
  2. Explain

    nik9000 committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    b7546ef View commit details
    Browse the repository at this point in the history
  3. Unused imports

    nik9000 committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    99950ad View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    db245f4 View commit details
    Browse the repository at this point in the history
  2. Fix up comment

    nik9000 committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    9e16d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b330d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    09cffbe View commit details
    Browse the repository at this point in the history
  2. Fix error catching

    nik9000 committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    888db57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    918cb50 View commit details
    Browse the repository at this point in the history