Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-large_jdk11_python3.8_cythonno_x86_64_10_32

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_10_3220103299.3502024-12-16T18:42:43.4989709b1c0c21beb3

Failures

NameStatusTypeTime(s)
test_bootstrap_multidcFailureccmlib.node.TimeoutError: 16 Dec 2024 19:37:40 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-12-16 19:36:13,698 YamlConfigura Tail: ..... WARN [GossipTasks:1] 2024-12-16 19:37:33,851 FailureDetector.java:355 - Not marking nodes down due to local pause of 69242769769ns > 5000000000ns

self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_5_0_x_To_indev_trunk object at 0x7f31f26a0910>

def test_bootstrap_multidc(self):
# try and add a new node
# multi dc, 2 nodes in each dc
self.prepare()
cluster = self.cluster

if cluster.version() >= '5.0':
cluster.set_configuration_options({'user_defined_functions_threads_enabled': 'true',
'scripted_user_defined_functions_enabled': 'false'})
elif cluster.version() >= '3.0':
cluster.set_configuration_options({'enable_user_defined_functions': 'true',
'enable_scripted_user_defined_functions': 'true'})
elif cluster.version() >= '2.2':
cluster.set_configuration_options({'enable_user_defined_functions': 'true'})

cluster.populate([2, 2])
[node.start(use_jna=True, wait_for_binary_proto=True) for node in self.cluster.nodelist()]
self._multidc_schema_create()
> self.upgrade_scenario(populate=False, create_schema=False, after_upgrade_call=(self._bootstrap_new_node_multidc,))

upgrade_tests/upgrade_through_versions_test.py:865:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 1734377769.9885828, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-16 19:36:13,698...16 19:37:33,851 FailureDetector.java:355 - Not marking nodes down due to local pause of 69242769769ns > 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 19:37:40 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-16 19:36:13,698 YamlConfigura
E Tail: .....
E WARN [GossipTasks:1] 2024-12-16 19:37:33,851 FailureDetector.java:355 - Not marking nodes down due to local pause of 69242769769ns > 5000000000ns

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