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

Fix flaky SearchScrollWithFailingNodesIT #10374

Merged
merged 1 commit into from
Oct 10, 2023

Commits on Oct 10, 2023

  1. Fix flaky SearchScrollWithFailingNodesIT

    The test intended to stop a data node and called a method named
    `stopRandomNonClusterManagerNode()` in order to do that. However, that
    method would stop a random node that was not the currently elected
    cluster manager, regardless of node role. I have also renamed that
    method hoping to be more clear.
    
    Resolves opensearch-project#10137
    
    Signed-off-by: Andrew Ross <[email protected]>
    andrross committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e8fc524 View commit details
    Browse the repository at this point in the history