Class | Name | Status | Type | Time(s) |
8_cythonno_x86_64_10_32 | test_rolling_upgrade | Success | | 1168.060 |
8_cythonno_x86_64_10_32 | test_bootstrap_multidc | Success | | 616.715 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade_with_internode_ssl | Success | | 900.285 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade | Success | | 323.721 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1284.193 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade | Success | | 484.340 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade | Success | | 889.433 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade_with_internode_ssl | Success | | 334.295 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade | Success | | 1337.705 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade_with_internode_ssl | Success | | 541.070 |
8_cythonno_x86_64_15_32 | test_parallel_upgrade_with_internode_ssl | Success | | 934.753 |
8_cythonno_x86_64_15_32 | test_bootstrap | Success | | 509.307 |
8_cythonno_x86_64_16_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1259.208 |
8_cythonno_x86_64_16_32 | test_bootstrap_multidc | Success | | 549.958 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 776.243 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 317.793 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 1367.109 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 475.434 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 846.498 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 339.009 |
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.003 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade_with_internode_ssl | Success | | 259.692 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1223.210 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 486.749 |
8_cythonno_x86_64_21_32 | test_parallel_upgrade | Success | | 673.466 |
8_cythonno_x86_64_21_32 | test_bootstrap | Success | | 589.147 |
8_cythonno_x86_64_22_32 | test_rolling_upgrade | Success | | 1031.244 |
8_cythonno_x86_64_22_32 | test_bootstrap_multidc | Success | | 712.234 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade_with_internode_ssl | Success | | 619.792 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade | Success | | 381.112 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1005.008 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade | Success | | 498.178 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Success | | 3.096 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Failure | ccmlib.node.TimeoutError: 23 Aug 2024 08:34:45 [node1] after 90.12/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-08-23 08:33:16,529 YamlConfigura
Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.6hoo0v/dtest-ceus1e1n/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-big
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV5Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD object at 0x7fd4c40f7730>
@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 = 1724401995.0891428, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-08-23 08:33:16,529...uild/run-python-dtest.6hoo0v/dtest-ceus1e1n/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: 23 Aug 2024 08:34:45 [node1] after 90.12/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-08-23 08:33:16,529 YamlConfigura
E Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.6hoo0v/dtest-ceus1e1n/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-big
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 465.025 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade_with_internode_ssl | Success | | 445.910 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade | Success | | 1008.251 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade_with_internode_ssl | Success | | 568.258 |
8_cythonno_x86_64_27_32 | test_parallel_upgrade_with_internode_ssl | Success | | 681.949 |
8_cythonno_x86_64_28_32 | test_rolling_upgrade_with_internode_ssl | Success | | 986.086 |
8_cythonno_x86_64_29_32 | test_bootstrap | Success | | 439.749 |
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 | 0.779 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade_with_internode_ssl | Success | | 416.955 |
8_cythonno_x86_64_30_32 | test_bootstrap_multidc | Success | | 511.078 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade | Success | | 326.185 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade | Success | | 406.375 |
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 | 0.851 |
8_cythonno_x86_64_3_32 | test_bootstrap | Success | | 450.957 |
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 | 0.904 |
8_cythonno_x86_64_4_32 | test_bootstrap_multidc | Success | | 566.824 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 830.981 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 272.501 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 1304.289 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 419.830 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 861.264 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 283.668 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1188.711 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 412.626 |
8_cythonno_x86_64_9_32 | test_parallel_upgrade | Success | | 847.009 |
8_cythonno_x86_64_9_32 | test_bootstrap | Success | | 520.950 |