Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk11_python3.8_cythonno_x86_64_2_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_2_6419213800.1592024-12-16T17:09:17.371572b9a2727a2a62

Failures

NameStatusTypeTime(s)
test_base_column_in_view_pk_commutative_tombstone_without_flushFailureccmlib.node.NodeError: C* process with 8298 is terminated

self = <materialized_views_test.TestMaterializedViews object at 0x7f3118323460>

@since('3.0')
def test_base_column_in_view_pk_commutative_tombstone_without_flush(self):
> self._test_base_column_in_view_pk_commutative_tombstone_(flush=False)

materialized_views_test.py:1778:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
materialized_views_test.py:1785: in _test_base_column_in_view_pk_commutative_tombstone_
session = self.prepare(rf=3, nodes=3, options={'hinted_handoff_enabled': False}, consistency_level=ConsistencyLevel.QUORUM)
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 0x7f31166496a0>

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

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