Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-novnode_jdk11_python3.8_cythonno_x86_64_55_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_55_64180152554.7932024-12-17T04:12:08.385525cbaec0e719ad

Failures

NameStatusTypeTime(s)
test_assassinate_valid_nodeFailureccmlib.node.TimeoutError: 17 Dec 2024 04:29:07 [node1] after 120.93/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-12-17 04:26:59,389 YamlConfigura Tail: ...alue format; For more information, please refer to NEWS.txt INFO [main] 2024-12-17 04:29:04,114 Gossiper.java:1939 - Waiting for gossip to settle...

self = <gossip_test.TestGossip object at 0x7fdc4c4009a0>

def test_assassinate_valid_node(self):
"""
@jira_ticket CASSANDRA-16588
Test that after taking two non-seed nodes down and assassinating
one of them, the other can come back up.
"""
cluster = self.cluster

> cluster.populate(5).start()

gossip_test.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../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 = 1734409626.6226242, timeout = 120
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-17 04:26:59,389... please refer to NEWS.txt\nINFO [main] 2024-12-17 04:29:04,114 Gossiper.java:1939 - Waiting for gossip to settle...\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:29:07 [node1] after 120.93/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-17 04:26:59,389 YamlConfigura
E Tail: ...alue format; For more information, please refer to NEWS.txt
E INFO [main] 2024-12-17 04:29:04,114 Gossiper.java:1939 - Waiting for gossip to settle...

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