Name | Status | Type | Time(s) |
test_only_superuser_can_create_users | Skipped | 5.0.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 2.1.x | 0.568 |
test_udf_with_overloads_permissions | Success | | 22.364 |
test_local_quorum_bootstrap | Success | | 164.982 |
test_fanout_size[LeveledCompactionStrategy] | Skipped | Not implemented unless LeveledCompactionStrategy is used
/home/cassandra/cassandra-dtest/compaction_test.py:547: Not implemented unless LeveledCompactionStrategy is used | 0.520 |
test_rename | Skipped | 5.0.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4 | 0.270 |
test_basic_data_types | Success | | 17.190 |
test_multi_partition_consistent_reads_after_write | Success | | 273.707 |
test_paging_with_filtering_on_partition_key_on_static_columns | Success | | 39.370 |
test_insert_data_during_replace_same_address | Success | | 6.768 |
test_insert_data_during_replace_same_address | Failure | ccmlib.node.NodeError: C* process with 12616 is terminated
self = <replace_address_test.TestReplaceAddress object at 0x7fba53eaed30>
@pytest.mark.skip_version('3.9')
@since('2.2')
def test_insert_data_during_replace_same_address(self):
"""
Test that replacement node with same address DOES NOT receive writes during replacement
@jira_ticket CASSANDRA-8523
"""
> self._test_insert_data_during_replace(same_address=True)
replace_address_test.py:497:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
replace_address_test.py:252: in _test_insert_data_during_replace
self._do_replace(same_address=same_address, extra_jvm_args=["-Dcassandra.write_survey=true"])
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 0x7fba3b5e4f70>
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 12616 is terminated
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError | 100.521 |
test_rf_collapse_property_file_snitch | Success | | 109.943 |
test_startup_non_seed_with_peers | Success | | 134.633 |
test_cas | Skipped | 5.0.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4 | 0.253 |
test_system_keyspace_operations | Skipped | 5.0.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4 | 0.232 |
test_remove_column_ttl_with_default_ttl | Skipped | 5.0.1 > 3.5
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.5 | 0.239 |
test_list_queries | Success | | 24.660 |
test_undefined_as_null_indicator | Success | | 17.176 |
test_reading_text_pk_counters | Success | | 14.714 |