test_parallel_upgrade | Failure | ccmlib.node.TimeoutError: 16 Dec 2024 19:56:35 [node1] after 90.18/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-12-16 19:55:11,075 YamlConfigura
Tail: ...
INFO [main] 2024-12-16 19:56:25,324 NewGossiper.java:137 - Sending shadow round GOSSIP DIGEST SYN to known peers [/127.0.0.2:7000, /127.0.0.3:7000]
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV5Upgrade_AllVersions_EndsAt_Trunk_HEAD object at 0x7fcdb5df9640>
@pytest.mark.timeout(3000)
def test_parallel_upgrade(self):
"""
Test upgrading cluster all at once (requires cluster downtime).
"""
> self.upgrade_scenario()
upgrade_tests/upgrade_through_versions_test.py:388:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_through_versions_test.py:493: in upgrade_scenario
self.upgrade_to_version(version_meta, internode_ssl=internode_ssl)
upgrade_tests/upgrade_through_versions_test.py:581: in upgrade_to_version
node.start(wait_other_notice=400, wait_for_binary_proto=True,
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:928: in start
self.wait_for_binary_interface(from_mark=self.mark)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:711: in wait_for_binary_interface
self.watch_log_for("Starting listening for CQL clients", **kwargs)
../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 = 1734378904.955157, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-16 19:55:11,075...,324 NewGossiper.java:137 - Sending shadow round GOSSIP DIGEST SYN to known peers [/127.0.0.2:7000, /127.0.0.3:7000]\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: 16 Dec 2024 19:56:35 [node1] after 90.18/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-16 19:55:11,075 YamlConfigura
E Tail: ...
E INFO [main] 2024-12-16 19:56:25,324 NewGossiper.java:137 - Sending shadow round GOSSIP DIGEST SYN to known peers [/127.0.0.2:7000, /127.0.0.3:7000]
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 1131.700 |
test_bootstrap | Failure | ccmlib.node.TimeoutError: 16 Dec 2024 20:19:48 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-12-16 20:18:23,070 YamlConfigura
Tail: .....
WARN [GossipTasks:1] 2024-12-16 20:19:44,177 FailureDetector.java:355 - Not marking nodes down due to local pause of 69353560209ns > 5000000000ns
self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_indev_4_1_x_To_indev_trunk object at 0x7fcdb5e07520>
def test_bootstrap(self):
# try and add a new node
> self.upgrade_scenario(after_upgrade_call=(self._bootstrap_new_node,))
upgrade_tests/upgrade_through_versions_test.py:845:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_through_versions_test.py:493: in upgrade_scenario
self.upgrade_to_version(version_meta, internode_ssl=internode_ssl)
upgrade_tests/upgrade_through_versions_test.py:581: in upgrade_to_version
node.start(wait_other_notice=400, wait_for_binary_proto=True,
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:928: in start
self.wait_for_binary_interface(from_mark=self.mark)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:711: in wait_for_binary_interface
self.watch_log_for("Starting listening for CQL clients", **kwargs)
../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 = 1734380298.720132, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-16 20:18:23,070...16 20:19:44,177 FailureDetector.java:355 - Not marking nodes down due to local pause of 69353560209ns > 5000000000ns\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: 16 Dec 2024 20:19:48 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-16 20:18:23,070 YamlConfigura
E Tail: .....
E WARN [GossipTasks:1] 2024-12-16 20:19:44,177 FailureDetector.java:355 - Not marking nodes down due to local pause of 69353560209ns > 5000000000ns
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 579.037 |