Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk11_python3.8_cythonno_x86_64_25_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_25_6417114683.1242024-12-16T19:35:55.521648e5fa3efd5d3e

Failures

NameStatusTypeTime(s)
test_cleanup_when_no_replica_with_indexFailureccmlib.node.NodeError: C* process with 6667 is terminated

self = <nodetool_test.TestNodetool object at 0x7f92755e2970>

@since('3.0')
def test_cleanup_when_no_replica_with_index(self):
> self._cleanup_when_no_replica(True)

nodetool_test.py:114:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
nodetool_test.py:125: in _cleanup_when_no_replica
self.cluster.populate([1, 1]).start()
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/cluster.py:550: in start
node.watch_log_for(start_message, timeout=timeout, process=p, verbose=verbose, from_mark=mark,
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:608: in watch_log_for
self.raise_node_error_if_cassandra_process_is_terminated()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <ccmlib.node.Node object at 0x7f926ddf82b0>

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 6667 is terminated

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError
12.824
Properties »