Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-large_jdk11_python3.8_cythonno_x86_64_21_32

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_21_3220101852.2182024-08-13T12:10:06.115235e2d7c840d024

Failures

NameStatusTypeTime(s)
test_parallel_upgradeFailureccmlib.node.TimeoutError: 13 Aug 2024 12:30:43 [node1] after 90.13/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-08-13 12:29:14,908 YamlConfigura Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.AWEr17/dtest-7qej_rv6/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-big

self = <upgrade_tests.upgrade_through_versions_test.TestProtoV5Upgrade_AllVersions_EndsAt_Trunk_HEAD object at 0x7fef36de7760>

@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 = 1723552152.913662, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-08-13 12:29:14,908...uild/run-python-dtest.AWEr17/dtest-7qej_rv6/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-big\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: 13 Aug 2024 12:30:43 [node1] after 90.13/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-08-13 12:29:14,908 YamlConfigura
E Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.AWEr17/dtest-7qej_rv6/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-big

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