Class | Name | Status | Type | Time(s) |
8_cythonno_x86_64_10_32 | test_rolling_upgrade | Success | | 1002.298 |
8_cythonno_x86_64_10_32 | test_bootstrap_multidc | Success | | 469.199 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade_with_internode_ssl | Success | | 697.165 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade | Success | | 299.332 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1103.193 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade | Success | | 451.479 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade | Success | | 830.260 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade_with_internode_ssl | Success | | 394.969 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade | Success | | 1051.903 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade_with_internode_ssl | Success | | 412.625 |
8_cythonno_x86_64_15_32 | test_parallel_upgrade_with_internode_ssl | Success | | 751.993 |
8_cythonno_x86_64_15_32 | test_bootstrap | Success | | 539.572 |
8_cythonno_x86_64_16_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1070.035 |
8_cythonno_x86_64_16_32 | test_bootstrap_multidc | Success | | 507.440 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 655.417 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 383.597 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 1097.215 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 574.324 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 876.523 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 405.094 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 1.916 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade_with_internode_ssl | Success | | 406.635 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1097.096 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 482.787 |
8_cythonno_x86_64_21_32 | test_parallel_upgrade | Success | | 523.080 |
8_cythonno_x86_64_21_32 | test_bootstrap | Success | | 543.949 |
8_cythonno_x86_64_22_32 | test_rolling_upgrade | Success | | 766.858 |
8_cythonno_x86_64_22_32 | test_bootstrap_multidc | Success | | 617.197 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade_with_internode_ssl | Success | | 472.784 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade | Success | | 381.273 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade_with_internode_ssl | Success | | 716.136 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade | Success | | 483.540 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Success | | 7.167 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Failure | 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:
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_32 | test_parallel_upgrade_with_internode_ssl | Success | | 5.487 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade_with_internode_ssl | Failure | 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:
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_26_32 | test_rolling_upgrade | Success | | 796.432 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade_with_internode_ssl | Success | | 576.853 |
8_cythonno_x86_64_27_32 | test_parallel_upgrade_with_internode_ssl | Success | | 542.196 |
8_cythonno_x86_64_27_32 | test_bootstrap | Success | | 498.735 |
8_cythonno_x86_64_28_32 | test_rolling_upgrade_with_internode_ssl | Success | | 746.966 |
8_cythonno_x86_64_28_32 | test_bootstrap_multidc | Success | | 573.538 |
8_cythonno_x86_64_29_32 | test_bootstrap | Success | | 475.890 |
8_cythonno_x86_64_29_32 | test_parallel_upgrade | Success | | 455.877 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 1.379 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade_with_internode_ssl | Success | | 457.054 |
8_cythonno_x86_64_30_32 | test_bootstrap_multidc | Success | | 482.870 |
8_cythonno_x86_64_30_32 | test_rolling_upgrade | Success | | 511.075 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade | Success | | 311.067 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade_with_internode_ssl | Success | | 423.031 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade | Success | | 486.264 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade_with_internode_ssl | Success | | 545.717 |
8_cythonno_x86_64_3_32 | test_parallel_upgrade_with_internode_ssl | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 5.542 |
8_cythonno_x86_64_3_32 | test_bootstrap | Success | | 5.085 |
8_cythonno_x86_64_3_32 | test_bootstrap | Failure | 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:
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 |
8_cythonno_x86_64_4_32 | test_rolling_upgrade_with_internode_ssl | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 1.262 |
8_cythonno_x86_64_4_32 | test_bootstrap_multidc | Success | | 523.724 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 726.783 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 318.195 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 1039.659 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 426.298 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 759.492 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 319.955 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1005.413 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 407.012 |
8_cythonno_x86_64_9_32 | test_parallel_upgrade | Success | | 657.532 |
8_cythonno_x86_64_9_32 | test_bootstrap | Success | | 409.538 |