Class | Name | Status | Type | Time(s) |
8_cythonno_x86_64_10_32 | test_rolling_upgrade | Success | | 1092.767 |
8_cythonno_x86_64_10_32 | test_bootstrap_multidc | Success | | 606.595 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade_with_internode_ssl | Success | | 8.770 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade_with_internode_ssl | Failure | ccmlib.node.TimeoutError: 04 Dec 2024 14:44:16 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-12-04 14:42:50,497 YamlConfigura
Tail: .....
WARN [GossipTasks:1] 2024-12-04 14:44:09,677 FailureDetector.java:355 - Not marking nodes down due to local pause of 68360423931ns > 5000000000ns
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD object at 0x7f3d374e2ac0>
@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 = 1733323366.8024359, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-04 14:42:50,497...04 14:44:09,677 FailureDetector.java:355 - Not marking nodes down due to local pause of 68360423931ns > 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: 04 Dec 2024 14:44:16 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-04 14:42:50,497 YamlConfigura
E Tail: .....
E WARN [GossipTasks:1] 2024-12-04 14:44:09,677 FailureDetector.java:355 - Not marking nodes down due to local pause of 68360423931ns > 5000000000ns
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 1078.891 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade | Success | | 4.318 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade | Failure | ccmlib.node.TimeoutError: 04 Dec 2024 14:57:07 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-12-04 14:55:41,434 YamlConfigura
Tail: .....
WARN [GossipTasks:1] 2024-12-04 14:57:00,759 FailureDetector.java:355 - Not marking nodes down due to local pause of 67952753643ns > 5000000000ns
self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_5_0_x_To_indev_trunk object at 0x7f3d374ec4f0>
@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 = 1733324137.7596488, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-04 14:55:41,434...04 14:57:00,759 FailureDetector.java:355 - Not marking nodes down due to local pause of 67952753643ns > 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: 04 Dec 2024 14:57:07 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-04 14:55:41,434 YamlConfigura
E Tail: .....
E WARN [GossipTasks:1] 2024-12-04 14:57:00,759 FailureDetector.java:355 - Not marking nodes down due to local pause of 67952753643ns > 5000000000ns
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 381.795 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1073.973 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade | Success | | 433.888 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade | Success | | 747.015 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade_with_internode_ssl | Success | | 336.249 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade | Success | | 1110.879 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade_with_internode_ssl | Success | | 436.961 |
8_cythonno_x86_64_15_32 | test_parallel_upgrade_with_internode_ssl | Success | | 772.509 |
8_cythonno_x86_64_15_32 | test_bootstrap | Success | | 521.580 |
8_cythonno_x86_64_16_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1019.518 |
8_cythonno_x86_64_16_32 | test_bootstrap_multidc | Success | | 607.234 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 675.767 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 371.244 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 1041.921 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 486.409 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 775.630 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 413.974 |
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.906 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade_with_internode_ssl | Success | | 375.286 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1119.469 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 526.304 |
8_cythonno_x86_64_21_32 | test_parallel_upgrade | Success | | 536.525 |
8_cythonno_x86_64_21_32 | test_bootstrap | Success | | 574.735 |
8_cythonno_x86_64_22_32 | test_rolling_upgrade | Success | | 737.613 |
8_cythonno_x86_64_22_32 | test_bootstrap_multidc | Success | | 554.754 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade_with_internode_ssl | Success | | 547.633 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade | Success | | 374.126 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade_with_internode_ssl | Success | | 709.853 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade | Success | | 502.622 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Success | | 493.487 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade_with_internode_ssl | Success | | 391.983 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade | Success | | 777.109 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade_with_internode_ssl | Success | | 596.183 |
8_cythonno_x86_64_27_32 | test_parallel_upgrade_with_internode_ssl | Success | | 500.468 |
8_cythonno_x86_64_27_32 | test_bootstrap | Success | | 496.505 |
8_cythonno_x86_64_28_32 | test_rolling_upgrade_with_internode_ssl | Success | | 775.601 |
8_cythonno_x86_64_28_32 | test_bootstrap_multidc | Success | | 573.916 |
8_cythonno_x86_64_29_32 | test_bootstrap | Success | | 475.118 |
8_cythonno_x86_64_29_32 | test_parallel_upgrade | Success | | 448.712 |
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.603 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade_with_internode_ssl | Success | | 627.484 |
8_cythonno_x86_64_30_32 | test_bootstrap_multidc | Success | | 483.223 |
8_cythonno_x86_64_30_32 | test_rolling_upgrade | Success | | 505.944 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade | Success | | 358.516 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade_with_internode_ssl | Success | | 376.486 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade | Success | | 445.511 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade_with_internode_ssl | Success | | 509.115 |
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 | 1.386 |
8_cythonno_x86_64_3_32 | test_bootstrap | Success | | 472.638 |
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 | 3.223 |
8_cythonno_x86_64_4_32 | test_bootstrap_multidc | Success | | 587.587 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 4.647 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 816.320 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 378.565 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 1143.695 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 427.209 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 691.839 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 306.770 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1031.643 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 432.820 |
8_cythonno_x86_64_9_32 | test_parallel_upgrade | Success | | 843.149 |
8_cythonno_x86_64_9_32 | test_bootstrap | Success | | 436.454 |