Unit Test Results.

Designed for use with JUnit and Ant.

All Tests

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_1_8test_network_topology_strategySuccess231.547
8_cythonno_x86_64_1_8test_disk_balance_bootstrapSuccess175.207
8_cythonno_x86_64_1_8test_throttled_partition_updateSuccess642.360
8_cythonno_x86_64_1_8test_replace_nonexistent_nodeSuccess47.074
8_cythonno_x86_64_1_8test_stop_decommission_too_few_replicas_multi_dcSuccess118.945
8_cythonno_x86_64_2_8test_network_topology_strategy_each_quorumSuccess178.314
8_cythonno_x86_64_2_8test_add_dc_after_mv_simple_replicationSuccess208.948
8_cythonno_x86_64_2_8test_really_complex_repairSuccess266.290
8_cythonno_x86_64_2_8test_resume_failed_replaceSuccess168.064
8_cythonno_x86_64_2_8test_transient_full_merge_readSuccess86.832
8_cythonno_x86_64_3_8test_simple_strategy_usersSuccess144.520
8_cythonno_x86_64_3_8test_add_dc_after_mv_network_replicationSuccess211.478
8_cythonno_x86_64_3_8test_pending_rangeSuccess93.465
8_cythonno_x86_64_3_8test_restart_failed_replace_with_reset_resume_stateSuccess287.949
8_cythonno_x86_64_3_8test_sstable_marking_not_intersecting_all_rangesSuccess75.795
8_cythonno_x86_64_4_8test_simple_strategy_each_quorum_usersSuccess63.986
8_cythonno_x86_64_4_8test_add_node_after_mvSuccess120.806
8_cythonno_x86_64_4_8test_replace_stopped_nodeSuccess205.014
8_cythonno_x86_64_4_8test_restart_failed_replaceSuccess4.561
8_cythonno_x86_64_4_8test_restart_failed_replaceFailureccmlib.node.TimeoutError: 30 May 2024 21:45:39 [node1] after 120.13/120 seconds Missing: ['FatClient /127.0.0.4:7000 has been silent for 30000ms, removing from gossip'] not found in system.log: Head: INFO [main] 2024-05-30 21:41:31,006 YamlConfigura Tail: ...ava:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:829)

self = <replace_address_test.TestReplaceAddress object at 0x7f1034152f70>

@since('2.2')
@pytest.mark.resource_intensive
def test_restart_failed_replace(self):
"""
Test that if a node fails to replace, it can join the cluster even if the data is wiped.
"""
> self._test_restart_failed_replace(mode='wipe')

replace_address_test.py:528:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
replace_address_test.py:584: in _test_restart_failed_replace
self.query_node.watch_log_for("FatClient {} has been silent for 30000ms, removing from gossip".format(node_log_str), timeout=120)
../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 = 1717105418.8939953, timeout = 120
msg = "Missing: ['FatClient /127.0.0.4:7000 has been silent for 30000ms, removing from gossip'] not found in system.log:\n H...t.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thread.run(Thread.java:829)\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: 30 May 2024 21:45:39 [node1] after 120.13/120 seconds Missing: ['FatClient /127.0.0.4:7000 has been silent for 30000ms, removing from gossip'] not found in system.log:
E Head: INFO [main] 2024-05-30 21:41:31,006 YamlConfigura
E Tail: ...ava:74)
E at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
E at java.base/java.lang.Thread.run(Thread.java:829)

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
259.404
8_cythonno_x86_64_4_8test_initial_empty_repair_tablesSkippedhangs CI

/home/cassandra/cassandra-dtest/repair_tests/repair_test.py:1416: hangs CI
0.001
8_cythonno_x86_64_5_8test_network_topology_strategy_usersSuccess142.358
8_cythonno_x86_64_5_8test_add_node_after_wide_mv_with_range_deletionsSuccess145.302
8_cythonno_x86_64_5_8test_replace_shutdown_nodeSuccess188.235
8_cythonno_x86_64_5_8test_network_topologySuccess164.978
8_cythonno_x86_64_5_8test_repair_parent_tableSuccess66.768
8_cythonno_x86_64_6_8test_network_topology_strategy_each_quorum_usersSuccess81.061
8_cythonno_x86_64_6_8test_add_node_after_very_wide_mvSuccess290.139
8_cythonno_x86_64_6_8test_replace_stopped_node_same_addressSuccess175.083
8_cythonno_x86_64_6_8test_rf_collapse_gossiping_property_file_snitch_multi_dcSuccess203.481
8_cythonno_x86_64_6_8test_repair_tableSuccess76.743
8_cythonno_x86_64_7_8test_network_topology_strategy_countersSuccess152.642
8_cythonno_x86_64_7_8test_add_write_survey_node_after_mvSuccess134.461
8_cythonno_x86_64_7_8test_replace_first_bootSuccess198.644
8_cythonno_x86_64_7_8test_rf_expand_gossiping_property_file_snitch_multi_dcSuccess196.659
8_cythonno_x86_64_8_8test_network_topology_strategy_each_quorum_countersSuccess82.949
8_cythonno_x86_64_8_8test_complex_repairSuccess278.340
8_cythonno_x86_64_8_8test_replace_active_nodeSuccess82.381
8_cythonno_x86_64_8_8test_multidatacenter_local_quorumSuccess88.620
8_cythonno_x86_64_1_8test_network_topology_strategySuccess356.328
8_cythonno_x86_64_1_8test_disk_balance_bootstrapSuccess217.798
8_cythonno_x86_64_1_8test_throttled_partition_updateSuccess803.366
8_cythonno_x86_64_1_8test_replace_nonexistent_nodeSuccess51.398
8_cythonno_x86_64_1_8test_stop_decommission_too_few_replicas_multi_dcSuccess113.163
8_cythonno_x86_64_2_8test_network_topology_strategy_each_quorumSuccess175.960
8_cythonno_x86_64_2_8test_add_dc_after_mv_simple_replicationSuccess204.859
8_cythonno_x86_64_2_8test_really_complex_repairSuccess276.939
8_cythonno_x86_64_2_8test_resume_failed_replaceSuccess162.535
8_cythonno_x86_64_2_8test_transient_full_merge_readSuccess77.206
8_cythonno_x86_64_3_8test_simple_strategy_usersSuccess130.052
8_cythonno_x86_64_3_8test_add_dc_after_mv_network_replicationSuccess207.190
8_cythonno_x86_64_3_8test_pending_rangeSuccess91.042
8_cythonno_x86_64_3_8test_restart_failed_replace_with_reset_resume_stateSuccess290.139
8_cythonno_x86_64_3_8test_sstable_marking_not_intersecting_all_rangesSuccess78.128
8_cythonno_x86_64_4_8test_simple_strategy_each_quorum_usersSuccess69.209
8_cythonno_x86_64_4_8test_add_node_after_mvSuccess125.791
8_cythonno_x86_64_4_8test_replace_stopped_nodeSuccess196.373
8_cythonno_x86_64_4_8test_restart_failed_replaceSuccess4.463
8_cythonno_x86_64_4_8test_restart_failed_replaceFailureccmlib.node.TimeoutError: 30 May 2024 21:49:02 [node1] after 120.06/120 seconds Missing: ['FatClient /127.0.0.4:7000 has been silent for 30000ms, removing from gossip'] not found in system.log: Head: INFO [main] 2024-05-30 21:44:51,032 YamlConfigura Tail: ...ava:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840)

self = <replace_address_test.TestReplaceAddress object at 0x7f081e7acfd0>

@since('2.2')
@pytest.mark.resource_intensive
def test_restart_failed_replace(self):
"""
Test that if a node fails to replace, it can join the cluster even if the data is wiped.
"""
> self._test_restart_failed_replace(mode='wipe')

replace_address_test.py:528:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
replace_address_test.py:584: in _test_restart_failed_replace
self.query_node.watch_log_for("FatClient {} has been silent for 30000ms, removing from gossip".format(node_log_str), timeout=120)
../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 = 1717105622.0241585, timeout = 120
msg = "Missing: ['FatClient /127.0.0.4:7000 has been silent for 30000ms, removing from gossip'] not found in system.log:\n H...t.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thread.run(Thread.java:840)\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: 30 May 2024 21:49:02 [node1] after 120.06/120 seconds Missing: ['FatClient /127.0.0.4:7000 has been silent for 30000ms, removing from gossip'] not found in system.log:
E Head: INFO [main] 2024-05-30 21:44:51,032 YamlConfigura
E Tail: ...ava:74)
E at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
E at java.base/java.lang.Thread.run(Thread.java:840)

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
261.416
8_cythonno_x86_64_4_8test_initial_empty_repair_tablesSkippedhangs CI

/home/cassandra/cassandra-dtest/repair_tests/repair_test.py:1416: hangs CI
0.001
8_cythonno_x86_64_5_8test_network_topology_strategy_usersSuccess223.689
8_cythonno_x86_64_5_8test_add_node_after_wide_mv_with_range_deletionsSuccess143.630
8_cythonno_x86_64_5_8test_replace_shutdown_nodeSuccess189.305
8_cythonno_x86_64_5_8test_network_topologySuccess178.111
8_cythonno_x86_64_5_8test_repair_parent_tableSuccess80.518
8_cythonno_x86_64_6_8test_network_topology_strategy_each_quorum_usersSuccess79.899
8_cythonno_x86_64_6_8test_add_node_after_very_wide_mvSuccess273.250
8_cythonno_x86_64_6_8test_replace_stopped_node_same_addressSuccess173.802
8_cythonno_x86_64_6_8test_rf_collapse_gossiping_property_file_snitch_multi_dcSuccess185.127
8_cythonno_x86_64_6_8test_repair_tableSuccess71.841
8_cythonno_x86_64_7_8test_network_topology_strategy_countersSuccess91.088
8_cythonno_x86_64_7_8test_add_write_survey_node_after_mvSuccess117.826
8_cythonno_x86_64_7_8test_replace_first_bootSuccess196.745
8_cythonno_x86_64_7_8test_rf_expand_gossiping_property_file_snitch_multi_dcSuccess183.275
8_cythonno_x86_64_8_8test_network_topology_strategy_each_quorum_countersSuccess73.643
8_cythonno_x86_64_8_8test_complex_repairSuccess270.364
8_cythonno_x86_64_8_8test_replace_active_nodeSuccess78.413
8_cythonno_x86_64_8_8test_multidatacenter_local_quorumSuccess80.242