Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-novnode_jdk11_python3.8_cythonno_x86_64_63_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_63_64180142097.9672024-12-17T04:37:14.65198943ee8a793383

Failures

NameStatusTypeTime(s)
test_mv_with_default_ttl_without_flushFailureccmlib.node.TimeoutError: 17 Dec 2024 04:54:37 [node1] after 120.07/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-12-17 04:52:41,602 YamlConfigura Tail: ...history INFO [main] 2024-12-17 04:54:35,070 SystemKeyspaceMigrator41.java:234 - Migrated 0 rows from legacy compaction_history to compaction_history

self = <materialized_views_test.TestMaterializedViews object at 0x7ff462250670>

@since('3.0')
def test_mv_with_default_ttl_without_flush(self):
> self._test_mv_with_default_ttl(False)

materialized_views_test.py:1337:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
materialized_views_test.py:1344: in _test_mv_with_default_ttl
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:610: in watch_log_for
TimeoutError.raise_if_passed(start=start, timeout=timeout, node=self.name,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

start = 1734411157.5378458, timeout = 120
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-17 04:52:41,602...4:54:35,070 SystemKeyspaceMigrator41.java:234 - Migrated 0 rows from legacy compaction_history to compaction_history\n"
node = 'node1'

@staticmethod
def raise_if_passed(start, timeout, msg, node=None):
if start + timeout < time.time():
> raise TimeoutError.create(start, timeout, msg, node)
E ccmlib.node.TimeoutError: 17 Dec 2024 04:54:37 [node1] after 120.07/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-17 04:52:41,602 YamlConfigura
E Tail: ...history
E INFO [main] 2024-12-17 04:54:35,070 SystemKeyspaceMigrator41.java:234 - Migrated 0 rows from legacy compaction_history to compaction_history

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
153.285
Properties »