Class | Name | Status | Type | Time(s) |
8_cythonno_x86_64_10_32 | test_rolling_upgrade | Success | | 982.960 |
8_cythonno_x86_64_10_32 | test_bootstrap_multidc | Success | | 491.122 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade_with_internode_ssl | Success | | 684.108 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade | Success | | 313.837 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1165.525 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade | Success | | 436.181 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade | Success | | 627.382 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade_with_internode_ssl | Success | | 293.831 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade | Success | | 993.101 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade_with_internode_ssl | Success | | 422.290 |
8_cythonno_x86_64_15_32 | test_parallel_upgrade_with_internode_ssl | Success | | 699.819 |
8_cythonno_x86_64_15_32 | test_bootstrap | Success | | 475.571 |
8_cythonno_x86_64_16_32 | test_rolling_upgrade_with_internode_ssl | Success | | 998.531 |
8_cythonno_x86_64_16_32 | test_bootstrap_multidc | Success | | 570.300 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 637.092 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 355.353 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 996.811 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 494.330 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 675.282 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 386.560 |
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 | 3.776 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade_with_internode_ssl | Success | | 303.733 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1116.437 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 512.380 |
8_cythonno_x86_64_21_32 | test_parallel_upgrade | Success | | 493.772 |
8_cythonno_x86_64_21_32 | test_bootstrap | Success | | 548.489 |
8_cythonno_x86_64_22_32 | test_rolling_upgrade | Success | | 726.007 |
8_cythonno_x86_64_22_32 | test_bootstrap_multidc | Success | | 611.376 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade_with_internode_ssl | Success | | 505.939 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade | Success | | 2.786 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade | Success | | 324.742 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade_with_internode_ssl | Success | | 709.910 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade | Success | | 477.558 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Success | | 495.246 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade_with_internode_ssl | Success | | 380.247 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade | Success | | 739.294 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade_with_internode_ssl | Success | | 512.094 |
8_cythonno_x86_64_27_32 | test_parallel_upgrade_with_internode_ssl | Success | | 4.036 |
8_cythonno_x86_64_27_32 | test_parallel_upgrade_with_internode_ssl | Success | | 570.249 |
8_cythonno_x86_64_27_32 | test_bootstrap | Success | | 2.781 |
8_cythonno_x86_64_27_32 | test_bootstrap | Failure | ccmlib.node.TimeoutError: 14 Nov 2024 01:53:48 [node1] after 90.13/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-11-14 01:52:19,641 YamlConfigura
Tail: ...vityChecker.java:183 - Timed out after 10001 milliseconds, was waiting for remaining peers to connect: {datacenter1=[127.0.0.2:7000, 127.0.0.3:7000]}
self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_indev_5_0_x_To_indev_trunk object at 0x7f5518404610>
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 = 1731549138.2193506, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-11-14 01:52:19,641...after 10001 milliseconds, was waiting for remaining peers to connect: {datacenter1=[127.0.0.2:7000, 127.0.0.3:7000]}\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: 14 Nov 2024 01:53:48 [node1] after 90.13/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-11-14 01:52:19,641 YamlConfigura
E Tail: ...vityChecker.java:183 - Timed out after 10001 milliseconds, was waiting for remaining peers to connect: {datacenter1=[127.0.0.2:7000, 127.0.0.3:7000]}
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 260.607 |
8_cythonno_x86_64_28_32 | test_rolling_upgrade_with_internode_ssl | Success | | 792.306 |
8_cythonno_x86_64_28_32 | test_bootstrap_multidc | Success | | 585.130 |
8_cythonno_x86_64_29_32 | test_bootstrap | Success | | 423.300 |
8_cythonno_x86_64_29_32 | test_parallel_upgrade | Success | | 427.452 |
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.206 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade_with_internode_ssl | Success | | 450.810 |
8_cythonno_x86_64_30_32 | test_bootstrap_multidc | Success | | 482.890 |
8_cythonno_x86_64_30_32 | test_rolling_upgrade | Success | | 508.759 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade | Success | | 293.368 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade_with_internode_ssl | Success | | 373.644 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade | Success | | 438.750 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade_with_internode_ssl | Success | | 513.660 |
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 | 2.282 |
8_cythonno_x86_64_3_32 | test_bootstrap | Success | | 454.400 |
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.499 |
8_cythonno_x86_64_4_32 | test_bootstrap_multidc | Success | | 514.709 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 749.523 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 341.397 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 1029.062 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 420.374 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 671.741 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 295.160 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 989.726 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 420.054 |
8_cythonno_x86_64_9_32 | test_parallel_upgrade | Success | | 668.900 |
8_cythonno_x86_64_9_32 | test_bootstrap | Success | | 406.666 |