test_interrupt_build_process | Failure | ccmlib.node.TimeoutError: 17 Dec 2024 04:28:22 [node1] after 120.56/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-12-17 04:26:27,996 YamlConfigura
Tail: ...e /127.0.0.3:7000 is now part of the cluster
INFO [GossipStage:1] 2024-12-17 04:28:21,959 Gossiper.java:1139 - InetAddress /127.0.0.3:7000 is now UP
self = <materialized_views_test.TestMaterializedViews object at 0x7ffb6d844f10>
def test_interrupt_build_process(self):
"""Test that an interrupted MV build process is resumed as it should"""
options = {'hinted_handoff_enabled': False}
if self.cluster.version() >= '4':
options['concurrent_materialized_view_builders'] = 4
> session = self.prepare(options=options, install_byteman=True)
materialized_views_test.py:1096:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 1734409582.4347672, timeout = 120
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-17 04:26:27,996...he cluster\nINFO [GossipStage:1] 2024-12-17 04:28:21,959 Gossiper.java:1139 - InetAddress /127.0.0.3:7000 is now UP\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:28:22 [node1] after 120.56/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-17 04:26:27,996 YamlConfigura
E Tail: ...e /127.0.0.3:7000 is now part of the cluster
E INFO [GossipStage:1] 2024-12-17 04:28:21,959 Gossiper.java:1139 - InetAddress /127.0.0.3:7000 is now UP
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 147.713 |