Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk17_python3.8_cythonno_x86_64_12_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_12_6417018581.9712024-12-16T18:45:29.82271847f3c5e3669a

Tests

NameStatusTypeTime(s)
test_only_superuser_can_create_usersSkipped5.1 > 2.1.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x
0.838
test_udf_with_overloads_permissionsSuccess31.258
test_local_quorum_bootstrapFailureccmlib.node.NodeError: C* process with 1250 is terminated

self = <bootstrap_test.TestBootstrap object at 0x7fead1d53e80>

def test_local_quorum_bootstrap(self):
"""
Test that CL local_quorum works while a node is bootstrapping.
@jira_ticket CASSANDRA-8058
"""
cluster = self.cluster
cluster.set_environment_variable('CASSANDRA_TOKEN_PREGENERATION_DISABLED', 'True')
cluster.populate([1, 1])
> cluster.start()

bootstrap_test.py:560:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../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 0x7feac3ee23a0>

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

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError
8.695
test_fanout_size[LeveledCompactionStrategy]SkippedNot implemented unless LeveledCompactionStrategy is used

/home/cassandra/cassandra-dtest/compaction_test.py:547: Not implemented unless LeveledCompactionStrategy is used
0.560
test_renameSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.309
test_basic_data_typesSuccess26.250
test_multi_partition_consistent_reads_after_writeSuccess179.144
test_paging_with_filtering_on_partition_key_on_static_columnsSuccess38.256
test_insert_data_during_replace_same_addressSuccess205.062
test_rf_collapse_property_file_snitchSkipped5.1 > 5.0.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x
0.452
test_startup_non_seed_with_peersSkipped5.1 > 5.0.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x
0.644
test_casSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.651
test_system_keyspace_operationsSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.391
test_remove_column_ttl_with_default_ttlSkipped5.1 > 3.5

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.5
0.658
test_list_queriesSuccess35.113
test_undefined_as_null_indicatorSuccess27.617
test_reading_text_pk_countersSuccess25.138
Properties »