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] Close additional clients created while running yaml tests #31575

Merged
merged 1 commit into from
Jun 26, 2018

Commits on Jun 26, 2018

  1. [TEST] Close additional clients created while running yaml tests

    We recently introduced a mechanism that allows to specify a node
    selector as part of do sections (see elastic#31471). When a node selector that
    is not the default one is configured, a new client will be initialized
    with the same properties as the default one, but with the specified
    node selector. This commit improves such mechanism but also closing
    the additional clients being created and adding equals/hashcode impl to
    the custom node selector as they are cached into a map.
    javanna committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    30dca31 View commit details
    Browse the repository at this point in the history