Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk17_python3.8_cythonno_x86_64_8_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_8_6417013714.2532024-12-16T18:25:07.1980680a5a02726651

Tests

NameStatusTypeTime(s)
test_list_usersSuccess68.234
test_function_resource_hierarchy_permissionsSuccess37.540
test_rf_gt_nodes_multidc_should_succeedFailureccmlib.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]Success58.459
test_partition_key_allow_filteringSuccess27.248
test_require_client_authSuccess32.504
test_complex_mv_select_statementsSuccess80.840
test_paging_with_filtering_on_partition_key_on_counter_columns_compactSkipped5.1 > 3.X

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X
0.378
test_refresh_deadlock_startupSuccess170.128
test_update_missed_by_transient_replicaSuccess30.443
test_resumeSuccess85.076
test_closing_connectionsSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.554
test_invalid_ks_namesSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.307
test_update_multiple_columns_ttlSuccess31.620
test_unicode_invalid_request_errorSuccess25.009
test_letter_delimiterSuccess28.782
test_copy_from_with_brackets_in_UDTSuccess27.214
Properties »