Name | Status | Type | Time(s) |
test_login | Success | | 92.343 |
test_drop_function_and_keyspace_cleans_up_udf_permissions | Success | | 31.727 |
test_manual_bootstrap | Success | | 62.698 |
test_user_defined_compaction | Success | | 72.315 |
test_rename | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.533 |
test_basic_data_types | Success | | 25.537 |
test_multi_partition_consistent_reads_after_write | Failure | ValueError: Queue <multiprocessing.queues.Queue object at 0x7fbf539b3c40> is closed
self = <materialized_views_test.TestMaterializedViewsConsistency object at 0x7fbf548d74c0>
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 0x7fbf539b3c40>, 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 0x7fbf539b3c40> is closed
/usr/lib/python3.8/multiprocessing/queues.py:94: ValueError | 109.886 |
test_paging_with_filtering_on_partition_key_on_static_columns | Success | | 41.488 |
test_insert_data_during_replace_same_address | Success | | 202.447 |
test_rf_collapse_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.645 |
test_startup_non_seed_with_peers | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.650 |
test_cas | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.658 |
test_system_keyspace_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.649 |
test_remove_column_ttl_with_default_ttl | Skipped | 5.1 > 3.5
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.5 | 0.659 |
test_list_queries | Success | | 34.869 |
test_undefined_as_null_indicator | Success | | 27.596 |
test_reading_text_pk_counters | Success | | 24.069 |