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_6417013579.0512024-12-16T18:20:06.489316604821948ef9

Tests

NameStatusTypeTime(s)
test_list_usersSuccess52.347
test_function_resource_hierarchy_permissionsSuccess30.889
test_rf_gt_nodes_multidc_should_succeedFailureccmlib.node.NodeError: C* process with 1887 is terminated

self = <bootstrap_test.TestBootstrap object at 0x7ff3297f6f10>

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

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

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError
8.991
test_disable_autocompaction_alter_and_nodetool[LeveledCompactionStrategy]Success44.224
test_partition_key_allow_filteringSuccess21.357
test_require_client_authSuccess26.590
test_complex_mv_select_statementsSuccess78.961
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.500
test_refresh_deadlock_startupSuccess118.541
test_update_missed_by_transient_replicaSuccess26.291
test_resumeSuccess71.281
test_closing_connectionsSkipped5.1 > 4

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

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.165
test_update_multiple_columns_ttlSuccess25.076
test_unicode_invalid_request_errorSuccess21.439
test_letter_delimiterSuccess26.525
test_copy_from_with_brackets_in_UDTSuccess24.878
Properties »