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

Enabling testing against an external cluster #30885

Merged
merged 2 commits into from
May 26, 2018

Commits on May 25, 2018

  1. Enabling testing against an external cluster

    Today when executing REST tests we take full responsibility for cluster
    configuration. Yet, there are use cases for brining your own cluster to
    the REST tests. This commit is a small first step towards that effort by
    skipping creating the cluster if the tests.rest.cluster and test.cluster
    system properties are set. In this case, the user takes full
    responsibility for configuring the cluster as expected by the REST
    tests. This step is by no means meant to be perfect or complete, only a
    baby step.
    jasontedor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    2b45ba9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'elastic/master' into bring-your-own-clu…

    …ster
    
    * elastic/master:
      Do not serialize basic license exp in x-pack info (elastic#30848)
      Change BWC version for VerifyRepositoryResponse (elastic#30796)
      [DOCS] Document index name limitations (elastic#30826)
      Harmonize include_defaults tests (elastic#30700)
      [TEST] Mute {p0=snapshot.get_repository/10_basic/Verify created repository} YAML test
    jasontedor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    60f1c3b View commit details
    Browse the repository at this point in the history