Unit Test Results.

Designed for use with JUnit and Ant.

All Tests

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_1_8test_network_topology_strategySuccess315.450
8_cythonno_x86_64_1_8test_disk_balance_bootstrapSuccess131.154
8_cythonno_x86_64_1_8test_throttled_partition_updateSuccess523.369
8_cythonno_x86_64_1_8test_resume_failed_replaceSuccess172.822
8_cythonno_x86_64_1_8test_initial_empty_repair_tablesSkippedhangs CI

/home/cassandra/cassandra-dtest/repair_tests/repair_test.py:1416: hangs CI
0.001
8_cythonno_x86_64_2_8test_network_topology_strategy_each_quorumSuccess199.616
8_cythonno_x86_64_2_8test_add_dc_after_mv_simple_replicationSuccess112.266
8_cythonno_x86_64_2_8test_really_complex_repairSuccess302.250
8_cythonno_x86_64_2_8test_restart_failed_replace_with_reset_resume_stateSuccess200.973
8_cythonno_x86_64_2_8test_repair_parent_tableSuccess98.123
8_cythonno_x86_64_3_8test_simple_strategy_usersSuccess203.518
8_cythonno_x86_64_3_8test_add_dc_after_mv_network_replicationSuccess123.642
8_cythonno_x86_64_3_8test_replace_stopped_nodeSuccess198.256
8_cythonno_x86_64_3_8test_restart_failed_replaceSuccess274.144
8_cythonno_x86_64_3_8test_repair_tableSuccess85.547
8_cythonno_x86_64_4_8test_simple_strategy_each_quorum_usersSuccess78.063
8_cythonno_x86_64_4_8test_add_node_after_mvSuccess73.034
8_cythonno_x86_64_4_8test_replace_shutdown_nodeSuccess184.531
8_cythonno_x86_64_4_8test_rf_collapse_gossiping_property_file_snitch_multi_dcSkipped5.1 > 5.0.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x
0.196
8_cythonno_x86_64_5_8test_network_topology_strategy_usersSuccess235.567
8_cythonno_x86_64_5_8test_add_node_after_wide_mv_with_range_deletionsSuccess105.637
8_cythonno_x86_64_5_8test_replace_stopped_node_same_addressSuccess194.202
8_cythonno_x86_64_5_8test_rf_expand_gossiping_property_file_snitch_multi_dcSkipped5.1 > 5.0.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x
0.599
8_cythonno_x86_64_6_8test_network_topology_strategy_each_quorum_usersSuccess110.599
8_cythonno_x86_64_6_8test_add_node_after_very_wide_mvSuccess334.786
8_cythonno_x86_64_6_8test_replace_first_bootSuccess189.318
8_cythonno_x86_64_6_8test_multidatacenter_local_quorumSuccess140.126
8_cythonno_x86_64_7_8test_network_topology_strategy_countersSuccess176.406
8_cythonno_x86_64_7_8test_add_write_survey_node_after_mvSuccess86.065
8_cythonno_x86_64_7_8test_replace_active_nodeSuccess101.482
8_cythonno_x86_64_7_8test_stop_decommission_too_few_replicas_multi_dcSuccess61.571
8_cythonno_x86_64_8_8test_network_topology_strategy_each_quorum_countersSuccess85.006
8_cythonno_x86_64_8_8test_complex_repairSuccess291.551
8_cythonno_x86_64_8_8test_replace_nonexistent_nodeSuccess81.900
8_cythonno_x86_64_8_8test_sstable_marking_not_intersecting_all_rangesSuccess95.492
8_cythonno_x86_64_1_8test_network_topology_strategySuccess271.153
8_cythonno_x86_64_1_8test_disk_balance_bootstrapSuccess125.328
8_cythonno_x86_64_1_8test_throttled_partition_updateSuccess523.081
8_cythonno_x86_64_1_8test_resume_failed_replaceSuccess166.785
8_cythonno_x86_64_1_8test_initial_empty_repair_tablesSkippedhangs CI

/home/cassandra/cassandra-dtest/repair_tests/repair_test.py:1416: hangs CI
0.001
8_cythonno_x86_64_2_8test_network_topology_strategy_each_quorumSuccess214.786
8_cythonno_x86_64_2_8test_add_dc_after_mv_simple_replicationSuccess106.283
8_cythonno_x86_64_2_8test_really_complex_repairSuccess261.998
8_cythonno_x86_64_2_8test_restart_failed_replace_with_reset_resume_stateSuccess198.227
8_cythonno_x86_64_2_8test_repair_parent_tableSuccess78.770
8_cythonno_x86_64_3_8test_simple_strategy_usersSuccess196.196
8_cythonno_x86_64_3_8test_add_dc_after_mv_network_replicationSuccess116.688
8_cythonno_x86_64_3_8test_replace_stopped_nodeSuccess4.473
8_cythonno_x86_64_3_8test_replace_stopped_nodeFailureccmlib.node.NodeError: C* process with 9901 is terminated

self = <replace_address_test.TestReplaceAddress object at 0x7f002c91ecd0>

@pytest.mark.resource_intensive
def test_replace_stopped_node(self):
"""
Test that we can replace a node that is not shutdown gracefully.
"""
> self._test_replace_node(gently=False)

replace_address_test.py:281:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
replace_address_test.py:313: in _test_replace_node
self._do_replace(same_address=same_address)
replace_address_test.py:122: in _do_replace
self.replacement_node.start(jvm_args=extra_jvm_args,
../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:608: in watch_log_for
self.raise_node_error_if_cassandra_process_is_terminated()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <ccmlib.node.Node object at 0x7f0024dd8580>

def raise_node_error_if_cassandra_process_is_terminated(self):
if not self._is_pid_running():
msg = "C* process with {pid} is terminated".format(pid=self.pid)
common.debug(msg)
> raise NodeError(msg)
E ccmlib.node.NodeError: C* process with 9901 is terminated

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError
139.471
8_cythonno_x86_64_3_8test_restart_failed_replaceSuccess254.294
8_cythonno_x86_64_3_8test_repair_tableSuccess84.973
8_cythonno_x86_64_4_8test_simple_strategy_each_quorum_usersSuccess72.372
8_cythonno_x86_64_4_8test_add_node_after_mvSuccess74.889
8_cythonno_x86_64_4_8test_replace_shutdown_nodeSuccess177.853
8_cythonno_x86_64_4_8test_rf_collapse_gossiping_property_file_snitch_multi_dcSkipped5.1 > 5.0.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x
0.184
8_cythonno_x86_64_5_8test_network_topology_strategy_usersSuccess233.604
8_cythonno_x86_64_5_8test_add_node_after_wide_mv_with_range_deletionsSuccess104.146
8_cythonno_x86_64_5_8test_replace_stopped_node_same_addressSuccess188.544
8_cythonno_x86_64_5_8test_rf_expand_gossiping_property_file_snitch_multi_dcSkipped5.1 > 5.0.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x
0.475
8_cythonno_x86_64_6_8test_network_topology_strategy_each_quorum_usersSuccess98.234
8_cythonno_x86_64_6_8test_add_node_after_very_wide_mvSuccess370.866
8_cythonno_x86_64_6_8test_replace_first_bootSuccess179.032
8_cythonno_x86_64_6_8test_multidatacenter_local_quorumSuccess126.054
8_cythonno_x86_64_7_8test_network_topology_strategy_countersSuccess118.132
8_cythonno_x86_64_7_8test_add_write_survey_node_after_mvSuccess66.524
8_cythonno_x86_64_7_8test_replace_active_nodeSuccess85.432
8_cythonno_x86_64_7_8test_stop_decommission_too_few_replicas_multi_dcSuccess52.933
8_cythonno_x86_64_8_8test_network_topology_strategy_each_quorum_countersSuccess103.277
8_cythonno_x86_64_8_8test_complex_repairSuccess309.723
8_cythonno_x86_64_8_8test_replace_nonexistent_nodeSuccess80.906
8_cythonno_x86_64_8_8test_sstable_marking_not_intersecting_all_rangesSuccess101.891