Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest_jdk17_python3.8_cythonno_x86_64_11_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_11_6417014971.7712024-07-11T17:17:44.912315eb474324d972

Tests

NameStatusTypeTime(s)
test_loginSuccess83.616
test_drop_function_and_keyspace_cleans_up_udf_permissionsSuccess23.493
test_manual_bootstrapSuccess134.608
test_user_defined_compactionSuccess53.951
test_renameSkipped5.0 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4
0.294
test_basic_data_typesSuccess16.992
test_multi_partition_consistent_reads_after_writeFailureOSError: handle is closed

self = <materialized_views_test.TestMaterializedViewsConsistency object at 0x7f48b2e8fb50>

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)
/usr/lib/python3.8/multiprocessing/queues.py:111: in get
res = self._recv_bytes()
/usr/lib/python3.8/multiprocessing/connection.py:212: in recv_bytes
self._check_closed()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <multiprocessing.connection.Connection object at 0x7f48836b49a0>

def _check_closed(self):
if self._handle is None:
> raise OSError("handle is closed")
E OSError: handle is closed

/usr/lib/python3.8/multiprocessing/connection.py:136: OSError
134.096
test_paging_with_filtering_on_partition_key_on_static_columnsSuccess33.881
test_insert_data_during_replace_same_addressSuccess186.714
test_rf_collapse_property_file_snitchSuccess110.415
test_startup_non_seed_with_peersSuccess132.833
test_casSkipped5.0 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4
0.364
test_system_keyspace_operationsSkipped5.0 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4
0.360
test_remove_column_ttl_with_default_ttlSkipped5.0 > 3.5

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.5
0.359
test_list_queriesSuccess25.562
test_undefined_as_null_indicatorSuccess17.788
test_reading_text_pk_countersSuccess15.546
Properties »