Unit Test Results.

Designed for use with JUnit and Ant.

All Tests

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_10_32test_rolling_upgradeSuccess1290.638
8_cythonno_x86_64_10_32test_bootstrap_multidcSuccess517.337
8_cythonno_x86_64_11_32test_parallel_upgrade_with_internode_sslSuccess814.246
8_cythonno_x86_64_11_32test_parallel_upgradeSuccess328.998
8_cythonno_x86_64_12_32test_rolling_upgrade_with_internode_sslSuccess1233.249
8_cythonno_x86_64_12_32test_rolling_upgradeSuccess479.048
8_cythonno_x86_64_13_32test_parallel_upgradeSuccess895.080
8_cythonno_x86_64_13_32test_parallel_upgrade_with_internode_sslSuccess365.819
8_cythonno_x86_64_14_32test_rolling_upgradeSuccess1496.692
8_cythonno_x86_64_14_32test_rolling_upgrade_with_internode_sslSuccess628.419
8_cythonno_x86_64_15_32test_parallel_upgrade_with_internode_sslSuccess890.330
8_cythonno_x86_64_15_32test_bootstrapSuccess529.096
8_cythonno_x86_64_16_32test_rolling_upgrade_with_internode_sslSuccess1256.231
8_cythonno_x86_64_16_32test_bootstrap_multidcSuccess589.903
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess758.529
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess432.349
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess1297.761
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess514.392
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess943.395
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess371.130
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
2.684
8_cythonno_x86_64_1_32test_parallel_upgrade_with_internode_sslSuccess291.249
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess1243.736
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess477.789
8_cythonno_x86_64_21_32test_parallel_upgradeSuccess573.750
8_cythonno_x86_64_21_32test_bootstrapSuccess452.942
8_cythonno_x86_64_22_32test_rolling_upgradeSuccess929.885
8_cythonno_x86_64_22_32test_bootstrap_multidcSuccess526.238
8_cythonno_x86_64_23_32test_parallel_upgrade_with_internode_sslSuccess1656.009
8_cythonno_x86_64_23_32test_parallel_upgradeSuccess389.336
8_cythonno_x86_64_24_32test_rolling_upgrade_with_internode_sslSuccess984.059
8_cythonno_x86_64_24_32test_rolling_upgradeSuccess529.090
8_cythonno_x86_64_25_32test_parallel_upgradeSuccess702.119
8_cythonno_x86_64_25_32test_parallel_upgrade_with_internode_sslSuccess454.951
8_cythonno_x86_64_26_32test_rolling_upgradeSuccess1080.594
8_cythonno_x86_64_26_32test_rolling_upgrade_with_internode_sslSuccess587.326
8_cythonno_x86_64_27_32test_parallel_upgrade_with_internode_sslSuccess666.557
8_cythonno_x86_64_28_32test_rolling_upgrade_with_internode_sslSuccess861.096
8_cythonno_x86_64_29_32test_bootstrapSuccess405.288
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
0.958
8_cythonno_x86_64_2_32test_rolling_upgrade_with_internode_sslSuccess469.736
8_cythonno_x86_64_30_32test_bootstrap_multidcSuccess6.625
8_cythonno_x86_64_30_32test_bootstrap_multidcFailureccmlib.node.TimeoutError: 22 Aug 2024 00:10:36 [node3] after 240.24/240 seconds Missing: ['127.0.0.5:7000.* is now UP'] not found in system.log: Head: INFO [ScheduledTasks:1] 2024-08-22 00:06:23,422 T Tail: ...7.0.0.3:7000(/127.0.0.1:52644)->/127.0.0.5:7000-LARGE_MESSAGES-1a3ffefc successfully connected, version = 12, framing = CRC, encryption = unencrypted

self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_4_0_x_To_indev_5_0_x object at 0x7f4d4b42e670>

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:506: in upgrade_scenario
call()
upgrade_tests/upgrade_through_versions_test.py:837: in _bootstrap_new_node_multidc
nnode.start(use_jna=True, wait_other_notice=240, wait_for_binary_proto=True)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:919: in start
node.watch_log_for_alive(self, from_mark=mark, timeout=wait_other_notice)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:686: in watch_log_for_alive
self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, filename=filename)
../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 = 1724285195.8876133, timeout = 240
msg = "Missing: ['127.0.0.5:7000.* is now UP'] not found in system.log:\n Head: INFO [ScheduledTasks:1] 2024-08-22 00:06:23...127.0.0.5:7000-LARGE_MESSAGES-1a3ffefc successfully connected, version = 12, framing = CRC, encryption = unencrypted\n"
node = 'node3'

@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: 22 Aug 2024 00:10:36 [node3] after 240.24/240 seconds Missing: ['127.0.0.5:7000.* is now UP'] not found in system.log:
E Head: INFO [ScheduledTasks:1] 2024-08-22 00:06:23,422 T
E Tail: ...7.0.0.3:7000(/127.0.0.1:52644)->/127.0.0.5:7000-LARGE_MESSAGES-1a3ffefc successfully connected, version = 12, framing = CRC, encryption = unencrypted

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
546.663
8_cythonno_x86_64_31_32test_parallel_upgradeSuccess296.972
8_cythonno_x86_64_32_32test_rolling_upgradeSuccess422.875
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
1.204
8_cythonno_x86_64_3_32test_bootstrapSuccess500.235
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
0.921
8_cythonno_x86_64_4_32test_bootstrap_multidcSuccess490.878
8_cythonno_x86_64_5_32test_parallel_upgradeSuccess837.631
8_cythonno_x86_64_5_32test_parallel_upgradeSuccess272.301
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess1292.197
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess429.049
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess976.647
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess302.449
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess1201.905
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess407.603
8_cythonno_x86_64_9_32test_parallel_upgradeSuccess812.355
8_cythonno_x86_64_9_32test_bootstrapSuccess510.929