Unit Test Results.

Designed for use with JUnit and Ant.

All Tests

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_10_32test_rolling_upgradeSuccess982.960
8_cythonno_x86_64_10_32test_bootstrap_multidcSuccess491.122
8_cythonno_x86_64_11_32test_parallel_upgrade_with_internode_sslSuccess684.108
8_cythonno_x86_64_11_32test_parallel_upgradeSuccess313.837
8_cythonno_x86_64_12_32test_rolling_upgrade_with_internode_sslSuccess1165.525
8_cythonno_x86_64_12_32test_rolling_upgradeSuccess436.181
8_cythonno_x86_64_13_32test_parallel_upgradeSuccess627.382
8_cythonno_x86_64_13_32test_parallel_upgrade_with_internode_sslSuccess293.831
8_cythonno_x86_64_14_32test_rolling_upgradeSuccess993.101
8_cythonno_x86_64_14_32test_rolling_upgrade_with_internode_sslSuccess422.290
8_cythonno_x86_64_15_32test_parallel_upgrade_with_internode_sslSuccess699.819
8_cythonno_x86_64_15_32test_bootstrapSuccess475.571
8_cythonno_x86_64_16_32test_rolling_upgrade_with_internode_sslSuccess998.531
8_cythonno_x86_64_16_32test_bootstrap_multidcSuccess570.300
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess637.092
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess355.353
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess996.811
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess494.330
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess675.282
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess386.560
8_cythonno_x86_64_1_32test_parallel_upgradeSkippedSkip 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_32test_parallel_upgrade_with_internode_sslSuccess303.733
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess1116.437
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess512.380
8_cythonno_x86_64_21_32test_parallel_upgradeSuccess493.772
8_cythonno_x86_64_21_32test_bootstrapSuccess548.489
8_cythonno_x86_64_22_32test_rolling_upgradeSuccess726.007
8_cythonno_x86_64_22_32test_bootstrap_multidcSuccess611.376
8_cythonno_x86_64_23_32test_parallel_upgrade_with_internode_sslSuccess505.939
8_cythonno_x86_64_23_32test_parallel_upgradeSuccess2.786
8_cythonno_x86_64_23_32test_parallel_upgradeSuccess324.742
8_cythonno_x86_64_24_32test_rolling_upgrade_with_internode_sslSuccess709.910
8_cythonno_x86_64_24_32test_rolling_upgradeSuccess477.558
8_cythonno_x86_64_25_32test_parallel_upgradeSuccess495.246
8_cythonno_x86_64_25_32test_parallel_upgrade_with_internode_sslSuccess380.247
8_cythonno_x86_64_26_32test_rolling_upgradeSuccess739.294
8_cythonno_x86_64_26_32test_rolling_upgrade_with_internode_sslSuccess512.094
8_cythonno_x86_64_27_32test_parallel_upgrade_with_internode_sslSuccess4.036
8_cythonno_x86_64_27_32test_parallel_upgrade_with_internode_sslSuccess570.249
8_cythonno_x86_64_27_32test_bootstrapSuccess2.781
8_cythonno_x86_64_27_32test_bootstrapFailureccmlib.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_32test_rolling_upgrade_with_internode_sslSuccess792.306
8_cythonno_x86_64_28_32test_bootstrap_multidcSuccess585.130
8_cythonno_x86_64_29_32test_bootstrapSuccess423.300
8_cythonno_x86_64_29_32test_parallel_upgradeSuccess427.452
8_cythonno_x86_64_2_32test_rolling_upgradeSkippedSkip 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_32test_rolling_upgrade_with_internode_sslSuccess450.810
8_cythonno_x86_64_30_32test_bootstrap_multidcSuccess482.890
8_cythonno_x86_64_30_32test_rolling_upgradeSuccess508.759
8_cythonno_x86_64_31_32test_parallel_upgradeSuccess293.368
8_cythonno_x86_64_31_32test_parallel_upgrade_with_internode_sslSuccess373.644
8_cythonno_x86_64_32_32test_rolling_upgradeSuccess438.750
8_cythonno_x86_64_32_32test_rolling_upgrade_with_internode_sslSuccess513.660
8_cythonno_x86_64_3_32test_parallel_upgrade_with_internode_sslSkippedSkip 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_32test_bootstrapSuccess454.400
8_cythonno_x86_64_4_32test_rolling_upgrade_with_internode_sslSkippedSkip 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_32test_bootstrap_multidcSuccess514.709
8_cythonno_x86_64_5_32test_parallel_upgradeSuccess749.523
8_cythonno_x86_64_5_32test_parallel_upgradeSuccess341.397
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess1029.062
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess420.374
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess671.741
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess295.160
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess989.726
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess420.054
8_cythonno_x86_64_9_32test_parallel_upgradeSuccess668.900
8_cythonno_x86_64_9_32test_bootstrapSuccess406.666