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

tests: shut down redpanda node after decom #5708

Merged
merged 2 commits into from
Aug 2, 2022

Commits on Jul 28, 2022

  1. tests: refactor decommissioning test node selection

    Use a node object rather than a json dict, this enables
    the subequent commit that does a stop_node.
    jcsp committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f865a94 View commit details
    Browse the repository at this point in the history
  2. tests: shut down node after decom in nodes_decommissioning_test

    Once we improve redpanda to make decommed nodes stop serving
    Kafka traffic, this won't be necessary.  Right now, redpanda
    does require that decommed nodes are stopped in order to avoid
    confusing clients, so the test should do that.
    
    Fixes redpanda-data#3277
    jcsp committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5d80c90 View commit details
    Browse the repository at this point in the history