Class | Name | Status | Type | Time(s) |
8_cythonno_x86_64_10_32 | test_rolling_upgrade | Success | | 996.774 |
8_cythonno_x86_64_10_32 | test_bootstrap_multidc | Success | | 524.533 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade_with_internode_ssl | Success | | 683.295 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade | Success | | 305.482 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1007.977 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade | Success | | 420.645 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade | Success | | 663.100 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade_with_internode_ssl | Success | | 313.092 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade | Success | | 1054.122 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade_with_internode_ssl | Success | | 435.638 |
8_cythonno_x86_64_15_32 | test_parallel_upgrade_with_internode_ssl | Success | | 760.651 |
8_cythonno_x86_64_15_32 | test_bootstrap | Success | | 520.630 |
8_cythonno_x86_64_16_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1850.718 |
8_cythonno_x86_64_16_32 | test_bootstrap_multidc | Success | | 4.383 |
8_cythonno_x86_64_16_32 | test_bootstrap_multidc | Failure | ccmlib.node.TimeoutError: 24 Nov 2024 19:50:38 [node1] after 90.18/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-11-24 19:49:13,426 YamlConfigura
Tail: ...4 19:50:36,616 IndexSummaryManager.java:105 - Initializing index summary manager with a memory pool size of 51 MB and a resize interval of 60 minutes
self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_indev_4_0_x_To_indev_trunk object at 0x7fb83efcf8b0>
def test_bootstrap_multidc(self):
# try and add a new node
# multi dc, 2 nodes in each dc
self.prepare()
cluster = self.cluster
if cluster.version() >= '5.0':
cluster.set_configuration_options({'user_defined_functions_threads_enabled': 'true',
'scripted_user_defined_functions_enabled': 'false'})
elif cluster.version() >= '3.0':
cluster.set_configuration_options({'enable_user_defined_functions': 'true',
'enable_scripted_user_defined_functions': 'true'})
elif cluster.version() >= '2.2':
cluster.set_configuration_options({'enable_user_defined_functions': 'true'})
cluster.populate([2, 2])
[node.start(use_jna=True, wait_for_binary_proto=True) for node in self.cluster.nodelist()]
self._multidc_schema_create()
> self.upgrade_scenario(populate=False, create_schema=False, after_upgrade_call=(self._bootstrap_new_node_multidc,))
upgrade_tests/upgrade_through_versions_test.py:865:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 1732477747.9405704, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-11-24 19:49:13,426...r.java:105 - Initializing index summary manager with a memory pool size of 51 MB and a resize interval of 60 minutes\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: 24 Nov 2024 19:50:38 [node1] after 90.18/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-11-24 19:49:13,426 YamlConfigura
E Tail: ...4 19:50:36,616 IndexSummaryManager.java:105 - Initializing index summary manager with a memory pool size of 51 MB and a resize interval of 60 minutes
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 634.073 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 662.612 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 382.706 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 1053.626 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 478.718 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 674.506 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 379.720 |
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.489 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade_with_internode_ssl | Success | | 354.152 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1065.849 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 504.112 |
8_cythonno_x86_64_21_32 | test_parallel_upgrade | Success | | 473.501 |
8_cythonno_x86_64_21_32 | test_bootstrap | Success | | 453.683 |
8_cythonno_x86_64_22_32 | test_rolling_upgrade | Success | | 802.523 |
8_cythonno_x86_64_22_32 | test_bootstrap_multidc | Success | | 567.095 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade_with_internode_ssl | Success | | 529.947 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade | Success | | 391.790 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade_with_internode_ssl | Success | | 750.074 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade | Success | | 558.734 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Success | | 492.514 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade_with_internode_ssl | Success | | 401.345 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade | Success | | 707.461 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade_with_internode_ssl | Success | | 497.124 |
8_cythonno_x86_64_27_32 | test_parallel_upgrade_with_internode_ssl | Success | | 526.527 |
8_cythonno_x86_64_27_32 | test_bootstrap | Success | | 3.082 |
8_cythonno_x86_64_27_32 | test_bootstrap | Success | | 479.073 |
8_cythonno_x86_64_28_32 | test_rolling_upgrade_with_internode_ssl | Success | | 761.197 |
8_cythonno_x86_64_28_32 | test_bootstrap_multidc | Success | | 557.126 |
8_cythonno_x86_64_29_32 | test_bootstrap | Success | | 383.854 |
8_cythonno_x86_64_29_32 | test_parallel_upgrade | Success | | 386.688 |
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 | 4.671 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade_with_internode_ssl | Success | | 448.329 |
8_cythonno_x86_64_30_32 | test_bootstrap_multidc | Success | | 507.555 |
8_cythonno_x86_64_30_32 | test_rolling_upgrade | Success | | 526.959 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade | Success | | 308.966 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade_with_internode_ssl | Success | | 405.837 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade | Success | | 431.713 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade_with_internode_ssl | Success | | 506.304 |
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 | 10.861 |
8_cythonno_x86_64_3_32 | test_bootstrap | Success | | 425.994 |
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 | 17.597 |
8_cythonno_x86_64_4_32 | test_bootstrap_multidc | Success | | 577.175 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 669.865 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 297.262 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 1163.270 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 479.773 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 739.329 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 307.940 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1249.341 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 504.611 |
8_cythonno_x86_64_9_32 | test_parallel_upgrade | Success | | 681.235 |
8_cythonno_x86_64_9_32 | test_bootstrap | Success | | 431.759 |