Skip to content

Commit

Permalink
tests: call clean_node() to cleanup after rouge rp instances
Browse files Browse the repository at this point in the history
(cherry picked from commit ee680b4)
  • Loading branch information
dlex committed Jan 12, 2023
1 parent 3d2aa16 commit 245f863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/nodes_decommissioning_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,8 @@ def test_decommissioning_rebalancing_node(self, shutdown_decommissioned):
self.await_startup(min_records=self.records_to_wait(), timeout_sec=120)
# throttle recovery
rpk = RpkTool(self.redpanda)
self.redpanda.clean_node(self.redpanda.nodes[-1],
preserve_current_install=True)
self.redpanda.start_node(self.redpanda.nodes[-1])
rpk.cluster_config_set("raft_learner_recovery_rate", str(10))
# wait for rebalancing to start
Expand Down

0 comments on commit 245f863

Please sign in to comment.