Name | Status | Type | Time(s) |
test_list_users | Success | | 68.234 |
test_function_resource_hierarchy_permissions | Success | | 37.540 |
test_rf_gt_nodes_multidc_should_succeed | Failure | ccmlib.node.NodeError: C* process with 2024 is terminated
self = <bootstrap_test.TestBootstrap object at 0x7f7ec0c28ac0>
def test_rf_gt_nodes_multidc_should_succeed(self):
"""
Validating a KS with RF > N on multi DC doesn't break bootstrap
@jira_ticket CASSANDRA-16296 CASSANDRA-16411
"""
cluster = self.cluster
cluster.set_environment_variable('CASSANDRA_TOKEN_PREGENERATION_DISABLED', 'True')
cluster.populate([1, 1])
> cluster.start()
bootstrap_test.py:320:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/cluster.py:550: in start
node.watch_log_for(start_message, timeout=timeout, process=p, verbose=verbose, from_mark=mark,
../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 0x7f7ebfe42910>
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 2024 is terminated
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError | 9.195 |
test_disable_autocompaction_alter_and_nodetool[LeveledCompactionStrategy] | Success | | 58.459 |
test_partition_key_allow_filtering | Success | | 27.248 |
test_require_client_auth | Success | | 32.504 |
test_complex_mv_select_statements | Success | | 80.840 |
test_paging_with_filtering_on_partition_key_on_counter_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.378 |
test_refresh_deadlock_startup | Success | | 170.128 |
test_update_missed_by_transient_replica | Success | | 30.443 |
test_resume | Success | | 85.076 |
test_closing_connections | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.554 |
test_invalid_ks_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.307 |
test_update_multiple_columns_ttl | Success | | 31.620 |
test_unicode_invalid_request_error | Success | | 25.009 |
test_letter_delimiter | Success | | 28.782 |
test_copy_from_with_brackets_in_UDT | Success | | 27.214 |