Unit Test Results.

Designed for use with JUnit and Ant.

All Tests

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_1_8test_network_topology_strategySuccess259.130
8_cythonno_x86_64_1_8test_disk_balance_bootstrapSuccess171.904
8_cythonno_x86_64_1_8test_throttled_partition_updateSuccess678.633
8_cythonno_x86_64_1_8test_replace_nonexistent_nodeSuccess53.759
8_cythonno_x86_64_1_8test_stop_decommission_too_few_replicas_multi_dcSuccess119.760
8_cythonno_x86_64_2_8test_network_topology_strategy_each_quorumSuccess167.214
8_cythonno_x86_64_2_8test_add_dc_after_mv_simple_replicationSuccess210.275
8_cythonno_x86_64_2_8test_really_complex_repairSuccess245.445
8_cythonno_x86_64_2_8test_resume_failed_replaceSuccess170.415
8_cythonno_x86_64_2_8test_transient_full_merge_readSuccess81.204
8_cythonno_x86_64_3_8test_simple_strategy_usersSuccess147.182
8_cythonno_x86_64_3_8test_add_dc_after_mv_network_replicationSuccess222.037
8_cythonno_x86_64_3_8test_pending_rangeSuccess97.075
8_cythonno_x86_64_3_8test_restart_failed_replace_with_reset_resume_stateSuccess293.782
8_cythonno_x86_64_3_8test_sstable_marking_not_intersecting_all_rangesSuccess89.004
8_cythonno_x86_64_4_8test_simple_strategy_each_quorum_usersSuccess69.556
8_cythonno_x86_64_4_8test_add_node_after_mvSuccess123.718
8_cythonno_x86_64_4_8test_replace_stopped_nodeSuccess202.148
8_cythonno_x86_64_4_8test_restart_failed_replaceSuccess4.417
8_cythonno_x86_64_4_8test_restart_failed_replaceFailureccmlib.node.TimeoutError: 28 May 2024 05:32:18 [node1] after 120.12/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-28 05:28:03,347 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 0x7f667cbc30a0>

@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 = 1716874218.3209002, 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: 28 May 2024 05:32:18 [node1] after 120.12/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-28 05:28:03,347 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
264.868
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_usersSuccess186.111
8_cythonno_x86_64_5_8test_add_node_after_wide_mv_with_range_deletionsSuccess144.282
8_cythonno_x86_64_5_8test_replace_shutdown_nodeSuccess192.037
8_cythonno_x86_64_5_8test_network_topologySuccess184.175
8_cythonno_x86_64_5_8test_repair_parent_tableSuccess86.470
8_cythonno_x86_64_6_8test_network_topology_strategy_each_quorum_usersSuccess94.053
8_cythonno_x86_64_6_8test_add_node_after_very_wide_mvSuccess345.701
8_cythonno_x86_64_6_8test_replace_stopped_node_same_addressSuccess183.506
8_cythonno_x86_64_6_8test_rf_collapse_gossiping_property_file_snitch_multi_dcSuccess208.842
8_cythonno_x86_64_6_8test_repair_tableSuccess77.547
8_cythonno_x86_64_7_8test_network_topology_strategy_countersSuccess118.903
8_cythonno_x86_64_7_8test_add_write_survey_node_after_mvSuccess119.878
8_cythonno_x86_64_7_8test_replace_first_bootSuccess193.210
8_cythonno_x86_64_7_8test_rf_expand_gossiping_property_file_snitch_multi_dcSuccess198.245
8_cythonno_x86_64_8_8test_network_topology_strategy_each_quorum_countersSuccess82.524
8_cythonno_x86_64_8_8test_complex_repairSuccess262.234
8_cythonno_x86_64_8_8test_replace_active_nodeSuccess77.766
8_cythonno_x86_64_8_8test_multidatacenter_local_quorumSuccess96.046
8_cythonno_x86_64_1_8test_network_topology_strategySuccess258.525
8_cythonno_x86_64_1_8test_disk_balance_bootstrapSuccess172.806
8_cythonno_x86_64_1_8test_throttled_partition_updateSuccess634.413
8_cythonno_x86_64_1_8test_replace_nonexistent_nodeSuccess49.993
8_cythonno_x86_64_1_8test_stop_decommission_too_few_replicas_multi_dcSuccess113.190
8_cythonno_x86_64_2_8test_network_topology_strategy_each_quorumSuccess170.371
8_cythonno_x86_64_2_8test_add_dc_after_mv_simple_replicationSuccess196.476
8_cythonno_x86_64_2_8test_really_complex_repairSuccess239.888
8_cythonno_x86_64_2_8test_resume_failed_replaceSuccess168.777
8_cythonno_x86_64_2_8test_transient_full_merge_readSuccess68.338
8_cythonno_x86_64_3_8test_simple_strategy_usersSuccess159.868
8_cythonno_x86_64_3_8test_add_dc_after_mv_network_replicationSuccess203.456
8_cythonno_x86_64_3_8test_pending_rangeSuccess81.915
8_cythonno_x86_64_3_8test_restart_failed_replace_with_reset_resume_stateSuccess280.953
8_cythonno_x86_64_3_8test_sstable_marking_not_intersecting_all_rangesSuccess83.948
8_cythonno_x86_64_4_8test_simple_strategy_each_quorum_usersSuccess78.156
8_cythonno_x86_64_4_8test_add_node_after_mvSuccess126.284
8_cythonno_x86_64_4_8test_replace_stopped_nodeSuccess199.724
8_cythonno_x86_64_4_8test_restart_failed_replaceSuccess4.395
8_cythonno_x86_64_4_8test_restart_failed_replaceFailureccmlib.node.TimeoutError: 28 May 2024 05:32:26 [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-28 05:28:15,615 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 0x7f23e8452100>

@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 = 1716874226.008433, 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: 28 May 2024 05:32:26 [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-28 05:28:15,615 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
259.426
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_usersSuccess175.124
8_cythonno_x86_64_5_8test_add_node_after_wide_mv_with_range_deletionsSuccess138.903
8_cythonno_x86_64_5_8test_replace_shutdown_nodeSuccess185.481
8_cythonno_x86_64_5_8test_network_topologySuccess173.673
8_cythonno_x86_64_5_8test_repair_parent_tableSuccess70.903
8_cythonno_x86_64_6_8test_network_topology_strategy_each_quorum_usersSuccess92.171
8_cythonno_x86_64_6_8test_add_node_after_very_wide_mvSuccess372.550
8_cythonno_x86_64_6_8test_replace_stopped_node_same_addressSuccess172.480
8_cythonno_x86_64_6_8test_rf_collapse_gossiping_property_file_snitch_multi_dcSuccess214.343
8_cythonno_x86_64_6_8test_repair_tableSuccess97.361
8_cythonno_x86_64_7_8test_network_topology_strategy_countersSuccess116.160
8_cythonno_x86_64_7_8test_add_write_survey_node_after_mvSuccess120.340
8_cythonno_x86_64_7_8test_replace_first_bootSuccess189.948
8_cythonno_x86_64_7_8test_rf_expand_gossiping_property_file_snitch_multi_dcSuccess190.841
8_cythonno_x86_64_8_8test_network_topology_strategy_each_quorum_countersSuccess82.038
8_cythonno_x86_64_8_8test_complex_repairSuccess263.717
8_cythonno_x86_64_8_8test_replace_active_nodeSuccess79.375
8_cythonno_x86_64_8_8test_multidatacenter_local_quorumSuccess92.879