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

Introduce universal bootstrap method for tests with autoMinMasterNodes=false #38038

Merged
merged 11 commits into from
Feb 1, 2019

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    b90a750 View commit details
    Browse the repository at this point in the history
  2. ++

    Andrey Ershov committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    2b4ef9b View commit details
    Browse the repository at this point in the history
  3. Add only master-eligible nodes to initial master nodes

    Andrey Ershov committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    ed2cc92 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    Andrey Ershov committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    f7046e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Removed f.q. usage, assert autoMinMasterNodes=false,

    reset bootstrapMasterNodeId after bootstrap
    Andrey Ershov committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    3d0ffed View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into zen2_tests_bootstrap

    # Conflicts:
    #	server/src/test/java/org/elasticsearch/cluster/MinimumMasterNodesIT.java
    #	server/src/test/java/org/elasticsearch/cluster/SpecificMasterNodesIT.java
    #	server/src/test/java/org/elasticsearch/cluster/coordination/UnsafeBootstrapMasterIT.java
    Andrey Ershov committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    738cf9f View commit details
    Browse the repository at this point in the history
  3. Move bootstrap logic to InternalTestCluster

    Andrey Ershov committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d65742e View commit details
    Browse the repository at this point in the history
  4. private

    Andrey Ershov committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    fff4771 View commit details
    Browse the repository at this point in the history
  5. Fix InternalTestClusterTests

    Andrey Ershov committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    dd33c93 View commit details
    Browse the repository at this point in the history
  6. Remove unused import

    Andrey Ershov committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c6f40df View commit details
    Browse the repository at this point in the history
  7. Check isInternalCluster

    Andrey Ershov committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    345f547 View commit details
    Browse the repository at this point in the history