Unit Test Results.

Designed for use with JUnit and Ant.

All Failures

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_25_32test_parallel_upgradeFailureccmlib.node.TimeoutError: 27 Nov 2024 10:39:45 [node1] after 90.19/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-11-27 10:38:20,517 YamlConfigura Tail: ...system/local-7ad54392bcdd35a684174e047860b377/oa-16-big-Data.db (39B) for commitlog position CommitLogPosition(segmentId=1732703911428, position=284)

self = <upgrade_tests.upgrade_through_versions_test.TestProtoV5Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD object at 0x7f6415a026a0>

@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 = 1732703895.1092641, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-11-27 10:38:20,517...4e047860b377/oa-16-big-Data.db (39B) for commitlog position CommitLogPosition(segmentId=1732703911428, position=284)\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: 27 Nov 2024 10:39:45 [node1] after 90.19/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-11-27 10:38:20,517 YamlConfigura
E Tail: ...system/local-7ad54392bcdd35a684174e047860b377/oa-16-big-Data.db (39B) for commitlog position CommitLogPosition(segmentId=1732703911428, position=284)

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
930.800
8_cythonno_x86_64_25_32test_parallel_upgrade_with_internode_sslFailureccmlib.node.TimeoutError: 27 Nov 2024 11:03:42 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-11-27 11:02:17,367 YamlConfigura Tail: ..... WARN [GossipTasks:1] 2024-11-27 11:03:37,055 FailureDetector.java:355 - Not marking nodes down due to local pause of 68222755356ns > 5000000000ns

self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_indev_4_1_x_To_indev_trunk object at 0x7f6415a0bca0>

@pytest.mark.timeout(3000)
def test_parallel_upgrade_with_internode_ssl(self):
"""
Test upgrading cluster all at once (requires cluster downtime), with internode ssl.
"""
> self.upgrade_scenario(internode_ssl=True)

upgrade_tests/upgrade_through_versions_test.py:402:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 1732705332.6813624, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-11-27 11:02:17,367...27 11:03:37,055 FailureDetector.java:355 - Not marking nodes down due to local pause of 68222755356ns > 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: 27 Nov 2024 11:03:42 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-11-27 11:02:17,367 YamlConfigura
E Tail: .....
E WARN [GossipTasks:1] 2024-11-27 11:03:37,055 FailureDetector.java:355 - Not marking nodes down due to local pause of 68222755356ns > 5000000000ns

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
531.957
8_cythonno_x86_64_3_32test_bootstrapFailureccmlib.node.TimeoutError: 27 Nov 2024 02:00:47 [node1] after 90.16/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-11-27 01:59:21,699 YamlConfigura Tail: ..... WARN [GossipTasks:1] 2024-11-27 02:00:40,527 FailureDetector.java:355 - Not marking nodes down due to local pause of 68028592711ns > 5000000000ns

self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_4_1_x_To_indev_trunk object at 0x7f96b40814f0>

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 = 1732672757.4928458, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-11-27 01:59:21,699...27 02:00:40,527 FailureDetector.java:355 - Not marking nodes down due to local pause of 68028592711ns > 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: 27 Nov 2024 02:00:47 [node1] after 90.16/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-11-27 01:59:21,699 YamlConfigura
E Tail: .....
E WARN [GossipTasks:1] 2024-11-27 02:00:40,527 FailureDetector.java:355 - Not marking nodes down due to local pause of 68028592711ns > 5000000000ns

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