Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk11_python3.8_cythonno_x86_64_8_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_8_6417013567.7392024-12-17T01:13:37.193671ab23965a4ce5

Tests

NameStatusTypeTime(s)
test_list_usersSuccess50.693
test_function_resource_hierarchy_permissionsSuccess28.954
test_rf_gt_nodes_multidc_should_succeedFailureccmlib.node.NodeError: C* process with 1886 is terminated

self = <bootstrap_test.TestBootstrap object at 0x7f3716ebbf10>

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 0x7f3716069e20>

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 1886 is terminated

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError
10.133
test_disable_autocompaction_alter_and_nodetool[LeveledCompactionStrategy]Success43.925
test_partition_key_allow_filteringSuccess19.324
test_require_client_authSuccess23.567
test_complex_mv_select_statementsSuccess78.427
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.261
test_refresh_deadlock_startupSuccess116.857
test_update_missed_by_transient_replicaSuccess27.565
test_resumeSuccess71.060
test_closing_connectionsSkipped5.1 > 4

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

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.439
test_update_multiple_columns_ttlSuccess24.891
test_unicode_invalid_request_errorSuccess23.553
test_letter_delimiterSuccess23.484
test_copy_from_with_brackets_in_UDTSuccess23.594
Properties »