Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk11_python3.8_cythonno_x86_64_12_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_12_6417018552.9692024-10-08T04:30:42.8133649117a4278901

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.832
test_udf_with_overloads_permissionsSuccess32.509
test_local_quorum_bootstrapSuccess82.051
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.557
test_renameSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.552
test_basic_data_typesSuccess26.519
test_multi_partition_consistent_reads_after_writeFailureValueError: Queue <multiprocessing.queues.Queue object at 0x7f51fcc597c0> is closed

self = <materialized_views_test.TestMaterializedViewsConsistency object at 0x7f522db43be0>

def test_multi_partition_consistent_reads_after_write(self):
"""
Tests consistency of multiple writes to a multiple partitions

@jira_ticket CASSANDRA-10981
"""
> self._consistent_reads_after_write_test(5)

materialized_views_test.py:2846:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
materialized_views_test.py:2923: in _consistent_reads_after_write_test
mm = queues[i % processes].get(timeout=60)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <multiprocessing.queues.Queue object at 0x7f51fcc597c0>, block = True
timeout = 60

def get(self, block=True, timeout=None):
if self._closed:
> raise ValueError(f"Queue {self!r} is closed")
E ValueError: Queue <multiprocessing.queues.Queue object at 0x7f51fcc597c0> is closed

/usr/lib/python3.8/multiprocessing/queues.py:94: ValueError
76.490
test_paging_with_filtering_on_partition_key_on_static_columnsSuccess37.647
test_insert_data_during_replace_same_addressSuccess203.108
test_rf_collapse_property_file_snitchSkipped5.1 > 5.0.x

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

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

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

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

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.5
0.367
test_list_queriesSuccess35.590
test_undefined_as_null_indicatorSuccess28.321
test_reading_text_pk_countersSuccess25.837
Properties »