Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-large-latest_jdk17_python3.8_cythonno_x86_64_4_8

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_4_85211284.2482024-12-16T17:38:13.71380556f5bb495d24

Failures

NameStatusTypeTime(s)
test_add_node_after_mvFailureccmlib.node.NodeError: C* process with 3714 is terminated

self = <materialized_views_test.TestMaterializedViews object at 0x7fb3a087c7f0>

@pytest.mark.resource_intensive
def test_add_node_after_mv(self):
"""
@jira_ticket CASSANDRA-10978

Test that materialized views work as expected when adding a node.
"""

> session = self.prepare()

materialized_views_test.py:603:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
materialized_views_test.py:60: in prepare
cluster.start(jvm_args=['-Dcassandra.reset_bootstrap_progress=false'])
../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 0x7fb39ee6df70>

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

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