ccmlib.node.NodeError: C* process with 9901 is terminated
self = <replace_address_test.TestReplaceAddress object at 0x7f002c91ecd0>
@pytest.mark.resource_intensive
def test_replace_stopped_node(self):
"""
Test that we can replace a node that is not shutdown gracefully.
"""
> self._test_replace_node(gently=False)
self = <ccmlib.node.Node object at 0x7f0024dd8580>
def raise_node_error_if_cassandra_process_is_terminated(self):
if not self._is_pid_running():
msg = "C* process with {pid} is terminated".format(pid=self.pid)
common.debug(msg)
> raise NodeError(msg)
E ccmlib.node.NodeError: C* process with 9901 is terminated