Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nemesis):
set_target_node
should first give up current target
in PR #7016 there was a change that drop this part from the code without it, we can get into case that nemesis which are calling this function directly, might leave some nodes mark with `running_nemesis` while no cleaup code can figure it out, and would unmark only the current target selected. Fixes: #7220
- Loading branch information