Class | Name | Status | Type | Time(s) |
8_cythonno_x86_64_10_64 | test_system_auth_ks_is_alterable | Failure | cassandra.DriverException: Keyspace metadata was not refreshed. See log for details.
self = <auth_test.TestAuth object at 0x7f10dc59aa90>
def test_system_auth_ks_is_alterable(self):
"""
* Launch a three node cluster
* Verify the default RF of system_auth is 1
* Increase the system_auth RF to 3
* Run repair, see 10655
* Restart the cluster
* Check that each node agrees on the system_auth RF
@jira_ticket CASSANDRA-10655
"""
self.prepare(nodes=3)
logger.debug("nodes started")
session = self.get_session(user='cassandra', password='cassandra')
auth_metadata = UpdatingKeyspaceMetadataWrapper(
cluster=session.cluster,
ks_name='system_auth',
max_schema_agreement_wait=60 # 6x the default of 10
)
assert 1 == auth_metadata.replication_strategy.replication_factor
session.execute("""
ALTER KEYSPACE system_auth
WITH replication = {'class':'SimpleStrategy', 'replication_factor':3};
""")
> assert 3 == auth_metadata.replication_strategy.replication_factor
auth_test.py:102:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tools/metadata_wrapper.py:10: in __getattr__
return getattr(self._wrapped, name)
tools/metadata_wrapper.py:57: in _wrapped
self._cluster.refresh_keyspace_metadata(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cassandra.cluster.Cluster object at 0x7f10dc089b20>
keyspace = 'system_auth', max_schema_agreement_wait = 60
def refresh_keyspace_metadata(self, keyspace, max_schema_agreement_wait=None):
"""
Synchronously refresh keyspace metadata. This applies to keyspace-level information such as replication
and durability settings. It does not refresh tables, types, etc. contained in the keyspace.
See :meth:`~.Cluster.refresh_schema_metadata` for description of ``max_schema_agreement_wait`` behavior
"""
if not self.control_connection.refresh_schema(target_type=SchemaTargetType.KEYSPACE, keyspace=keyspace,
schema_agreement_wait=max_schema_agreement_wait, force=True):
> raise DriverException("Keyspace metadata was not refreshed. See log for details.")
E cassandra.DriverException: Keyspace metadata was not refreshed. See log for details.
../cassandra/build/venv/src/cassandra-driver/cassandra/cluster.py:2162: DriverException | 35.900 |
8_cythonno_x86_64_10_64 | test_drop_role_cleans_up_udf_permissions | Success | | 22.662 |
8_cythonno_x86_64_10_64 | test_bootstrap_with_reset_bootstrap_state | Success | | 339.802 |
8_cythonno_x86_64_10_64 | test_disable_autocompaction_alter_and_nodetool[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.469 |
8_cythonno_x86_64_10_64 | test_cql3_insert_thrift | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.206 |
8_cythonno_x86_64_10_64 | test_complex_data_types | Success | | 23.377 |
8_cythonno_x86_64_10_64 | test_single_partition_consistent_reads_after_write | Skipped | awaiting CASSANDRA-11290
/home/cassandra/cassandra-dtest/materialized_views_test.py:2831: awaiting CASSANDRA-11290 | 0.001 |
8_cythonno_x86_64_10_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_with_contains | Success | | 41.463 |
8_cythonno_x86_64_10_64 | test_unsafe_replace | Success | | 132.018 |
8_cythonno_x86_64_10_64 | test_rf_expand_gossiping_property_file_snitch | Success | | 111.446 |
8_cythonno_x86_64_10_64 | test_startup_no_live_seeds | Success | | 32.913 |
8_cythonno_x86_64_10_64 | test_empty_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.472 |
8_cythonno_x86_64_10_64 | test_system_cf_recreate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.205 |
8_cythonno_x86_64_10_64 | test_set_ttl_to_zero_to_default_ttl | Success | | 18.381 |
8_cythonno_x86_64_10_64 | test_select_element_inside_udt | Success | | 14.139 |
8_cythonno_x86_64_10_64 | test_default_null_indicator_no_prepared_statements | Success | | 17.377 |
8_cythonno_x86_64_10_64 | test_copy_from_with_wrong_order_or_missing_UDT_fields | Success | | 16.129 |
8_cythonno_x86_64_11_64 | test_login | Success | | 82.095 |
8_cythonno_x86_64_11_64 | test_drop_function_and_keyspace_cleans_up_udf_permissions | Success | | 21.884 |
8_cythonno_x86_64_11_64 | test_manual_bootstrap | Success | | 132.966 |
8_cythonno_x86_64_11_64 | test_user_defined_compaction | Success | | 65.107 |
8_cythonno_x86_64_11_64 | test_rename | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.492 |
8_cythonno_x86_64_11_64 | test_basic_data_types | Success | | 16.118 |
8_cythonno_x86_64_11_64 | test_multi_partition_consistent_reads_after_write | Success | | 210.029 |
8_cythonno_x86_64_11_64 | test_paging_with_filtering_on_partition_key_on_static_columns | Success | | 37.262 |
8_cythonno_x86_64_11_64 | test_insert_data_during_replace_same_address | Success | | 190.142 |
8_cythonno_x86_64_11_64 | test_rf_collapse_property_file_snitch | Success | | 113.344 |
8_cythonno_x86_64_11_64 | test_startup_non_seed_with_peers | Success | | 147.707 |
8_cythonno_x86_64_11_64 | test_cas | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.485 |
8_cythonno_x86_64_11_64 | test_system_keyspace_operations | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.516 |
8_cythonno_x86_64_11_64 | test_remove_column_ttl_with_default_ttl | Skipped | 5.0 > 3.5
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.5 | 0.537 |
8_cythonno_x86_64_11_64 | test_list_queries | Success | | 25.734 |
8_cythonno_x86_64_11_64 | test_undefined_as_null_indicator | Success | | 15.727 |
8_cythonno_x86_64_11_64 | test_reading_text_pk_counters | Success | | 13.903 |
8_cythonno_x86_64_12_64 | test_only_superuser_can_create_users | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.748 |
8_cythonno_x86_64_12_64 | test_udf_with_overloads_permissions | Success | | 20.907 |
8_cythonno_x86_64_12_64 | test_local_quorum_bootstrap | Success | | 149.107 |
8_cythonno_x86_64_12_64 | test_fanout_size[LeveledCompactionStrategy] | Skipped | Not implemented unless LeveledCompactionStrategy is used
/home/cassandra/cassandra-dtest/compaction_test.py:547: Not implemented unless LeveledCompactionStrategy is used | 0.425 |
8_cythonno_x86_64_12_64 | test_invalid_string_literals | Success | | 11.355 |
8_cythonno_x86_64_12_64 | test_complex_data_types | Success | | 20.629 |
8_cythonno_x86_64_12_64 | test_mutations_dontblock | Success | | 17.752 |
8_cythonno_x86_64_12_64 | test_paging_on_compact_table_with_tombstone_on_first_column | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.424 |
8_cythonno_x86_64_12_64 | test_insert_data_during_replace_different_address | Success | | 207.400 |
8_cythonno_x86_64_12_64 | test_rf_expand_property_file_snitch | Success | | 110.039 |
8_cythonno_x86_64_12_64 | test_startup_after_ring_delay | Success | | 37.551 |
8_cythonno_x86_64_12_64 | test_missing_super | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.430 |
8_cythonno_x86_64_12_64 | test_create_then_drop_ks | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.202 |
8_cythonno_x86_64_12_64 | test_collection_list_ttl | Success | | 23.931 |
8_cythonno_x86_64_12_64 | test_describe | Success | | 42.397 |
8_cythonno_x86_64_12_64 | test_undefined_as_null_indicator_no_prepared_statements | Success | | 15.650 |
8_cythonno_x86_64_12_64 | test_reading_text_pk_no_prepared_statements | Success | | 12.630 |
8_cythonno_x86_64_13_64 | test_password_authenticator_create_user_requires_password | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.833 |
8_cythonno_x86_64_13_64 | test_drop_keyspace_cleans_up_function_level_permissions | Success | | 21.376 |
8_cythonno_x86_64_13_64 | test_shutdown_wiped_node_cannot_join | Success | | 226.392 |
8_cythonno_x86_64_13_64 | test_disable_compression_cql | Success | | 13.361 |
8_cythonno_x86_64_13_64 | test_prepared_statement_invalidation | Success | | 12.111 |
8_cythonno_x86_64_13_64 | test_collection_update | Success | | 16.593 |
8_cythonno_x86_64_13_64 | test_metadata_reset_while_compact | Skipped | hangs CI
/home/cassandra/cassandra-dtest/metadata_test.py:30: hangs CI | 0.001 |
8_cythonno_x86_64_13_64 | test_paging_with_no_clustering_columns | Success | | 33.239 |
8_cythonno_x86_64_13_64 | test_replace_with_insufficient_replicas | Success | | 151.584 |
8_cythonno_x86_64_13_64 | test_rf_collapse_yaml_file_snitch | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.425 |
8_cythonno_x86_64_13_64 | test_basic_snapshot_and_restore | Success | | 34.208 |
8_cythonno_x86_64_13_64 | test_count | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.177 |
8_cythonno_x86_64_13_64 | test_column_validators | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.427 |
8_cythonno_x86_64_13_64 | test_collection_set_ttl | Success | | 24.202 |
8_cythonno_x86_64_13_64 | test_describe_describes_non_default_compaction_parameters | Success | | 12.358 |
8_cythonno_x86_64_13_64 | test_null_as_null_indicator | Success | | 15.596 |
8_cythonno_x86_64_13_64 | test_reading_empty_strings_for_different_types | Success | | 15.382 |
8_cythonno_x86_64_14_64 | test_cant_create_existing_user | Success | | 24.204 |
8_cythonno_x86_64_14_64 | test_udf_permissions_in_selection | Success | | 23.224 |
8_cythonno_x86_64_14_64 | test_killed_wiped_node_cannot_join | Success | | 223.947 |
8_cythonno_x86_64_14_64 | test_compression_cql_options | Success | | 16.719 |
8_cythonno_x86_64_14_64 | test_range_slice | Success | | 29.143 |
8_cythonno_x86_64_14_64 | test_selecting_pkey_as_json | Success | | 16.716 |
8_cythonno_x86_64_14_64 | test_friendly_unrecognized_table_handling | Skipped | This test is only designed to work with 2.0 and 2.1 right now
/home/cassandra/cassandra-dtest/mixed_version_test.py:34: This test is only designed to work with 2.0 and 2.1 right now | 26.629 |
8_cythonno_x86_64_14_64 | test_paging_with_no_clustering_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.539 |
8_cythonno_x86_64_14_64 | test_multi_dc_replace_with_rf1 | Success | | 163.262 |
8_cythonno_x86_64_14_64 | test_rf_expand_yaml_file_snitch | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.288 |
8_cythonno_x86_64_14_64 | test_snapshot_and_restore_drop_table_remove_dropped_column | Success | | 27.241 |
8_cythonno_x86_64_14_64 | test_count_paging | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.320 |
8_cythonno_x86_64_14_64 | test_system_column_family_operations | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.294 |
8_cythonno_x86_64_14_64 | test_collection_map_ttl | Success | | 21.980 |
8_cythonno_x86_64_14_64 | test_describe_functions | Success | | 18.728 |
8_cythonno_x86_64_14_64 | test_reading_collections_with_empty_values | Success | | 14.965 |
8_cythonno_x86_64_14_64 | test_importing_invalid_data_for_collections | Success | | 17.965 |
8_cythonno_x86_64_15_64 | test_list_users | Success | | 24.471 |
8_cythonno_x86_64_15_64 | test_udf_permissions_in_select_where_clause | Success | | 23.235 |
8_cythonno_x86_64_15_64 | test_decommissioned_wiped_node_can_join | Success | | 302.641 |
8_cythonno_x86_64_15_64 | test_compression_cql_disabled_with_alter | Success | | 13.735 |
8_cythonno_x86_64_15_64 | test_many_columns | Skipped | Skipping until PYTHON-893 is fixed
/home/cassandra/cassandra-dtest/cql_test.py:702: Skipping until PYTHON-893 is fixed | 0.001 |
8_cythonno_x86_64_15_64 | test_select_using_secondary_index | Success | | 17.719 |
8_cythonno_x86_64_15_64 | test_putget_2dc_rf1 | Success | | 37.778 |
8_cythonno_x86_64_15_64 | test_per_partition_limit_paging | Success | | 34.293 |
8_cythonno_x86_64_15_64 | test_update_on_skinny_table | Success | | 48.691 |
8_cythonno_x86_64_15_64 | test_cannot_restart_with_different_rack | Success | | 28.145 |
8_cythonno_x86_64_15_64 | test_snapshot_and_restore_dropping_a_column | Success | | 32.288 |
8_cythonno_x86_64_15_64 | test_count_around_page_size | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.541 |
8_cythonno_x86_64_15_64 | test_dynamic_indexes_creation_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.541 |
8_cythonno_x86_64_15_64 | test_delete_with_ttl_expired | Success | | 15.699 |
8_cythonno_x86_64_15_64 | test_default_keyspaces_exist | Success | | 13.729 |
8_cythonno_x86_64_15_64 | test_writing_use_header | Success | | 14.733 |
8_cythonno_x86_64_15_64 | test_force_repair_async_1 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.316 |
8_cythonno_x86_64_16_64 | test_handle_corrupt_role_data | Success | | 22.524 |
8_cythonno_x86_64_16_64 | test_udf_permissions_in_insert | Success | | 21.345 |
8_cythonno_x86_64_16_64 | test_decommissioned_wiped_node_can_gossip_to_single_seed | Success | | 192.911 |
8_cythonno_x86_64_16_64 | test_compression_cql_enabled_with_alter | Success | | 12.159 |
8_cythonno_x86_64_16_64 | test_drop_compact_storage_flag | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.438 |
8_cythonno_x86_64_16_64 | test_basic_data_types | Success | | 14.366 |
8_cythonno_x86_64_16_64 | test_putget_2dc_rf2 | Success | | 59.702 |
8_cythonno_x86_64_16_64 | test_paging_for_range_name_queries | Success | | 34.450 |
8_cythonno_x86_64_16_64 | test_update_on_wide_table | Success | | 47.110 |
8_cythonno_x86_64_16_64 | test_failed_snitch_update_gossiping_property_file_snitch | Success | | 51.583 |
8_cythonno_x86_64_16_64 | test_archive_commitlog | Success | | 142.836 |
8_cythonno_x86_64_16_64 | test_super_insert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.486 |
8_cythonno_x86_64_16_64 | test_dynamic_indexes_with_system_update_cf | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.502 |
8_cythonno_x86_64_16_64 | test_expiration_overflow_policy_cap | Success | | 29.441 |
8_cythonno_x86_64_16_64 | test_describe_types | Success | | 14.927 |
8_cythonno_x86_64_16_64 | test_reading_counter | Success | | 12.098 |
8_cythonno_x86_64_16_64 | test_force_repair_async_2 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.464 |
8_cythonno_x86_64_17_64 | test_user_cant_drop_themselves | Success | | 23.185 |
8_cythonno_x86_64_17_64 | test_udf_permissions_in_update | Success | | 23.478 |
8_cythonno_x86_64_17_64 | test_failed_bootstrap_wiped_node_can_join | Success | | 138.268 |
8_cythonno_x86_64_17_64 | test_create_lots_of_tables_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:131: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_17_64 | test_truncate_failure | Success | | 33.438 |
8_cythonno_x86_64_17_64 | test_complex_data_types | Success | | 20.367 |
8_cythonno_x86_64_17_64 | test_connect_to_ssl | Success | | 48.118 |
8_cythonno_x86_64_17_64 | test_paging_for_range_name_queries_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.437 |
8_cythonno_x86_64_17_64 | test_update_on_static_column_with_empty_partition | Success | | 46.297 |
8_cythonno_x86_64_17_64 | test_failed_snitch_update_property_file_snitch | Success | | 51.517 |
8_cythonno_x86_64_17_64 | test_archive_commitlog_with_active_commitlog | Success | | 143.428 |
8_cythonno_x86_64_17_64 | test_super_get | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.446 |
8_cythonno_x86_64_17_64 | test_system_super_column_family_operations | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.440 |
8_cythonno_x86_64_17_64 | test_expiration_overflow_policy_cap_default_ttl | Success | | 27.624 |
8_cythonno_x86_64_17_64 | test_describe_on_non_reserved_keywords | Success | | 12.328 |
8_cythonno_x86_64_17_64 | test_reading_counter_without_batching | Success | | 13.135 |
8_cythonno_x86_64_17_64 | test_force_repair_async_3 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.458 |
8_cythonno_x86_64_18_64 | test_only_superusers_can_drop_users | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 1.054 |
8_cythonno_x86_64_18_64 | test_udf_permissions_in_delete | Success | | 23.729 |
8_cythonno_x86_64_18_64 | test_node_cannot_join_as_hibernating_node_without_replace_address | Skipped | ported to in-JVM from 4.1 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.1 >= 5.0 | 0.308 |
8_cythonno_x86_64_18_64 | test_create_lots_of_alters_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:159: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_18_64 | test_local_query | Success | | 129.965 |
8_cythonno_x86_64_18_64 | test_delete_using_pkey_json | Success | | 18.228 |
8_cythonno_x86_64_18_64 | test_connect_to_ssl_optional | Success | | 24.755 |
8_cythonno_x86_64_18_64 | test_paging_with_empty_row_and_empty_static_columns | Success | | 33.819 |
8_cythonno_x86_64_18_64 | test_update_on_static_column_with_not_empty_partition | Success | | 48.965 |
8_cythonno_x86_64_18_64 | test_failed_snitch_update_yaml_file_snitch | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.538 |
8_cythonno_x86_64_18_64 | test_dont_archive_commitlog | Success | | 148.296 |
8_cythonno_x86_64_18_64 | test_super_subcolumn_limit | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.302 |
8_cythonno_x86_64_18_64 | test_insert_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.294 |
8_cythonno_x86_64_18_64 | test_expiration_overflow_policy_capnowarn | Success | | 34.018 |
8_cythonno_x86_64_18_64 | test_describe_mv | Success | | 20.248 |
8_cythonno_x86_64_18_64 | test_reading_use_header | Success | | 14.959 |
8_cythonno_x86_64_18_64 | test_force_repair_range_async_1 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.302 |
8_cythonno_x86_64_19_64 | test_dropping_nonexistent_user_throws_exception | Success | | 23.468 |
8_cythonno_x86_64_19_64 | test_inheritence_of_udf_permissions | Success | | 22.612 |
8_cythonno_x86_64_19_64 | test_simultaneous_bootstrap | Success | | 199.007 |
8_cythonno_x86_64_19_64 | test_create_lots_of_indexes_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:195: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_19_64 | test_remote_query | Success | | 197.964 |
8_cythonno_x86_64_19_64 | test_simple_schema | Success | | 25.151 |
8_cythonno_x86_64_19_64 | test_use_custom_port | Success | | 139.772 |
8_cythonno_x86_64_19_64 | test_data_change_impacting_earlier_page | Success | | 40.649 |
8_cythonno_x86_64_19_64 | test_update_on_collection | Success | | 55.706 |
8_cythonno_x86_64_19_64 | test_switch_data_center_startup_fails | Success | | 28.479 |
8_cythonno_x86_64_19_64 | test_archive_commitlog_point_in_time | Success | | 188.886 |
8_cythonno_x86_64_19_64 | test_long_order | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 3.981 |
8_cythonno_x86_64_19_64 | test_insert_max_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.553 |
8_cythonno_x86_64_19_64 | test_expiration_overflow_policy_capnowarn_default_ttl | Success | | 39.629 |
8_cythonno_x86_64_19_64 | test_copy_to | Success | | 28.763 |
8_cythonno_x86_64_19_64 | test_datetimeformat_round_trip | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.353 |
8_cythonno_x86_64_19_64 | test_force_repair_range_async_2 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.475 |
8_cythonno_x86_64_1_64 | test_archiving | Success | | 26.552 |
8_cythonno_x86_64_1_64 | test_role_requires_login_privilege_to_authenticate | Success | | 20.447 |
8_cythonno_x86_64_1_64 | test_schema_removed_nodes | Success | | 212.401 |
8_cythonno_x86_64_1_64 | test_disable_autocompaction_nodetool[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.909 |
8_cythonno_x86_64_1_64 | test_table | Success | | 13.855 |
8_cythonno_x86_64_1_64 | test_mv_metric_mbeans_release | Success | | 16.416 |
8_cythonno_x86_64_1_64 | test_base_column_in_view_pk_commutative_tombstone_without_flush | Success | | 65.191 |
8_cythonno_x86_64_1_64 | test_paging_with_filtering_on_clustering_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.466 |
8_cythonno_x86_64_1_64 | test_monotonic_reads[none] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.477 |
8_cythonno_x86_64_1_64 | test_range_deletion_on_wide_table | Success | | 75.915 |
8_cythonno_x86_64_1_64 | test_list_indexes | Success | | 57.779 |
8_cythonno_x86_64_1_64 | test_fixed_ratio | Success | | 22.481 |
8_cythonno_x86_64_1_64 | test_describe_keyspace | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.522 |
8_cythonno_x86_64_1_64 | test_default_ttl | Success | | 16.678 |
8_cythonno_x86_64_1_64 | test_lwt | Success | | 13.657 |
8_cythonno_x86_64_1_64 | test_cqlsh_copy | Success | | 16.628 |
8_cythonno_x86_64_1_64 | test_copy_to_with_child_process_crashing | Success | | 25.627 |
8_cythonno_x86_64_1_64 | test_dead_sync_participant | Success | | 95.695 |
8_cythonno_x86_64_20_64 | test_drop_user_case_sensitive | Success | | 23.718 |
8_cythonno_x86_64_20_64 | test_builtin_functions_require_no_special_permissions | Success | | 22.133 |
8_cythonno_x86_64_20_64 | test_cleanup | Success | | 218.552 |
8_cythonno_x86_64_20_64 | test_create_lots_of_mv_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:244: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_20_64 | test_disable_slow_query_log | Success | | 14.608 |
8_cythonno_x86_64_20_64 | test_pkey_requirement | Success | | 14.603 |
8_cythonno_x86_64_20_64 | test_use_custom_ssl_port | Success | | 24.886 |
8_cythonno_x86_64_20_64 | test_data_change_impacting_later_page | Success | | 36.968 |
8_cythonno_x86_64_20_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 75.917 |
8_cythonno_x86_64_20_64 | test_creating_and_dropping_keyspace | Success | | 13.616 |
8_cythonno_x86_64_20_64 | test_archive_commitlog_point_in_time_ln | Success | | 154.579 |
8_cythonno_x86_64_20_64 | test_integer_order | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.215 |
8_cythonno_x86_64_20_64 | test_insert_max_default_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.447 |
8_cythonno_x86_64_20_64 | test_expiration_overflow_policy_reject | Success | | 32.406 |
8_cythonno_x86_64_20_64 | test_float_formatting | Success | | 17.129 |
8_cythonno_x86_64_20_64 | test_datetimeformat_round_trip_40 | Success | | 17.122 |
8_cythonno_x86_64_20_64 | test_force_repair_range_async_3 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.221 |
8_cythonno_x86_64_21_64 | test_alter_user_case_sensitive | Success | | 24.210 |
8_cythonno_x86_64_21_64 | test_disallow_grant_revoke_on_builtin_functions | Success | | 21.976 |
8_cythonno_x86_64_21_64 | test_bootstrap_binary_disabled | Skipped | ported to in-JVM from 2.2.13 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 2.2.13 >= 5.0 | 0.544 |
8_cythonno_x86_64_21_64 | test_create_lots_of_schema_churn | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:323: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_21_64 | test_lwt_with_static_columns | Success | | 32.280 |
8_cythonno_x86_64_21_64 | test_null_value | Success | | 15.696 |
8_cythonno_x86_64_21_64 | test_decommission_after_drain_is_invalid | Success | | 37.302 |
8_cythonno_x86_64_21_64 | test_row_TTL_expiry_during_paging | Success | | 49.889 |
8_cythonno_x86_64_21_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 73.520 |
8_cythonno_x86_64_21_64 | test_creating_and_dropping_table | Success | | 14.215 |
8_cythonno_x86_64_21_64 | test_archive_commitlog_restore_skip_by_position | Success | | 146.982 |
8_cythonno_x86_64_21_64 | test_time_uuid | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.548 |
8_cythonno_x86_64_21_64 | test_simple_expiration | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.548 |
8_cythonno_x86_64_21_64 | test_expiration_overflow_policy_reject_default_ttl | Success | | 32.269 |
8_cythonno_x86_64_21_64 | test_int_values | Success | | 15.504 |
8_cythonno_x86_64_21_64 | test_reading_with_ttl | Success | | 25.013 |
8_cythonno_x86_64_21_64 | test_deprecated_repair_error_notification | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.587 |
8_cythonno_x86_64_22_64 | test_regular_users_can_alter_their_passwords_only | Success | | 24.407 |
8_cythonno_x86_64_22_64 | test_disallow_grant_execute_on_non_function_resources | Success | | 21.933 |
8_cythonno_x86_64_22_64 | test_cdc_enabled_data_readable_on_round_trip | Success | | 15.046 |
8_cythonno_x86_64_22_64 | test_create_lots_of_schema_churn_with_node_down | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:339: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_22_64 | test_conditional_updates_on_static_columns_with_null_values | Success | | 35.139 |
8_cythonno_x86_64_22_64 | test_complex_schema | Success | | 32.879 |
8_cythonno_x86_64_22_64 | test_correct_dc_rack_in_nodetool_info | Success | | 56.154 |
8_cythonno_x86_64_22_64 | test_cell_TTL_expiry_during_paging | Success | | 52.362 |
8_cythonno_x86_64_22_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 73.699 |
8_cythonno_x86_64_22_64 | test_creating_and_dropping_table_with_2ary_indexes | Success | | 17.018 |
8_cythonno_x86_64_22_64 | test_archive_and_restore_commitlog_repeatedly | Success | | 78.464 |
8_cythonno_x86_64_22_64 | test_long_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.584 |
8_cythonno_x86_64_22_64 | test_expiration_with_default_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.552 |
8_cythonno_x86_64_22_64 | test_ttl_is_replicated | Success | | 37.139 |
8_cythonno_x86_64_22_64 | test_datetime_values | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 1.047 |
8_cythonno_x86_64_22_64 | test_reading_with_skip_and_max_rows | Success | | 53.466 |
8_cythonno_x86_64_22_64 | test_consistent_repair | Success | | 112.113 |
8_cythonno_x86_64_23_64 | test_users_cant_alter_their_superuser_status | Success | | 22.152 |
8_cythonno_x86_64_23_64 | test_aggregate_function_permissions | Success | | 24.262 |
8_cythonno_x86_64_23_64 | test_cdc_disabled_data_readable_on_round_trip | Success | | 13.666 |
8_cythonno_x86_64_23_64 | test_basic | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:358: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_23_64 | test_conditional_updates_on_static_columns_with_non_existing_values | Success | | 44.331 |
8_cythonno_x86_64_23_64 | test_json_tools | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.309 |
8_cythonno_x86_64_23_64 | test_nodetool_timeout_commands | Success | | 53.327 |
8_cythonno_x86_64_23_64 | test_node_unavailabe_during_paging | Success | | 71.097 |
8_cythonno_x86_64_23_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 86.855 |
8_cythonno_x86_64_23_64 | test_creating_and_dropping_user_types | Success | | 16.467 |
8_cythonno_x86_64_23_64 | test_prefer_local_reconnect_on_listen_address | Success | | 108.745 |
8_cythonno_x86_64_23_64 | test_integer_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.560 |
8_cythonno_x86_64_23_64 | test_expiration_with_default_ttl_and_zero_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.544 |
8_cythonno_x86_64_23_64 | test_ttl_is_respected_on_delayed_replication | Success | | 127.381 |
8_cythonno_x86_64_23_64 | test_datetime_values_40 | Success | | 20.583 |
8_cythonno_x86_64_23_64 | test_reading_with_skip_cols | Success | | 31.180 |
8_cythonno_x86_64_23_64 | test_sstable_marking | Success | | 109.799 |
8_cythonno_x86_64_24_64 | test_only_superuser_alters_superuser_status | Success | | 22.410 |
8_cythonno_x86_64_24_64 | test_ignore_invalid_roles | Success | | 20.334 |
8_cythonno_x86_64_24_64 | test_non_cdc_segments_deleted_after_replay | Success | | 27.627 |
8_cythonno_x86_64_24_64 | test_changes_to_different_nodes | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:374: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_24_64 | test_conditional_updates_on_static_columns_with_null_values_batch | Success | | 32.886 |
8_cythonno_x86_64_24_64 | test_cleanup | Success | | 70.500 |
8_cythonno_x86_64_24_64 | test_cleanup_when_no_replica_with_index | Success | | 51.941 |
8_cythonno_x86_64_24_64 | test_query_isolation | Success | | 81.389 |
8_cythonno_x86_64_24_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 80.132 |
8_cythonno_x86_64_24_64 | test_creating_and_dropping_udf | Success | | 13.650 |
8_cythonno_x86_64_24_64 | test_prefer_local_reconnect_on_restart | Skipped | needs CASSANDRA-18657
/home/cassandra/cassandra-dtest/snitch_test.py:118: needs CASSANDRA-18657 | 0.001 |
8_cythonno_x86_64_24_64 | test_batch_insert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.503 |
8_cythonno_x86_64_24_64 | test_simple_expiration_batch_mutate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.205 |
8_cythonno_x86_64_24_64 | test_ttl_is_respected_on_repair | Success | | 70.062 |
8_cythonno_x86_64_24_64 | test_tracing | Success | | 13.379 |
8_cythonno_x86_64_24_64 | test_reading_counters_with_skip_cols | Success | | 23.333 |
8_cythonno_x86_64_24_64 | test_multiple_repair | Success | | 218.132 |
8_cythonno_x86_64_25_64 | test_altering_nonexistent_user_throws_exception | Success | | 23.692 |
8_cythonno_x86_64_25_64 | test_authentication_handle_unavailable | Success | | 42.585 |
8_cythonno_x86_64_25_64 | test_insertion_and_commitlog_behavior_after_reaching_cdc_total_space | Success | | 44.100 |
8_cythonno_x86_64_25_64 | test_changes_while_node_down | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:397: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_25_64 | test_conditional_deletes_on_static_columns_with_null_values | Success | | 33.299 |
8_cythonno_x86_64_25_64 | test_14766 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.541 |
8_cythonno_x86_64_25_64 | test_cleanup_when_no_replica_without_index | Success | | 36.170 |
8_cythonno_x86_64_25_64 | test_single_partition_deletions | Success | | 35.808 |
8_cythonno_x86_64_25_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 74.778 |
8_cythonno_x86_64_25_64 | test_creating_and_dropping_uda | Success | | 14.832 |
8_cythonno_x86_64_25_64 | test_ssl_enabled | Success | | 36.144 |
8_cythonno_x86_64_25_64 | test_batch_mutate_standard_columns | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.599 |
8_cythonno_x86_64_25_64 | test_update_expiring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.578 |
8_cythonno_x86_64_25_64 | test_recover_negative_expiration_date_sstables_with_scrub | Success | | 36.823 |
8_cythonno_x86_64_25_64 | test_client_warnings | Success | | 37.955 |
8_cythonno_x86_64_25_64 | test_writing_with_token_boundaries | Success | | 46.002 |
8_cythonno_x86_64_25_64 | test_sstable_repairedset | Success | | 116.430 |
8_cythonno_x86_64_26_64 | test_conditional_create_drop_user | Success | | 23.971 |
8_cythonno_x86_64_26_64 | test_authentication_through_cache_handle_unavailable | Success | | 45.984 |
8_cythonno_x86_64_26_64 | test_cdc_data_available_in_cdc_raw | Success | | 181.286 |
8_cythonno_x86_64_26_64 | test_changes_while_node_toggle | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:422: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_26_64 | test_conditional_deletes_on_static_columns_with_null_values_batch | Success | | 35.198 |
8_cythonno_x86_64_26_64 | test_view_metadata_cleanup | Success | | 57.476 |
8_cythonno_x86_64_26_64 | test_meaningless_notice_in_status | Success | | 41.985 |
8_cythonno_x86_64_26_64 | test_multiple_partition_deletions | Success | | 38.437 |
8_cythonno_x86_64_26_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 74.424 |
8_cythonno_x86_64_26_64 | test_basic_table_datatype | Success | | 13.117 |
8_cythonno_x86_64_26_64 | test_ssl_correct_hostname_with_validation | Success | | 40.086 |
8_cythonno_x86_64_26_64 | test_batch_mutate_remove_standard_columns | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.218 |
8_cythonno_x86_64_26_64 | test_remove_expiring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.203 |
8_cythonno_x86_64_26_64 | test_udt | Success | | 36.687 |
8_cythonno_x86_64_26_64 | test_connect_timeout | Success | | 13.626 |
8_cythonno_x86_64_26_64 | test_reading_max_parse_errors | Success | | 21.537 |
8_cythonno_x86_64_26_64 | test_compaction | Success | | 77.156 |
8_cythonno_x86_64_27_64 | test_create_ks_auth | Success | | 22.662 |
8_cythonno_x86_64_27_64 | test_authentication_from_cache_while_unavailable | Success | | 45.940 |
8_cythonno_x86_64_27_64 | test_cfid | Success | | 24.256 |
8_cythonno_x86_64_27_64 | test_decommission_node | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:449: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_27_64 | test_tracing_simple | Success | | 55.631 |
8_cythonno_x86_64_27_64 | test_create | Success | | 42.271 |
8_cythonno_x86_64_27_64 | test_set_get_batchlog_replay_throttle | Success | | 30.401 |
8_cythonno_x86_64_27_64 | test_single_row_deletions | Success | | 40.009 |
8_cythonno_x86_64_27_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 72.740 |
8_cythonno_x86_64_27_64 | test_collection_table_datatype | Success | | 11.882 |
8_cythonno_x86_64_27_64 | test_ssl_wrong_hostname_no_validation | Success | | 40.152 |
8_cythonno_x86_64_27_64 | test_batch_mutate_remove_standard_row | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 1.201 |
8_cythonno_x86_64_27_64 | test_describe_ring_on_invalid_keyspace | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.530 |
8_cythonno_x86_64_27_64 | test_migration | Success | | 48.365 |
8_cythonno_x86_64_27_64 | test_protocol_negotiation | Success | | 18.136 |
8_cythonno_x86_64_27_64 | test_reading_max_insert_errors | Success | | 20.455 |
8_cythonno_x86_64_27_64 | test_multiple_full_repairs_lcs | Success | | 329.249 |
8_cythonno_x86_64_28_64 | test_create_cf_auth | Success | | 27.242 |
8_cythonno_x86_64_28_64 | test_credentials_cache_background_reload_handle_unavailable | Success | | 56.629 |
8_cythonno_x86_64_28_64 | test_defaults | Success | | 45.610 |
8_cythonno_x86_64_28_64 | test_snapshot | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:498: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_28_64 | test_tracing_unknown_impl | Success | | 40.796 |
8_cythonno_x86_64_28_64 | test_gcgs_validation | Success | | 46.637 |
8_cythonno_x86_64_28_64 | test_reloadlocalschema | Success | | 22.710 |
8_cythonno_x86_64_28_64 | test_multiple_row_deletions | Skipped | Feature In Development
/home/cassandra/cassandra-dtest/paging_test.py:3297: Feature In Development | 0.000 |
8_cythonno_x86_64_28_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 83.304 |
8_cythonno_x86_64_28_64 | test_clustering_order | Success | | 15.693 |
8_cythonno_x86_64_28_64 | test_ssl_wrong_hostname_with_validation | Success | | 101.675 |
8_cythonno_x86_64_28_64 | test_batch_mutate_remove_super_columns_with_standard_under | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.217 |
8_cythonno_x86_64_28_64 | test_incr_decr_standard_add | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.219 |
8_cythonno_x86_64_28_64 | test_udf_overload | Success | | 46.753 |
8_cythonno_x86_64_28_64 | test_protocol_version_restriction | Success | | 16.214 |
8_cythonno_x86_64_28_64 | test_reading_with_parse_errors | Success | | 24.689 |
8_cythonno_x86_64_28_64 | test_multiple_subsequent_repair | Skipped | hangs CI
/home/cassandra/cassandra-dtest/repair_tests/incremental_repair_test.py:458: hangs CI | 0.002 |
8_cythonno_x86_64_29_64 | test_alter_ks_auth | Success | | 22.713 |
8_cythonno_x86_64_29_64 | test_authorization_handle_unavailable | Success | | 40.943 |
8_cythonno_x86_64_29_64 | test_hsha_defaults | Skipped | 5.0 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.11.x | 0.171 |
8_cythonno_x86_64_29_64 | test_load | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:543: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_29_64 | test_tracing_default_impl | Success | | 36.090 |
8_cythonno_x86_64_29_64 | test_insert | Success | | 42.914 |
8_cythonno_x86_64_29_64 | test_refresh_size_estimates_clears_invalid_entries | Success | | 12.850 |
8_cythonno_x86_64_29_64 | test_single_cell_deletions | Success | | 37.625 |
8_cythonno_x86_64_29_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 71.589 |
8_cythonno_x86_64_29_64 | test_compact_storage | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.203 |
8_cythonno_x86_64_29_64 | test_ssl_client_auth_required_fail | Success | | 104.593 |
8_cythonno_x86_64_29_64 | test_batch_mutate_remove_super_columns_with_none_given_underneath | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.436 |
8_cythonno_x86_64_29_64 | test_incr_decr_super_add | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.201 |
8_cythonno_x86_64_29_64 | test_udf_scripting | Skipped | 5.0 > 4.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4.1.x | 0.173 |
8_cythonno_x86_64_29_64 | test_update_schema_with_down_node | Success | | 91.416 |
8_cythonno_x86_64_29_64 | test_reading_with_wrong_number_of_columns | Success | | 13.472 |
8_cythonno_x86_64_29_64 | test_force | Success | | 49.103 |
8_cythonno_x86_64_2_64 | test_fql_nodetool_options | Success | | 34.006 |
8_cythonno_x86_64_2_64 | test_roles_do_not_inherit_login_privilege | Success | | 21.119 |
8_cythonno_x86_64_2_64 | test_read_from_bootstrapped_node | Success | | 212.312 |
8_cythonno_x86_64_2_64 | test_disable_autocompaction_schema[LeveledCompactionStrategy] | Success | | 49.205 |
8_cythonno_x86_64_2_64 | test_table_compact_storage | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.211 |
8_cythonno_x86_64_2_64 | test_compactionstats | Success | | 78.503 |
8_cythonno_x86_64_2_64 | test_view_tombstone | Success | | 83.401 |
8_cythonno_x86_64_2_64 | test_paging_with_filtering_on_clustering_columns_with_contains | Success | | 39.193 |
8_cythonno_x86_64_2_64 | test_atomic_writes[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.213 |
8_cythonno_x86_64_2_64 | test_mismatching_insertions_on_skinny_table | Success | | 71.634 |
8_cythonno_x86_64_2_64 | test_set_indexes | Success | | 63.388 |
8_cythonno_x86_64_2_64 | test_quick_write | Success | | 49.433 |
8_cythonno_x86_64_2_64 | test_describe | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.213 |
8_cythonno_x86_64_2_64 | test_insert_ttl_has_priority_on_defaut_ttl | Success | | 19.870 |
8_cythonno_x86_64_2_64 | test_past_and_future_dates | Success | | 14.371 |
8_cythonno_x86_64_2_64 | test_cqlsh_source | Success | | 14.858 |
8_cythonno_x86_64_2_64 | test_copy_from_with_more_failures_than_max_attempts | Success | | 29.902 |
8_cythonno_x86_64_2_64 | test_failure_during_anticompaction | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.218 |
8_cythonno_x86_64_30_64 | test_alter_cf_auth | Success | | 25.614 |
8_cythonno_x86_64_30_64 | test_authorization_through_cache_handle_unavailable | Success | | 44.959 |
8_cythonno_x86_64_30_64 | test_hsha_with_ssl | Skipped | 5.0 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.11.x | 0.309 |
8_cythonno_x86_64_30_64 | test_compression_chunk_length | Success | | 16.970 |
8_cythonno_x86_64_30_64 | test_delete_insert_search | Success | | 49.091 |
8_cythonno_x86_64_30_64 | test_populate_mv_after_insert | Success | | 49.817 |
8_cythonno_x86_64_30_64 | test_set_get_concurrent_view_builders | Success | | 33.957 |
8_cythonno_x86_64_30_64 | test_multiple_cell_deletions | Success | | 37.618 |
8_cythonno_x86_64_30_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 75.563 |
8_cythonno_x86_64_30_64 | test_compact_storage_composite | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.331 |
8_cythonno_x86_64_30_64 | test_ssl_client_auth_required_succeed | Success | | 37.912 |
8_cythonno_x86_64_30_64 | test_batch_mutate_remove_super_columns_entire_row | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.335 |
8_cythonno_x86_64_30_64 | test_incr_standard_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.297 |
8_cythonno_x86_64_30_64 | test_default_aggregate | Success | | 15.213 |
8_cythonno_x86_64_30_64 | test_describe_round_trip | Success | | 17.278 |
8_cythonno_x86_64_30_64 | test_reading_with_multiple_files | Success | | 19.802 |
8_cythonno_x86_64_30_64 | test_force_with_none_down | Success | | 40.439 |
8_cythonno_x86_64_31_64 | test_materialized_views_auth | Success | | 26.733 |
8_cythonno_x86_64_31_64 | test_authorization_from_cache_while_unavailable | Success | | 42.746 |
8_cythonno_x86_64_31_64 | test_write_and_read | Success | | 39.584 |
8_cythonno_x86_64_31_64 | test_change_durable_writes | Success | | 65.237 |
8_cythonno_x86_64_31_64 | test_gc | Success | | 16.376 |
8_cythonno_x86_64_31_64 | test_populate_mv_after_insert_wide_rows_version40 | Success | | 148.845 |
8_cythonno_x86_64_31_64 | test_describecluster_more_information_three_datacenters | Success | | 49.117 |
8_cythonno_x86_64_31_64 | test_ttl_deletions | Success | | 51.749 |
8_cythonno_x86_64_31_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 68.806 |
8_cythonno_x86_64_31_64 | test_nondefault_table_settings | Success | | 10.855 |
8_cythonno_x86_64_31_64 | test_ca_mismatch | Success | | 95.569 |
8_cythonno_x86_64_31_64 | test_batch_mutate_remove_slice_standard | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.221 |
8_cythonno_x86_64_31_64 | test_incr_super_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.467 |
8_cythonno_x86_64_31_64 | test_aggregate_udf | Success | | 14.163 |
8_cythonno_x86_64_31_64 | test_materialized_view | Success | | 20.082 |
8_cythonno_x86_64_31_64 | test_writing_with_max_output_size | Success | | 27.594 |
8_cythonno_x86_64_31_64 | test_hosts | Success | | 37.489 |
8_cythonno_x86_64_32_64 | test_drop_ks_auth | Success | | 24.743 |
8_cythonno_x86_64_32_64 | test_permission_cache_background_reload_handle_unavailable | Success | | 53.089 |
8_cythonno_x86_64_32_64 | test_batch_and_slice | Success | | 46.407 |
8_cythonno_x86_64_32_64 | test_relative_paths | Success | | 22.319 |
8_cythonno_x86_64_32_64 | test_tombstone_size | Success | | 18.419 |
8_cythonno_x86_64_32_64 | test_populate_mv_after_insert_wide_rows | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.245 |
8_cythonno_x86_64_32_64 | test_sjk | Success | | 18.898 |
8_cythonno_x86_64_32_64 | test_failure_threshold_deletions | Success | | 46.734 |
8_cythonno_x86_64_32_64 | test_complementary_update_with_limit_on_regular_column | Success | | 76.786 |
8_cythonno_x86_64_32_64 | test_indexes | Success | | 16.524 |
8_cythonno_x86_64_32_64 | test_optional_outbound_tls | Success | | 157.444 |
8_cythonno_x86_64_32_64 | test_batch_mutate_remove_slice_of_entire_supercolumns | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.502 |
8_cythonno_x86_64_32_64 | test_incr_decr_standard_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.450 |
8_cythonno_x86_64_32_64 | test_udf_with_udt | Success | | 14.372 |
8_cythonno_x86_64_32_64 | test_clear | Success | | 13.634 |
8_cythonno_x86_64_32_64 | test_explicit_column_order_writing | Success | | 14.906 |
8_cythonno_x86_64_32_64 | test_subrange | Success | | 54.752 |
8_cythonno_x86_64_33_64 | test_drop_cf_auth | Success | | 25.990 |
8_cythonno_x86_64_33_64 | test_full_dc_access | Success | | 29.179 |
8_cythonno_x86_64_33_64 | test_paxos | Success | | 36.000 |
8_cythonno_x86_64_33_64 | test_simple_strategy | Success | | 88.250 |
8_cythonno_x86_64_33_64 | test_disk_balance_stress | Success | | 118.696 |
8_cythonno_x86_64_33_64 | test_crc_check_chance | Success | | 36.372 |
8_cythonno_x86_64_33_64 | test_jobs_option_warning | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.569 |
8_cythonno_x86_64_33_64 | test_deletion_with_distinct_paging | Success | | 35.301 |
8_cythonno_x86_64_33_64 | test_complementary_update_with_limit_and_rows_between | Success | | 76.082 |
8_cythonno_x86_64_33_64 | test_durable_writes | Success | | 13.742 |
8_cythonno_x86_64_33_64 | test_sstableloader_compression_none_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.290 |
8_cythonno_x86_64_33_64 | test_batch_mutate_remove_slice_part_of_supercolumns | Skipped | Runs but fails and looks like it actually should fail since 8099?
/home/cassandra/cassandra-dtest/thrift_test.py:869: Runs but fails and looks like it actually should fail since 8099? | 0.000 |
8_cythonno_x86_64_33_64 | test_incr_decr_super_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.285 |
8_cythonno_x86_64_33_64 | test_udf_with_udt_keyspace_isolation | Success | | 13.950 |
8_cythonno_x86_64_33_64 | test_cls | Success | | 14.524 |
8_cythonno_x86_64_33_64 | test_explicit_column_order_reading | Success | | 16.028 |
8_cythonno_x86_64_33_64 | test_repaired_tracking_with_partition_deletes | Success | | 59.248 |
8_cythonno_x86_64_34_64 | test_modify_and_select_auth | Success | | 22.983 |
8_cythonno_x86_64_34_64 | test_single_dc_access | Success | | 27.339 |
8_cythonno_x86_64_34_64 | test_client_request_metrics | Success | | 122.749 |
8_cythonno_x86_64_34_64 | test_simple_strategy_each_quorum | Success | | 63.068 |
8_cythonno_x86_64_34_64 | test_disk_balance_replace_same_address | Success | | 147.860 |
8_cythonno_x86_64_34_64 | test_prepared_statement | Success | | 34.508 |
8_cythonno_x86_64_34_64 | test_ipv4_ipv6_host | Success | | 13.628 |
8_cythonno_x86_64_34_64 | test_replica_availability | Success | | 84.186 |
8_cythonno_x86_64_34_64 | test_partition_deletion_on_skinny_table | Success | | 70.677 |
8_cythonno_x86_64_34_64 | test_static_column | Success | | 12.095 |
8_cythonno_x86_64_34_64 | test_sstableloader_compression_none_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.716 |
8_cythonno_x86_64_34_64 | test_batch_mutate_insertions_and_deletions | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.512 |
8_cythonno_x86_64_34_64 | test_incr_decr_standard_batch_add | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.490 |
8_cythonno_x86_64_34_64 | test_aggregate_with_udt_keyspace_isolation | Success | | 12.105 |
8_cythonno_x86_64_34_64 | test_batch | Success | | 12.601 |
8_cythonno_x86_64_34_64 | test_quoted_column_names_reading_specify_names | Success | | 14.132 |
8_cythonno_x86_64_34_64 | test_repaired_tracking_with_varying_sstable_sets | Success | | 62.164 |
8_cythonno_x86_64_35_64 | test_grant_revoke_without_ks_specified | Success | | 22.958 |
8_cythonno_x86_64_35_64 | test_revoked_dc_access | Success | | 28.854 |
8_cythonno_x86_64_35_64 | test_mv_lock_contention_during_replay | Success | | 24.086 |
8_cythonno_x86_64_35_64 | test_simple_strategy_counters | Success | | 54.681 |
8_cythonno_x86_64_35_64 | test_disk_balance_replace_different_address | Success | | 201.396 |
8_cythonno_x86_64_35_64 | test_immutable | Success | | 34.537 |
8_cythonno_x86_64_35_64 | test_sstablelevelreset | Success | | 105.090 |
8_cythonno_x86_64_35_64 | test_contention_multi_iterations | Skipped | Hanging the build
/home/cassandra/cassandra-dtest/paxos_test.py:91: Hanging the build | 0.491 |
8_cythonno_x86_64_35_64 | test_partition_deletion_on_wide_table | Success | | 70.520 |
8_cythonno_x86_64_35_64 | test_udt_table | Success | | 10.858 |
8_cythonno_x86_64_35_64 | test_sstableloader_compression_none_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.494 |
8_cythonno_x86_64_35_64 | test_bad_system_calls | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.446 |
8_cythonno_x86_64_35_64 | test_incr_decr_standard_batch_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.214 |
8_cythonno_x86_64_35_64 | test_type_dropping | Success | | 39.731 |
8_cythonno_x86_64_35_64 | test_execute_statement | Success | | 12.666 |
8_cythonno_x86_64_35_64 | test_quoted_column_names_reading_dont_specify_names | Success | | 13.420 |
8_cythonno_x86_64_35_64 | test_repaired_tracking_with_mismatching_replicas | Success | | 69.218 |
8_cythonno_x86_64_36_64 | test_grant_revoke_auth | Success | | 22.880 |
8_cythonno_x86_64_36_64 | test_create_dc_validation | Success | | 27.574 |
8_cythonno_x86_64_36_64 | test_commitlog_replay_on_startup | Success | | 25.520 |
8_cythonno_x86_64_36_64 | test_simple_strategy_each_quorum_counters | Success | | 52.770 |
8_cythonno_x86_64_36_64 | test_disk_balance_decommission | Success | | 174.952 |
8_cythonno_x86_64_36_64 | test_drop_mv | Success | | 42.091 |
8_cythonno_x86_64_36_64 | test_sstableofflinerelevel | Success | | 138.569 |
8_cythonno_x86_64_36_64 | test_contention_many_threads | Success | | 70.165 |
8_cythonno_x86_64_36_64 | test_row_deletion_on_wide_table | Success | | 77.259 |
8_cythonno_x86_64_36_64 | test_udf | Success | | 12.664 |
8_cythonno_x86_64_36_64 | test_sstableloader_compression_snappy_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.531 |
8_cythonno_x86_64_36_64 | test_bad_batch_calls | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.457 |
8_cythonno_x86_64_36_64 | test_range_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.513 |
8_cythonno_x86_64_36_64 | test_nested_type_dropping | Success | | 41.062 |
8_cythonno_x86_64_36_64 | test_fetch_all_rows_in_batch_mode | Success | | 13.631 |
8_cythonno_x86_64_36_64 | test_quoted_column_names_writing | Success | | 14.663 |
8_cythonno_x86_64_36_64 | test_parent_repair_session_cleanup | Success | | 42.235 |
8_cythonno_x86_64_37_64 | test_grant_revoke_nonexistent_user_or_ks | Success | | 21.161 |
8_cythonno_x86_64_37_64 | test_alter_dc_validation | Success | | 26.022 |
8_cythonno_x86_64_37_64 | test_default_segment_size | Success | | 29.380 |
8_cythonno_x86_64_37_64 | test_14513_transient | Success | | 15.820 |
8_cythonno_x86_64_37_64 | test_blacklisted_directory | Success | | 41.475 |
8_cythonno_x86_64_37_64 | test_drop_column | Success | | 34.197 |
8_cythonno_x86_64_37_64 | test_sstableverify | Success | | 74.903 |
8_cythonno_x86_64_37_64 | test_dropped_index | Success | | 11.601 |
8_cythonno_x86_64_37_64 | test_range_deletion_on_wide_table | Success | | 69.171 |
8_cythonno_x86_64_37_64 | test_uda | Success | | 12.066 |
8_cythonno_x86_64_37_64 | test_sstableloader_compression_snappy_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.435 |
8_cythonno_x86_64_37_64 | test_column_name_lengths | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.228 |
8_cythonno_x86_64_37_64 | test_range_deletion_eoc_0 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.427 |
8_cythonno_x86_64_37_64 | test_type_enforcement | Success | | 36.475 |
8_cythonno_x86_64_37_64 | test_passwd_warnings | Success | | 27.614 |
8_cythonno_x86_64_37_64 | test_data_validation_on_read_template | Success | | 19.136 |
8_cythonno_x86_64_37_64 | test_parent_repair_session_cleanup | Success | | 43.841 |
8_cythonno_x86_64_38_64 | test_grant_revoke_cleanup | Success | | 23.918 |
8_cythonno_x86_64_38_64 | test_revoked_login | Success | | 31.285 |
8_cythonno_x86_64_38_64 | test_small_segment_size | Success | | 34.151 |
8_cythonno_x86_64_38_64 | test_14513_permanent | Success | | 72.957 |
8_cythonno_x86_64_38_64 | test_alter_replication_factor | Success | | 86.143 |
8_cythonno_x86_64_38_64 | test_drop_table | Success | | 38.174 |
8_cythonno_x86_64_38_64 | test_sstableexpiredblockers | Success | | 19.615 |
8_cythonno_x86_64_38_64 | test_restart_node | Success | | 188.225 |
8_cythonno_x86_64_38_64 | test_mismatching_insertions_on_skinny_table | Success | | 77.867 |
8_cythonno_x86_64_38_64 | test_table_alteration | Success | | 31.110 |
8_cythonno_x86_64_38_64 | test_sstableloader_compression_snappy_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.511 |
8_cythonno_x86_64_38_64 | test_bad_calls | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.464 |
8_cythonno_x86_64_38_64 | test_incr_decr_standard_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.263 |
8_cythonno_x86_64_38_64 | test_nested_user_types | Success | | 47.581 |
8_cythonno_x86_64_38_64 | test_uuid | Success | | 14.774 |
8_cythonno_x86_64_38_64 | test_read_wrong_column_names | Success | | 15.099 |
8_cythonno_x86_64_38_64 | test_parent_repair_session_cleanup | Success | | 38.113 |
8_cythonno_x86_64_39_64 | test_permissions_caching | Success | | 27.470 |
8_cythonno_x86_64_39_64 | test_empty_batch_throws_no_error | Success | | 14.295 |
8_cythonno_x86_64_39_64 | test_default_compressed_segment_size | Success | | 28.760 |
8_cythonno_x86_64_39_64 | test_14330 | Success | | 52.221 |
8_cythonno_x86_64_39_64 | test_disk_balance_after_boundary_change_stcs | Success | | 387.771 |
8_cythonno_x86_64_39_64 | test_clustering_column | Success | | 43.102 |
8_cythonno_x86_64_39_64 | test_sstableupgrade | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.293 |
8_cythonno_x86_64_39_64 | test_restart_node_localhost | Success | | 87.299 |
8_cythonno_x86_64_39_64 | test_mismatching_insertions_on_wide_table | Success | | 74.027 |
8_cythonno_x86_64_39_64 | test_drop_column_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.383 |
8_cythonno_x86_64_39_64 | test_sstableloader_compression_deflate_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.542 |
8_cythonno_x86_64_39_64 | test_batch_insert_super | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.294 |
8_cythonno_x86_64_39_64 | test_incr_decr_standard_multiget_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.289 |
8_cythonno_x86_64_39_64 | test_type_as_part_of_pkey | Success | | 36.312 |
8_cythonno_x86_64_39_64 | test_commented_lines | Success | | 15.475 |
8_cythonno_x86_64_39_64 | test_all_datatypes_write | Success | | 17.987 |
8_cythonno_x86_64_39_64 | test_no_anticompaction_after_dclocal_repair | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.567 |
8_cythonno_x86_64_3_64 | test_archiving_fql | Success | | 32.160 |
8_cythonno_x86_64_3_64 | test_role_requires_password_to_login | Success | | 20.610 |
8_cythonno_x86_64_3_64 | test_bootstrap_waits_for_streaming_to_finish | Success | | 136.607 |
8_cythonno_x86_64_3_64 | test_disable_autocompaction_schema[SizeTieredCompactionStrategy] | Success | | 50.964 |
8_cythonno_x86_64_3_64 | test_index | Success | | 13.325 |
8_cythonno_x86_64_3_64 | test_phi | Success | | 34.941 |
8_cythonno_x86_64_3_64 | test_simple_repair_by_base | Success | | 113.156 |
8_cythonno_x86_64_3_64 | test_paging_with_filtering_on_static_columns | Success | | 56.058 |
8_cythonno_x86_64_3_64 | test_atomic_writes[none] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 21.440 |
8_cythonno_x86_64_3_64 | test_mismatching_insertions_on_wide_table | Success | | 75.209 |
8_cythonno_x86_64_3_64 | test_multiple_indexes_on_single_map_column | Success | | 14.333 |
8_cythonno_x86_64_3_64 | test_sc_with_row_cache | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.204 |
8_cythonno_x86_64_3_64 | test_describe_ring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.440 |
8_cythonno_x86_64_3_64 | test_insert_ttl_works_without_default_ttl | Success | | 15.826 |
8_cythonno_x86_64_3_64 | test_sub_second_precision | Success | | 14.076 |
8_cythonno_x86_64_3_64 | test_cqlsh_json | Success | | 15.388 |
8_cythonno_x86_64_3_64 | test_copy_from_with_fewer_failures_than_max_attempts | Success | | 32.885 |
8_cythonno_x86_64_3_64 | test_failure_during_validation | Success | | 90.218 |
8_cythonno_x86_64_40_64 | test_list_permissions | Success | | 22.972 |
8_cythonno_x86_64_40_64 | test_counter_batch_accepts_counter_mutations | Success | | 12.587 |
8_cythonno_x86_64_40_64 | test_small_compressed_segment_size | Success | | 30.439 |
8_cythonno_x86_64_40_64 | test_13911 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.463 |
8_cythonno_x86_64_40_64 | test_disk_balance_after_boundary_change_lcs | Success | | 347.155 |
8_cythonno_x86_64_40_64 | test_insert_during_range_movement_rf1 | Success | | 137.043 |
8_cythonno_x86_64_40_64 | test_sstabledump | Success | | 24.770 |
8_cythonno_x86_64_40_64 | test_add_and_remove_node | Success | | 190.791 |
8_cythonno_x86_64_40_64 | test_consistent_skinny_table | Success | | 27.532 |
8_cythonno_x86_64_40_64 | test_drop_column_compaction | Success | | 15.593 |
8_cythonno_x86_64_40_64 | test_sstableloader_compression_deflate_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.224 |
8_cythonno_x86_64_40_64 | test_cf_remove_column | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.426 |
8_cythonno_x86_64_40_64 | test_counter_get_slice_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.451 |
8_cythonno_x86_64_40_64 | test_type_secondary_indexing | Success | | 37.946 |
8_cythonno_x86_64_40_64 | test_colons_in_string_literals | Success | | 12.597 |
8_cythonno_x86_64_40_64 | test_all_datatypes_read | Success | | 15.836 |
8_cythonno_x86_64_40_64 | test_nonexistent_table_repair | Success | | 35.288 |
8_cythonno_x86_64_41_64 | test_type_auth | Success | | 24.501 |
8_cythonno_x86_64_41_64 | test_counter_batch_rejects_regular_mutations | Success | | 13.865 |
8_cythonno_x86_64_41_64 | test_stop_failure_policy | Success | | 25.661 |
8_cythonno_x86_64_41_64 | test_13911_rows_srp | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.466 |
8_cythonno_x86_64_41_64 | test_disk_balance_after_joining_ring_stcs | Success | | 310.837 |
8_cythonno_x86_64_41_64 | test_insert_during_range_movement_rf2 | Success | | 134.221 |
8_cythonno_x86_64_41_64 | test_with_no_results | Success | | 36.715 |
8_cythonno_x86_64_41_64 | test_schema_changes | Success | | 34.331 |
8_cythonno_x86_64_41_64 | test_consistent_wide_table | Success | | 29.302 |
8_cythonno_x86_64_41_64 | test_drop_column_queries | Success | | 14.368 |
8_cythonno_x86_64_41_64 | test_sstableloader_compression_deflate_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.473 |
8_cythonno_x86_64_41_64 | test_cf_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.449 |
8_cythonno_x86_64_41_64 | test_counter_get_slice_super_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.452 |
8_cythonno_x86_64_41_64 | test_type_keyspace_permission_isolation | Success | | 47.749 |
8_cythonno_x86_64_41_64 | test_select | Success | | 14.137 |
8_cythonno_x86_64_41_64 | test_all_datatypes_round_trip | Success | | 17.380 |
8_cythonno_x86_64_41_64 | test_no_anticompaction_after_hostspecific_repair | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.468 |
8_cythonno_x86_64_42_64 | test_restart_node_doesnt_lose_auth_data | Success | | 59.354 |
8_cythonno_x86_64_42_64 | test_logged_batch_accepts_regular_mutations | Success | | 13.862 |
8_cythonno_x86_64_42_64 | test_stop_commit_failure_policy | Success | | 64.729 |
8_cythonno_x86_64_42_64 | test_13911_partitions_srp | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.210 |
8_cythonno_x86_64_42_64 | test_disk_balance_after_joining_ring_lcs | Success | | 317.845 |
8_cythonno_x86_64_42_64 | test_insert_during_range_movement_rf3 | Success | | 132.726 |
8_cythonno_x86_64_42_64 | test_with_less_results_than_page_size | Success | | 35.939 |
8_cythonno_x86_64_42_64 | test_tombstone_failure_threshold_message | Success | | 40.730 |
8_cythonno_x86_64_42_64 | test_count | Success | | 49.334 |
8_cythonno_x86_64_42_64 | test_drop_column_and_restart | Success | | 31.159 |
8_cythonno_x86_64_42_64 | test_sstableloader_uppercase_keyspace_name | Success | | 137.660 |
8_cythonno_x86_64_42_64 | test_super_cf_remove_and_range_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.211 |
8_cythonno_x86_64_42_64 | test_index_scan | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.193 |
8_cythonno_x86_64_42_64 | test_nulls_in_user_types | Success | | 38.420 |
8_cythonno_x86_64_42_64 | test_insert | Success | | 14.119 |
8_cythonno_x86_64_42_64 | test_boolstyle_round_trip | Success | | 30.660 |
8_cythonno_x86_64_42_64 | test_no_anticompaction_after_subrange_repair | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.198 |
8_cythonno_x86_64_43_64 | test_auth_metrics | Success | | 42.907 |
8_cythonno_x86_64_43_64 | test_logged_batch_gcgs_below_threshold_single_table | Success | | 12.567 |
8_cythonno_x86_64_43_64 | test_die_failure_policy | Success | | 21.490 |
8_cythonno_x86_64_43_64 | test_13880 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.168 |
8_cythonno_x86_64_43_64 | test_replay | Success | | 111.907 |
8_cythonno_x86_64_43_64 | test_allow_filtering | Success | | 45.907 |
8_cythonno_x86_64_43_64 | test_with_more_results_than_page_size | Success | | 33.383 |
8_cythonno_x86_64_43_64 | test_putget | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.427 |
8_cythonno_x86_64_43_64 | test_update_on_skinny_table | Success | | 44.006 |
8_cythonno_x86_64_43_64 | test_drop_static_column_and_restart | Success | | 30.140 |
8_cythonno_x86_64_43_64 | test_incompressible_data_in_compressed_table | Success | | 15.854 |
8_cythonno_x86_64_43_64 | test_super_cf_remove_column | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.428 |
8_cythonno_x86_64_43_64 | test_index_scan_uuid_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.179 |
8_cythonno_x86_64_43_64 | test_no_counters_in_user_types | Success | | 11.552 |
8_cythonno_x86_64_43_64 | test_update | Success | | 12.566 |
8_cythonno_x86_64_43_64 | test_number_separators_round_trip | Success | | 19.086 |
8_cythonno_x86_64_43_64 | test_no_anticompaction_of_already_repaired | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.430 |
8_cythonno_x86_64_44_64 | test_create_drop_role | Success | | 20.241 |
8_cythonno_x86_64_44_64 | test_logged_batch_gcgs_below_threshold_multi_table | Success | | 12.968 |
8_cythonno_x86_64_44_64 | test_ignore_failure_policy | Success | | 154.460 |
8_cythonno_x86_64_44_64 | test_13747 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.455 |
8_cythonno_x86_64_44_64 | test_compare | Success | | 57.738 |
8_cythonno_x86_64_44_64 | test_secondary_index | Success | | 34.705 |
8_cythonno_x86_64_44_64 | test_with_equal_results_to_page_size | Success | | 33.219 |
8_cythonno_x86_64_44_64 | test_putget_snappy | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.438 |
8_cythonno_x86_64_44_64 | test_update_on_wide_table | Success | | 45.913 |
8_cythonno_x86_64_44_64 | test_scrub_static_table | Success | | 43.420 |
8_cythonno_x86_64_44_64 | test_remove_index_file | Success | | 45.494 |
8_cythonno_x86_64_44_64 | test_super_cf_remove_supercolumn | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.487 |
8_cythonno_x86_64_44_64 | test_index_scan_expiring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.478 |
8_cythonno_x86_64_44_64 | test_type_as_clustering_col | Success | | 34.967 |
8_cythonno_x86_64_44_64 | test_delete | Success | | 12.885 |
8_cythonno_x86_64_44_64 | test_round_trip_with_sub_second_precision | Success | | 13.909 |
8_cythonno_x86_64_44_64 | test_anticompaction_after_normal_repair | Success | | 75.281 |
8_cythonno_x86_64_45_64 | test_conditional_create_drop_role | Success | | 20.109 |
8_cythonno_x86_64_45_64 | test_unlogged_batch_gcgs_below_threshold_should_not_print_warning | Success | | 14.145 |
8_cythonno_x86_64_45_64 | test_bad_crc | Success | | 30.179 |
8_cythonno_x86_64_45_64 | test_13595 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.296 |
8_cythonno_x86_64_45_64 | test_compare_mismatch | Success | | 160.953 |
8_cythonno_x86_64_45_64 | test_ttl | Success | | 59.356 |
8_cythonno_x86_64_45_64 | test_undefined_page_size_default | Success | | 45.725 |
8_cythonno_x86_64_45_64 | test_putget_deflate | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.254 |
8_cythonno_x86_64_45_64 | test_update_on_static_column_with_empty_partition | Success | | 50.114 |
8_cythonno_x86_64_45_64 | test_standalone_scrub | Success | | 78.943 |
8_cythonno_x86_64_45_64 | test_sstableloader_with_mv | Success | | 132.621 |
8_cythonno_x86_64_45_64 | test_super_cf_resurrect_subcolumn | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.489 |
8_cythonno_x86_64_45_64 | test_index_scan_indexed_column_outside_slice_predicate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.506 |
8_cythonno_x86_64_45_64 | test_udt_subfield | Success | | 35.283 |
8_cythonno_x86_64_45_64 | test_batch | Success | | 13.215 |
8_cythonno_x86_64_45_64 | test_round_trip_with_different_number_precision | Success | | 29.684 |
8_cythonno_x86_64_45_64 | test_simple_sequential_repair | Success | | 250.561 |
8_cythonno_x86_64_46_64 | test_create_drop_role_validation | Success | | 22.190 |
8_cythonno_x86_64_46_64 | test_logged_batch_rejects_counter_mutations | Success | | 12.757 |
8_cythonno_x86_64_46_64 | test_compression_error | Success | | 26.911 |
8_cythonno_x86_64_46_64 | test_12872 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.286 |
8_cythonno_x86_64_46_64 | test_jvmdtest | Success | | 30.228 |
8_cythonno_x86_64_46_64 | test_query_all_new_column | Success | | 51.384 |
8_cythonno_x86_64_46_64 | test_with_order_by | Success | | 35.735 |
8_cythonno_x86_64_46_64 | test_non_local_read | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.513 |
8_cythonno_x86_64_46_64 | test_update_on_static_column_with_not_empty_partition | Success | | 45.355 |
8_cythonno_x86_64_46_64 | test_scrub_collections_table | Success | | 22.429 |
8_cythonno_x86_64_46_64 | test_sstableloader_empty_stream | Success | | 47.099 |
8_cythonno_x86_64_46_64 | test_empty_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.455 |
8_cythonno_x86_64_46_64 | test_column_not_found_quorum | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.445 |
8_cythonno_x86_64_46_64 | test_user_type_isolation | Success | | 11.838 |
8_cythonno_x86_64_46_64 | test_copy_stdout | Success | | 12.597 |
8_cythonno_x86_64_46_64 | test_round_trip_with_num_processes | Success | | 23.159 |
8_cythonno_x86_64_46_64 | test_simple_parallel_repair | Success | | 246.763 |
8_cythonno_x86_64_47_64 | test_role_admin_validation | Success | | 24.842 |
8_cythonno_x86_64_47_64 | test_unlogged_batch_accepts_regular_mutations | Success | | 15.449 |
8_cythonno_x86_64_47_64 | test_compaction_delete[LeveledCompactionStrategy] | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.515 |
8_cythonno_x86_64_47_64 | test_short_read | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.198 |
8_cythonno_x86_64_47_64 | test_unclean_enable | Success | | 16.384 |
8_cythonno_x86_64_47_64 | test_query_new_column | Success | | 49.041 |
8_cythonno_x86_64_47_64 | test_with_order_by_reversed | Success | | 37.539 |
8_cythonno_x86_64_47_64 | test_rangeputget | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.238 |
8_cythonno_x86_64_47_64 | test_update_on_collection | Success | | 49.673 |
8_cythonno_x86_64_47_64 | test_nodetool_scrub | Success | | 34.969 |
8_cythonno_x86_64_47_64 | test_sstableloader_compression_none_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.437 |
8_cythonno_x86_64_47_64 | test_super_cql_read_compatibility | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.481 |
8_cythonno_x86_64_47_64 | test_get_range_slice_after_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.477 |
8_cythonno_x86_64_47_64 | test_wide_rows | Success | | 32.926 |
8_cythonno_x86_64_47_64 | test_create_keyspace | Success | | 12.601 |
8_cythonno_x86_64_47_64 | test_round_trip_with_rate_file | Success | | 59.765 |
8_cythonno_x86_64_47_64 | test_empty_vs_gcable_sequential_repair | Success | | 92.277 |
8_cythonno_x86_64_48_64 | test_creator_of_db_resource_granted_all_permissions | Success | | 21.909 |
8_cythonno_x86_64_48_64 | test_unlogged_batch_rejects_counter_mutations | Success | | 12.311 |
8_cythonno_x86_64_48_64 | test_compaction_delete[SizeTieredCompactionStrategy] | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.173 |
8_cythonno_x86_64_48_64 | test_short_read_delete | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.412 |
8_cythonno_x86_64_48_64 | test_functional | Success | | 595.716 |
8_cythonno_x86_64_48_64 | test_rename_column | Success | | 44.739 |
8_cythonno_x86_64_48_64 | test_with_limit | Success | | 36.613 |
8_cythonno_x86_64_48_64 | test_wide_row | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.178 |
8_cythonno_x86_64_48_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 68.051 |
8_cythonno_x86_64_48_64 | test_standalone_scrub | Success | | 32.646 |
8_cythonno_x86_64_48_64 | test_sstableloader_compression_none_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.436 |
8_cythonno_x86_64_48_64 | test_super_cql_write_compatibility | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.183 |
8_cythonno_x86_64_48_64 | test_multi_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.166 |
8_cythonno_x86_64_48_64 | test_column_index_stress | Success | | 84.211 |
8_cythonno_x86_64_48_64 | test_drop_keyspace | Success | | 12.852 |
8_cythonno_x86_64_48_64 | test_copy_options_from_config_file | Success | | 39.148 |
8_cythonno_x86_64_48_64 | test_empty_vs_gcable_parallel_repair | Success | | 98.420 |
8_cythonno_x86_64_49_64 | test_create_and_grant_roles_with_superuser_status | Success | | 20.412 |
8_cythonno_x86_64_49_64 | test_logged_batch_throws_uae | Success | | 50.587 |
8_cythonno_x86_64_49_64 | test_compaction_delete[DateTieredCompactionStrategy] | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.448 |
8_cythonno_x86_64_49_64 | test_short_read_quorum_delete | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.482 |
8_cythonno_x86_64_49_64 | test_assassinate_valid_node | Success | | 177.268 |
8_cythonno_x86_64_49_64 | test_rename_column_atomicity | Success | | 25.896 |
8_cythonno_x86_64_49_64 | test_with_allow_filtering | Success | | 33.399 |
8_cythonno_x86_64_49_64 | test_ghosts | Success | | 19.868 |
8_cythonno_x86_64_49_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 70.150 |
8_cythonno_x86_64_49_64 | test_standalone_scrub_essential_files_only | Success | | 31.388 |
8_cythonno_x86_64_49_64 | test_sstableloader_compression_none_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.470 |
8_cythonno_x86_64_49_64 | test_range_with_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.455 |
8_cythonno_x86_64_49_64 | test_truncate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.477 |
8_cythonno_x86_64_49_64 | test_mutation_v2 | Skipped | 5.0 > 2.2.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.x | 0.457 |
8_cythonno_x86_64_49_64 | test_create_table | Success | | 12.591 |
8_cythonno_x86_64_49_64 | test_wrong_number_of_columns | Success | | 12.873 |
8_cythonno_x86_64_49_64 | test_range_tombstone_digest_sequential_repair | Success | | 33.849 |
8_cythonno_x86_64_4_64 | test_archive_on_startup | Success | | 14.673 |
8_cythonno_x86_64_4_64 | test_superuser_status_is_inherited | Success | | 21.371 |
8_cythonno_x86_64_4_64 | test_consistent_range_movement_true_with_replica_down_should_fail | Success | | 166.098 |
8_cythonno_x86_64_4_64 | test_disable_autocompaction_schema[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.542 |
8_cythonno_x86_64_4_64 | test_type | Success | | 13.613 |
8_cythonno_x86_64_4_64 | test_set_get_batchlog_replay_throttle | Success | | 28.301 |
8_cythonno_x86_64_4_64 | test_simple_repair_by_view | Success | | 106.720 |
8_cythonno_x86_64_4_64 | test_paging_with_filtering_on_partition_key | Success | | 39.473 |
8_cythonno_x86_64_4_64 | test_simple_rebuild | Success | | 149.397 |
8_cythonno_x86_64_4_64 | test_consistent_skinny_table | Success | | 29.041 |
8_cythonno_x86_64_4_64 | test_map_indexes | Success | | 81.731 |
8_cythonno_x86_64_4_64 | test_functional | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.250 |
8_cythonno_x86_64_4_64 | test_describe_token_map | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.451 |
8_cythonno_x86_64_4_64 | test_default_ttl_can_be_removed | Success | | 14.619 |
8_cythonno_x86_64_4_64 | test_eat_glass | Success | | 14.893 |
8_cythonno_x86_64_4_64 | test_list_data | Success | | 15.917 |
8_cythonno_x86_64_4_64 | test_copy_from_with_child_process_crashing | Success | | 28.650 |
8_cythonno_x86_64_50_64 | test_drop_and_revoke_roles_with_superuser_status | Success | | 22.214 |
8_cythonno_x86_64_50_64 | test_logged_batch_doesnt_throw_uae | Success | | 63.035 |
8_cythonno_x86_64_50_64 | test_data_size | Success | | 50.720 |
8_cythonno_x86_64_50_64 | test_readrepair | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.642 |
8_cythonno_x86_64_50_64 | test_2dc_parallel_startup | Success | | 250.218 |
8_cythonno_x86_64_50_64 | test_lwt | Success | | 83.132 |
8_cythonno_x86_64_50_64 | test_paging_a_single_wide_row | Success | | 44.220 |
8_cythonno_x86_64_50_64 | test_tombstone_failure_v3 | Success | | 37.707 |
8_cythonno_x86_64_50_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 73.418 |
8_cythonno_x86_64_50_64 | test_scrub_with_UDT | Success | | 16.879 |
8_cythonno_x86_64_50_64 | test_sstableloader_compression_snappy_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.482 |
8_cythonno_x86_64_50_64 | test_range_with_remove_cf | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.199 |
8_cythonno_x86_64_50_64 | test_cql_range_tombstone_and_static | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.200 |
8_cythonno_x86_64_50_64 | test_mutation_v3 | Success | | 87.843 |
8_cythonno_x86_64_50_64 | test_drop_table | Success | | 14.371 |
8_cythonno_x86_64_50_64 | test_round_trip_murmur3 | Success | | 47.968 |
8_cythonno_x86_64_50_64 | test_range_tombstone_digest_parallel_repair | Success | | 36.086 |
8_cythonno_x86_64_51_64 | test_drop_role_removes_memberships | Success | | 22.850 |
8_cythonno_x86_64_51_64 | test_acknowledged_by_batchlog_not_set_when_batchlog_write_fails | Success | | 48.118 |
8_cythonno_x86_64_51_64 | test_bloomfilter_size[LeveledCompactionStrategy] | Success | | 85.125 |
8_cythonno_x86_64_51_64 | test_quorum_available_during_failure | Success | | 42.236 |
8_cythonno_x86_64_51_64 | test_2dc_parallel_startup_one_seed | Success | | 241.469 |
8_cythonno_x86_64_51_64 | test_interrupt_build_process | Success | | 181.688 |
8_cythonno_x86_64_51_64 | test_paging_across_multi_wide_rows | Success | | 38.447 |
8_cythonno_x86_64_51_64 | test_tombstone_failure_v4 | Success | | 34.566 |
8_cythonno_x86_64_51_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 72.048 |
8_cythonno_x86_64_51_64 | test_data_created_before_index_not_returned_in_where_query | Success | | 14.754 |
8_cythonno_x86_64_51_64 | test_sstableloader_compression_snappy_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.574 |
8_cythonno_x86_64_51_64 | test_range_collation | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.324 |
8_cythonno_x86_64_51_64 | test_compact_storage_get | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.312 |
8_cythonno_x86_64_51_64 | test_mutation_v4 | Success | | 85.999 |
8_cythonno_x86_64_51_64 | test_truncate | Success | | 14.983 |
8_cythonno_x86_64_51_64 | test_round_trip_random | Success | | 41.745 |
8_cythonno_x86_64_51_64 | test_shadowed_cell_digest_sequential_repair | Success | | 35.976 |
8_cythonno_x86_64_52_64 | test_drop_role_revokes_permissions_granted_on_it | Success | | 25.200 |
8_cythonno_x86_64_52_64 | test_acknowledged_by_batchlog_set_when_batchlog_write_succeeds | Success | | 55.568 |
8_cythonno_x86_64_52_64 | test_bloomfilter_size[SizeTieredCompactionStrategy] | Success | | 99.251 |
8_cythonno_x86_64_52_64 | test_consistent_reads_after_bootstrap | Success | | 153.465 |
8_cythonno_x86_64_52_64 | test_nodetool | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.250 |
8_cythonno_x86_64_52_64 | test_drop_while_building | Skipped | Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148
/home/cassandra/cassandra-dtest/materialized_views_test.py:1157: Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148 | 0.000 |
8_cythonno_x86_64_52_64 | test_paging_using_secondary_indexes | Success | | 41.431 |
8_cythonno_x86_64_52_64 | test_tombstone_failure_v5 | Success | | 38.574 |
8_cythonno_x86_64_52_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 78.342 |
8_cythonno_x86_64_52_64 | test_low_cardinality_indexes | Success | | 51.231 |
8_cythonno_x86_64_52_64 | test_sstableloader_compression_snappy_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.463 |
8_cythonno_x86_64_52_64 | test_range_partial | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.234 |
8_cythonno_x86_64_52_64 | test_range_tombstone_eoc_0 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.213 |
8_cythonno_x86_64_52_64 | test_mutation_v5 | Success | | 84.488 |
8_cythonno_x86_64_52_64 | test_alter_table | Skipped | 5.0 > 2.2
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2 | 0.216 |
8_cythonno_x86_64_52_64 | test_round_trip_order_preserving | Success | | 43.125 |
8_cythonno_x86_64_52_64 | test_shadowed_cell_digest_parallel_repair | Success | | 33.100 |
8_cythonno_x86_64_53_64 | test_grant_revoke_roles | Success | | 21.708 |
8_cythonno_x86_64_53_64 | test_batch_uses_proper_timestamp | Success | | 13.859 |
8_cythonno_x86_64_53_64 | test_bloomfilter_size[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.462 |
8_cythonno_x86_64_53_64 | test_13691 | Skipped | 5.0 > 3.12
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.12 | 0.196 |
8_cythonno_x86_64_53_64 | test_hintedhandoff_disabled | Success | | 58.477 |
8_cythonno_x86_64_53_64 | test_drop_with_stopped_build | Success | | 95.705 |
8_cythonno_x86_64_53_64 | test_paging_with_in_orderby_and_two_partition_keys | Success | | 36.440 |
8_cythonno_x86_64_53_64 | test_alter_rf_and_run_read_repair | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.215 |
8_cythonno_x86_64_53_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 73.133 |
8_cythonno_x86_64_53_64 | test_6924_dropping_ks | Success | | 106.513 |
8_cythonno_x86_64_53_64 | test_sstableloader_compression_deflate_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.220 |
8_cythonno_x86_64_53_64 | test_get_slice_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.449 |
8_cythonno_x86_64_53_64 | test_multi_dc_tokens_default | Skipped | 5.0 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0.0 | 0.197 |
8_cythonno_x86_64_53_64 | test_mutation_any | Success | | 111.674 |
8_cythonno_x86_64_53_64 | test_use_keyspace | Success | | 14.869 |
8_cythonno_x86_64_53_64 | test_round_trip_byte_ordered | Success | | 45.557 |
8_cythonno_x86_64_53_64 | test_shadowed_range_tombstone_digest_sequential_repair | Success | | 37.327 |
8_cythonno_x86_64_54_64 | test_grant_revoke_role_validation | Success | | 22.203 |
8_cythonno_x86_64_54_64 | test_only_one_timestamp_is_valid | Success | | 13.603 |
8_cythonno_x86_64_54_64 | test_sstable_deletion[LeveledCompactionStrategy] | Success | | 20.622 |
8_cythonno_x86_64_54_64 | test_counter_leader_with_partial_view | Success | | 144.303 |
8_cythonno_x86_64_54_64 | test_hintedhandoff_enabled | Success | | 74.541 |
8_cythonno_x86_64_54_64 | test_resume_stopped_build | Success | | 147.377 |
8_cythonno_x86_64_54_64 | test_group_by_paging | Success | | 43.237 |
8_cythonno_x86_64_54_64 | test_read_repair_chance | Skipped | 5.0 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.11.x | 0.212 |
8_cythonno_x86_64_54_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 73.381 |
8_cythonno_x86_64_54_64 | test_6924_dropping_cf | Success | | 69.392 |
8_cythonno_x86_64_54_64 | test_sstableloader_compression_deflate_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.246 |
8_cythonno_x86_64_54_64 | test_get_slice_super_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.197 |
8_cythonno_x86_64_54_64 | test_multi_dc_tokens_murmur3 | Skipped | 5.0 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0.0 | 0.196 |
8_cythonno_x86_64_54_64 | test_mutation_one | Success | | 111.914 |
8_cythonno_x86_64_54_64 | test_drop_index | Success | | 14.362 |
8_cythonno_x86_64_54_64 | test_source_copy_round_trip | Success | | 16.409 |
8_cythonno_x86_64_54_64 | test_shadowed_range_tombstone_digest_parallel_repair | Success | | 38.810 |
8_cythonno_x86_64_55_64 | test_list_roles | Success | | 20.725 |
8_cythonno_x86_64_55_64 | test_each_statement_in_batch_uses_proper_timestamp | Success | | 12.855 |
8_cythonno_x86_64_55_64 | test_sstable_deletion[SizeTieredCompactionStrategy] | Success | | 18.360 |
8_cythonno_x86_64_55_64 | test_simple_increment | Success | | 38.215 |
8_cythonno_x86_64_55_64 | test_hintedhandoff_setmaxwindow | Success | | 122.567 |
8_cythonno_x86_64_55_64 | test_mv_with_default_ttl_with_flush | Success | | 173.484 |
8_cythonno_x86_64_55_64 | test_group_by_with_range_name_query_paging | Success | | 37.980 |
8_cythonno_x86_64_55_64 | test_range_slice_query_with_tombstones | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.504 |
8_cythonno_x86_64_55_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 69.468 |
8_cythonno_x86_64_55_64 | test_8280_validate_indexed_values | Success | | 13.422 |
8_cythonno_x86_64_55_64 | test_sstableloader_compression_deflate_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.520 |
8_cythonno_x86_64_55_64 | test_get_range_slices_tokens | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.482 |
8_cythonno_x86_64_55_64 | test_multi_dc_tokens_random | Skipped | 5.0 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0.0 | 0.475 |
8_cythonno_x86_64_55_64 | test_mutation_quorum | Success | | 59.115 |
8_cythonno_x86_64_55_64 | test_create_index | Success | | 13.143 |
8_cythonno_x86_64_55_64 | test_bulk_round_trip_default | Success | | 77.269 |
8_cythonno_x86_64_55_64 | test_local_dc_repair | Success | | 414.825 |
8_cythonno_x86_64_56_64 | test_grant_revoke_permissions | Success | | 22.459 |
8_cythonno_x86_64_56_64 | test_multi_table_batch_for_10554 | Success | | 32.650 |
8_cythonno_x86_64_56_64 | test_sstable_deletion[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.459 |
8_cythonno_x86_64_56_64 | test_upgrade | Success | | 182.769 |
8_cythonno_x86_64_56_64 | test_hintedhandoff_dc_disabled | Success | | 58.255 |
8_cythonno_x86_64_56_64 | test_mv_with_default_ttl_without_flush | Success | | 110.482 |
8_cythonno_x86_64_56_64 | test_group_by_with_static_columns_paging | Success | | 44.767 |
8_cythonno_x86_64_56_64 | test_gcable_tombstone_resurrection_on_range_slice_query | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.216 |
8_cythonno_x86_64_56_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 73.499 |
8_cythonno_x86_64_56_64 | test_8280_validate_indexed_values_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.217 |
8_cythonno_x86_64_56_64 | test_sstableloader_with_mv | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.202 |
8_cythonno_x86_64_56_64 | test_get_range_slice_super | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.200 |
8_cythonno_x86_64_56_64 | test_do_not_join_ring | Success | | 51.814 |
8_cythonno_x86_64_56_64 | test_batch | Success | | 88.355 |
8_cythonno_x86_64_56_64 | test_cjk_output | Success | | 14.111 |
8_cythonno_x86_64_56_64 | test_bulk_round_trip_non_prepared_statements | Success | | 85.326 |
8_cythonno_x86_64_56_64 | test_dc_repair | Success | | 434.067 |
8_cythonno_x86_64_57_64 | test_filter_granted_permissions_by_resource_type | Success | | 22.707 |
8_cythonno_x86_64_57_64 | test_logged_batch_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.211 |
8_cythonno_x86_64_57_64 | test_dtcs_deletion[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.441 |
8_cythonno_x86_64_57_64 | test_counter_consistency | Success | | 97.423 |
8_cythonno_x86_64_57_64 | test_hintedhandoff_dc_reenabled | Success | | 74.553 |
8_cythonno_x86_64_57_64 | test_no_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 218.334 |
8_cythonno_x86_64_57_64 | test_static_columns_paging | Success | | 43.802 |
8_cythonno_x86_64_57_64 | test_tracing_does_not_interfere_with_digest_calculation | Success | | 40.998 |
8_cythonno_x86_64_57_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 73.172 |
8_cythonno_x86_64_57_64 | test_manual_rebuild_index | Success | | 36.933 |
8_cythonno_x86_64_57_64 | test_sstableloader_with_failing_2i | Success | | 53.736 |
8_cythonno_x86_64_57_64 | test_get_range_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.237 |
8_cythonno_x86_64_57_64 | test_size_estimates_multidc | Success | | 49.755 |
8_cythonno_x86_64_57_64 | test_counter | Success | | 89.380 |
8_cythonno_x86_64_57_64 | test_login_keeps_keyspace | Success | | 24.667 |
8_cythonno_x86_64_57_64 | test_bulk_round_trip_blogposts | Success | | 75.973 |
8_cythonno_x86_64_57_64 | test_dc_parallel_repair | Success | | 431.598 |
8_cythonno_x86_64_58_64 | test_list_permissions | Success | | 24.202 |
8_cythonno_x86_64_58_64 | test_batchlog_replay_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.300 |
8_cythonno_x86_64_58_64 | test_compaction_throughput | Success | | 74.417 |
8_cythonno_x86_64_58_64 | test_multi_counter_update | Success | | 33.314 |
8_cythonno_x86_64_58_64 | test_hintedhandoff_window | Success | | 119.293 |
8_cythonno_x86_64_58_64 | test_no_base_column_in_view_pk_complex_timestamp_without_flush | Skipped | Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148
/home/cassandra/cassandra-dtest/materialized_views_test.py:1464: Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148 | 0.001 |
8_cythonno_x86_64_58_64 | test_paging_using_secondary_indexes_with_static_cols | Success | | 36.378 |
8_cythonno_x86_64_58_64 | test_failed_read_repair | Success | | 38.080 |
8_cythonno_x86_64_58_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 72.547 |
8_cythonno_x86_64_58_64 | test_failing_manual_rebuild_index | Success | | 37.784 |
8_cythonno_x86_64_58_64 | test_split | Success | | 91.154 |
8_cythonno_x86_64_58_64 | test_wrapped_range_slices | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.310 |
8_cythonno_x86_64_58_64 | test_simple_removenode | Success | | 96.925 |
8_cythonno_x86_64_58_64 | test_paxos | Success | | 86.256 |
8_cythonno_x86_64_58_64 | test_login_rejects_bad_pass | Success | | 25.242 |
8_cythonno_x86_64_58_64 | test_bulk_round_trip_blogposts_with_max_connections | Success | | 64.665 |
8_cythonno_x86_64_58_64 | test_repair_validates_dc | Success | | 423.059 |
8_cythonno_x86_64_59_64 | test_list_permissions_validation | Success | | 21.219 |
8_cythonno_x86_64_59_64 | test_logged_batch_compatibility_2 | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.439 |
8_cythonno_x86_64_59_64 | test_compaction_strategy_switching[LeveledCompactionStrategy] | Success | | 35.920 |
8_cythonno_x86_64_59_64 | test_validate_empty_column_name | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.200 |
8_cythonno_x86_64_59_64 | test_putget_with_internode_ssl | Success | | 46.677 |
8_cythonno_x86_64_59_64 | test_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 189.324 |
8_cythonno_x86_64_59_64 | test_static_columns_with_empty_non_static_columns_paging | Success | | 33.438 |
8_cythonno_x86_64_59_64 | test_normal_read_repair | Success | | 37.980 |
8_cythonno_x86_64_59_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 69.206 |
8_cythonno_x86_64_59_64 | test_drop_index_while_building | Success | | 42.191 |
8_cythonno_x86_64_59_64 | test_single_file_split | Success | | 34.803 |
8_cythonno_x86_64_59_64 | test_get_slice_by_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.234 |
8_cythonno_x86_64_59_64 | test_simple_decommission | Success | | 122.931 |
8_cythonno_x86_64_59_64 | test_paxos_any | Success | | 83.889 |
8_cythonno_x86_64_59_64 | test_login_authenticates_correct_user | Success | | 23.157 |
8_cythonno_x86_64_59_64 | test_bulk_round_trip_with_timeouts | Success | | 36.294 |
8_cythonno_x86_64_59_64 | test_non_replicated_ks_repair | Success | | 49.724 |
8_cythonno_x86_64_5_64 | test_archive_on_shutdown | Success | | 18.534 |
8_cythonno_x86_64_5_64 | test_list_users_considers_inherited_superuser_status | Success | | 21.890 |
8_cythonno_x86_64_5_64 | test_consistent_range_movement_false_with_replica_down_should_succeed | Success | | 180.007 |
8_cythonno_x86_64_5_64 | test_disable_autocompaction_alter[LeveledCompactionStrategy] | Success | | 40.793 |
8_cythonno_x86_64_5_64 | test_user | Success | | 28.469 |
8_cythonno_x86_64_5_64 | test_bloom_filter_false_ratio | Success | | 33.494 |
8_cythonno_x86_64_5_64 | test_base_replica_repair | Success | | 140.964 |
8_cythonno_x86_64_5_64 | test_paging_with_filtering_on_partition_key_with_limit | Success | | 40.799 |
8_cythonno_x86_64_5_64 | test_resumable_rebuild | Success | | 184.339 |
8_cythonno_x86_64_5_64 | test_consistent_wide_table | Success | | 32.360 |
8_cythonno_x86_64_5_64 | test_read_old_sstables_after_upgrade | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.249 |
8_cythonno_x86_64_5_64 | test_local_system_keyspaces | Success | | 12.852 |
8_cythonno_x86_64_5_64 | test_describe_partitioner | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.215 |
8_cythonno_x86_64_5_64 | test_removing_default_ttl_does_not_affect_existing_rows | Success | | 33.124 |
8_cythonno_x86_64_5_64 | test_source_glass | Success | | 14.862 |
8_cythonno_x86_64_5_64 | test_tuple_data | Success | | 15.631 |
8_cythonno_x86_64_5_64 | test_copy_from_with_unacked_batches | Success | | 61.195 |
8_cythonno_x86_64_60_64 | test_role_caching_authenticated_user | Success | | 25.476 |
8_cythonno_x86_64_60_64 | test_logged_batch_compatibility_3 | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.214 |
8_cythonno_x86_64_60_64 | test_compaction_strategy_switching[SizeTieredCompactionStrategy] | Success | | 39.159 |
8_cythonno_x86_64_60_64 | test_drop_counter_column | Success | | 13.366 |
8_cythonno_x86_64_60_64 | test_putget_with_internode_ssl_without_compression | Success | | 53.012 |
8_cythonno_x86_64_60_64 | test_base_column_in_view_pk_complex_timestamp_without_flush | Success | | 158.054 |
8_cythonno_x86_64_60_64 | test_select_in_clause_with_duplicate_keys | Success | | 36.962 |
8_cythonno_x86_64_60_64 | test_speculative_data_request | Success | | 41.303 |
8_cythonno_x86_64_60_64 | test_complementary_update_with_limit_on_regular_column | Success | | 76.733 |
8_cythonno_x86_64_60_64 | test_index_is_not_rebuilt_at_restart | Success | | 31.676 |
8_cythonno_x86_64_60_64 | test_compaction | Success | | 84.059 |
8_cythonno_x86_64_60_64 | test_multiget_slice_with_compact_table | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.475 |
8_cythonno_x86_64_60_64 | test_concurrent_decommission_not_allowed | Skipped | Hangs on CI for 2.1
/home/cassandra/cassandra-dtest/topology_test.py:177: Hangs on CI for 2.1 | 0.000 |
8_cythonno_x86_64_60_64 | test_thrift | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.455 |
8_cythonno_x86_64_60_64 | test_login_allows_bad_pass_and_continued_use | Success | | 25.877 |
8_cythonno_x86_64_60_64 | test_bulk_round_trip_with_low_ingestrate | Success | | 62.865 |
8_cythonno_x86_64_60_64 | test_trace_repair | Success | | 111.965 |
8_cythonno_x86_64_61_64 | test_drop_non_existent_role_should_not_update_cache | Success | | 22.702 |
8_cythonno_x86_64_61_64 | test_logged_batch_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.486 |
8_cythonno_x86_64_61_64 | test_compaction_strategy_switching[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.487 |
8_cythonno_x86_64_61_64 | test_compact_counter_cluster | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.569 |
8_cythonno_x86_64_61_64 | test_basic_auth | Success | | 33.654 |
8_cythonno_x86_64_61_64 | test_expired_liveness_with_limit_rf1_nodes1 | Success | | 13.682 |
8_cythonno_x86_64_61_64 | test_paging_with_filtering | Success | | 45.002 |
8_cythonno_x86_64_61_64 | test_speculative_write | Success | | 38.325 |
8_cythonno_x86_64_61_64 | test_complementary_update_with_limit_and_rows_between | Success | | 73.716 |
8_cythonno_x86_64_61_64 | test_multi_index_filtering_query | Success | | 14.661 |
8_cythonno_x86_64_61_64 | test_abortedcompaction | Success | | 158.384 |
8_cythonno_x86_64_61_64 | test_multiget_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.474 |
8_cythonno_x86_64_61_64 | test_resumable_decommission | Success | | 227.269 |
8_cythonno_x86_64_61_64 | test_oversized_mutation | Success | | 51.563 |
8_cythonno_x86_64_61_64 | test_list_roles_after_login | Success | | 26.438 |
8_cythonno_x86_64_61_64 | test_bulk_round_trip_with_single_core | Success | | 97.533 |
8_cythonno_x86_64_61_64 | test_thread_count_repair | Success | | 274.662 |
8_cythonno_x86_64_62_64 | test_prevent_circular_grants | Success | | 19.932 |
8_cythonno_x86_64_62_64 | test_batchlog_replay_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.436 |
8_cythonno_x86_64_62_64 | test_large_compaction_warning | Skipped | ported to in-JVM from 5.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 5.0 >= 5.0 | 0.459 |
8_cythonno_x86_64_62_64 | test_counter_node_down | Success | | 45.762 |
8_cythonno_x86_64_62_64 | test_revoked_jmx_access | Success | | 26.853 |
8_cythonno_x86_64_62_64 | test_expired_liveness_with_limit_rf1_nodes3 | Success | | 39.781 |
8_cythonno_x86_64_62_64 | test_paging_with_filtering_on_counter_columns | Success | | 33.672 |
8_cythonno_x86_64_62_64 | test_quorum_requirement | Success | | 36.963 |
8_cythonno_x86_64_62_64 | test_partition_deletion_on_skinny_table | Success | | 68.950 |
8_cythonno_x86_64_62_64 | test_only_coordinator_chooses_index_for_query | Success | | 40.989 |
8_cythonno_x86_64_62_64 | test_zerocopy_streaming | Success | | 48.482 |
8_cythonno_x86_64_62_64 | test_multi_count | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.199 |
8_cythonno_x86_64_62_64 | test_decommissioned_node_cant_rejoin | Success | | 107.612 |
8_cythonno_x86_64_62_64 | test_pycodestyle_compliance | Success | | 1.676 |
8_cythonno_x86_64_62_64 | test_cqlsh_execute_cmdline | Success | | 12.360 |
8_cythonno_x86_64_62_64 | test_bulk_round_trip_with_backoff | Success | | 102.714 |
8_cythonno_x86_64_62_64 | test_wide_row_repair | Success | | 83.482 |
8_cythonno_x86_64_63_64 | test_create_user_as_alias_for_create_role | Success | | 22.458 |
8_cythonno_x86_64_63_64 | test_logged_batch_compatibility_5 | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.534 |
8_cythonno_x86_64_63_64 | test_disable_autocompaction_nodetool[LeveledCompactionStrategy] | Success | | 34.753 |
8_cythonno_x86_64_63_64 | test_batch_preparation | Success | | 14.510 |
8_cythonno_x86_64_63_64 | test_netstats | Success | | 105.869 |
8_cythonno_x86_64_63_64 | test_expired_liveness_with_limit_rf3 | Success | | 41.000 |
8_cythonno_x86_64_63_64 | test_paging_with_filtering_on_counter_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.339 |
8_cythonno_x86_64_63_64 | test_quorum_requirement_on_speculated_read | Success | | 38.579 |
8_cythonno_x86_64_63_64 | test_partition_deletion_on_wide_table | Success | | 73.057 |
8_cythonno_x86_64_63_64 | test_query_indexes_with_vnodes | Success | | 32.992 |
8_cythonno_x86_64_63_64 | test_zerocopy_streaming_no_replication | Success | | 53.664 |
8_cythonno_x86_64_63_64 | test_batch_mutate_super_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.322 |
8_cythonno_x86_64_63_64 | test_crash_during_decommission | Success | | 130.883 |
8_cythonno_x86_64_63_64 | test_simple_insert | Success | | 14.473 |
8_cythonno_x86_64_63_64 | test_cqlsh_input_cmdline | Success | | 14.978 |
8_cythonno_x86_64_63_64 | test_copy_to_with_more_failures_than_max_attempts | Success | | 28.264 |
8_cythonno_x86_64_63_64 | test_dead_coordinator | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.564 |
8_cythonno_x86_64_64_64 | test_role_name | Success | | 22.812 |
8_cythonno_x86_64_64_64 | test_simple_bootstrap_nodata | Success | | 145.966 |
8_cythonno_x86_64_64_64 | test_disable_autocompaction_nodetool[SizeTieredCompactionStrategy] | Success | | 29.876 |
8_cythonno_x86_64_64_64 | test_keyspace | Success | | 11.339 |
8_cythonno_x86_64_64_64 | test_table_metric_mbeans | Success | | 49.028 |
8_cythonno_x86_64_64_64 | test_base_column_in_view_pk_commutative_tombstone_with_flush | Success | | 91.212 |
8_cythonno_x86_64_64_64 | test_paging_with_filtering_on_clustering_columns | Success | | 35.223 |
8_cythonno_x86_64_64_64 | test_monotonic_reads[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.442 |
8_cythonno_x86_64_64_64 | test_row_deletion_on_wide_table | Success | | 68.663 |
8_cythonno_x86_64_64_64 | test_tuple_indexes | Success | | 30.134 |
8_cythonno_x86_64_64_64 | test_uniform_ratio | Success | | 19.619 |
8_cythonno_x86_64_64_64 | test_super_reinsert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.206 |
8_cythonno_x86_64_64_64 | test_keyspace_rf_changes | Skipped | Doesn't test quite the right combination of forbidden RF changes right now
/home/cassandra/cassandra-dtest/transient_replication_test.py:435: Doesn't test quite the right combination of forbidden RF changes right now | 0.001 |
8_cythonno_x86_64_64_64 | test_tls | Success | | 13.574 |
8_cythonno_x86_64_64_64 | test_cqlsh_file_cmdline | Success | | 13.141 |
8_cythonno_x86_64_64_64 | test_copy_to_with_fewer_failures_than_max_attempts | Success | | 27.108 |
8_cythonno_x86_64_64_64 | test_dead_sync_initiator | Success | | 90.856 |
8_cythonno_x86_64_6_64 | test_login_existing_node | Success | | 127.258 |
8_cythonno_x86_64_6_64 | test_grant_revoke_udf_permissions | Success | | 23.892 |
8_cythonno_x86_64_6_64 | test_consistent_range_movement_true_with_rf1_should_fail | Success | | 164.125 |
8_cythonno_x86_64_6_64 | test_disable_autocompaction_alter[SizeTieredCompactionStrategy] | Success | | 32.666 |
8_cythonno_x86_64_6_64 | test_statements | Success | | 13.107 |
8_cythonno_x86_64_6_64 | test_jmx_connection | Success | | 17.618 |
8_cythonno_x86_64_6_64 | test_base_replica_repair_with_contention | Success | | 131.993 |
8_cythonno_x86_64_6_64 | test_paging_with_filtering_on_partition_key_on_counter_columns | Success | | 36.441 |
8_cythonno_x86_64_6_64 | test_rebuild_ranges | Success | | 105.637 |
8_cythonno_x86_64_6_64 | test_count | Success | | 46.578 |
8_cythonno_x86_64_6_64 | test_bootstrap | Success | | 78.199 |
8_cythonno_x86_64_6_64 | test_replicated_system_keyspaces | Success | | 13.095 |
8_cythonno_x86_64_6_64 | test_describe_snitch | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.467 |
8_cythonno_x86_64_6_64 | test_update_single_column_ttl | Success | | 17.851 |
8_cythonno_x86_64_6_64 | test_unicode_syntax_error | Success | | 13.599 |
8_cythonno_x86_64_6_64 | test_colon_delimiter | Success | | 17.739 |
8_cythonno_x86_64_6_64 | test_copy_from_with_large_cql_rows | Success | | 25.196 |
8_cythonno_x86_64_7_64 | test_login_new_node | Success | | 107.920 |
8_cythonno_x86_64_7_64 | test_grant_revoke_are_idempotent | Success | | 22.917 |
8_cythonno_x86_64_7_64 | test_consistent_range_movement_false_with_rf1_should_succeed | Success | | 175.165 |
8_cythonno_x86_64_7_64 | test_disable_autocompaction_alter[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.542 |
8_cythonno_x86_64_7_64 | test_partition_key_allow_filtering | Success | | 13.341 |
8_cythonno_x86_64_7_64 | test_require_client_auth | Success | | 20.125 |
8_cythonno_x86_64_7_64 | test_complex_mv_select_statements | Success | | 77.437 |
8_cythonno_x86_64_7_64 | test_paging_with_filtering_on_partition_key_on_counter_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.444 |
8_cythonno_x86_64_7_64 | test_refresh_deadlock_startup | Success | | 126.623 |
8_cythonno_x86_64_7_64 | test_update_missed_by_transient_replica | Success | | 27.767 |
8_cythonno_x86_64_7_64 | test_resume | Success | | 90.267 |
8_cythonno_x86_64_7_64 | test_closing_connections | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.245 |
8_cythonno_x86_64_7_64 | test_invalid_ks_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.249 |
8_cythonno_x86_64_7_64 | test_update_multiple_columns_ttl | Success | | 17.139 |
8_cythonno_x86_64_7_64 | test_unicode_invalid_request_error | Success | | 13.692 |
8_cythonno_x86_64_7_64 | test_letter_delimiter | Success | | 17.798 |
8_cythonno_x86_64_7_64 | test_copy_from_with_brackets_in_UDT | Success | | 18.373 |
8_cythonno_x86_64_8_64 | test_list_users | Success | | 41.871 |
8_cythonno_x86_64_8_64 | test_function_resource_hierarchy_permissions | Success | | 21.366 |
8_cythonno_x86_64_8_64 | test_rf_gt_nodes_multidc_should_succeed | Success | | 146.739 |
8_cythonno_x86_64_8_64 | test_disable_autocompaction_alter_and_nodetool[LeveledCompactionStrategy] | Success | | 33.126 |
8_cythonno_x86_64_8_64 | test_batch | Success | | 11.818 |
8_cythonno_x86_64_8_64 | test_basic_data_types | Success | | 15.136 |
8_cythonno_x86_64_8_64 | test_base_view_consistency_on_failure_after_mv_apply | Success | | 111.956 |
8_cythonno_x86_64_8_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns | Success | | 34.737 |
8_cythonno_x86_64_8_64 | test_fail_without_replace | Success | | 88.833 |
8_cythonno_x86_64_8_64 | test_update_only_on_transient_replica | Success | | 26.035 |
8_cythonno_x86_64_8_64 | test_manual_join | Success | | 72.496 |
8_cythonno_x86_64_8_64 | test_6285 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.461 |
8_cythonno_x86_64_8_64 | test_invalid_strategy_class | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.469 |
8_cythonno_x86_64_8_64 | test_update_column_ttl_with_default_ttl | Success | | 22.119 |
8_cythonno_x86_64_8_64 | test_with_empty_values | Success | | 13.269 |
8_cythonno_x86_64_8_64 | test_number_delimiter | Success | | 15.703 |
8_cythonno_x86_64_8_64 | test_round_trip_with_authentication | Success | | 30.164 |
8_cythonno_x86_64_9_64 | test_modify_and_select_auth | Success | | 104.250 |
8_cythonno_x86_64_9_64 | test_udf_permissions_validation | Success | | 25.292 |
8_cythonno_x86_64_9_64 | test_resumable_bootstrap | Success | | 179.695 |
8_cythonno_x86_64_9_64 | test_disable_autocompaction_alter_and_nodetool[SizeTieredCompactionStrategy] | Success | | 37.917 |
8_cythonno_x86_64_9_64 | test_large_collection_errors | Skipped | 5.0 > 3.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0 | 0.213 |
8_cythonno_x86_64_9_64 | test_counters | Success | | 15.347 |
8_cythonno_x86_64_9_64 | test_base_view_consistency_on_failure_before_mv_apply | Success | | 114.685 |
8_cythonno_x86_64_9_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.465 |
8_cythonno_x86_64_9_64 | test_fail_when_seed | Success | | 46.090 |
8_cythonno_x86_64_9_64 | test_rf_collapse_gossiping_property_file_snitch | Success | | 106.637 |
8_cythonno_x86_64_9_64 | test_write_survey | Success | | 79.571 |
8_cythonno_x86_64_9_64 | test_insert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.214 |
8_cythonno_x86_64_9_64 | test_invalid_cf_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.194 |
8_cythonno_x86_64_9_64 | test_remove_column_ttl | Success | | 17.095 |
8_cythonno_x86_64_9_64 | test_tracing_from_system_traces | Success | | 15.097 |
8_cythonno_x86_64_9_64 | test_default_null_indicator | Success | | 17.119 |
8_cythonno_x86_64_9_64 | test_reading_pk_timestamps_with_counters | Success | | 14.620 |
8_cythonno_x86_64_10_64 | test_system_auth_ks_is_alterable | Success | | 108.777 |
8_cythonno_x86_64_10_64 | test_drop_role_cleans_up_udf_permissions | Success | | 21.374 |
8_cythonno_x86_64_10_64 | test_bootstrap_with_reset_bootstrap_state | Success | | 334.838 |
8_cythonno_x86_64_10_64 | test_disable_autocompaction_alter_and_nodetool[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.696 |
8_cythonno_x86_64_10_64 | test_cql3_insert_thrift | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.461 |
8_cythonno_x86_64_10_64 | test_complex_data_types | Success | | 22.875 |
8_cythonno_x86_64_10_64 | test_single_partition_consistent_reads_after_write | Skipped | awaiting CASSANDRA-11290
/home/cassandra/cassandra-dtest/materialized_views_test.py:2831: awaiting CASSANDRA-11290 | 0.001 |
8_cythonno_x86_64_10_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_with_contains | Success | | 40.004 |
8_cythonno_x86_64_10_64 | test_unsafe_replace | Success | | 129.569 |
8_cythonno_x86_64_10_64 | test_rf_expand_gossiping_property_file_snitch | Success | | 103.144 |
8_cythonno_x86_64_10_64 | test_startup_no_live_seeds | Success | | 31.133 |
8_cythonno_x86_64_10_64 | test_empty_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.208 |
8_cythonno_x86_64_10_64 | test_system_cf_recreate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.194 |
8_cythonno_x86_64_10_64 | test_set_ttl_to_zero_to_default_ttl | Success | | 17.349 |
8_cythonno_x86_64_10_64 | test_select_element_inside_udt | Success | | 12.115 |
8_cythonno_x86_64_10_64 | test_default_null_indicator_no_prepared_statements | Success | | 16.372 |
8_cythonno_x86_64_10_64 | test_copy_from_with_wrong_order_or_missing_UDT_fields | Success | | 14.867 |
8_cythonno_x86_64_11_64 | test_login | Success | | 83.616 |
8_cythonno_x86_64_11_64 | test_drop_function_and_keyspace_cleans_up_udf_permissions | Success | | 23.493 |
8_cythonno_x86_64_11_64 | test_manual_bootstrap | Success | | 134.608 |
8_cythonno_x86_64_11_64 | test_user_defined_compaction | Success | | 53.951 |
8_cythonno_x86_64_11_64 | test_rename | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.294 |
8_cythonno_x86_64_11_64 | test_basic_data_types | Success | | 16.992 |
8_cythonno_x86_64_11_64 | test_multi_partition_consistent_reads_after_write | Failure | OSError: 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 |
8_cythonno_x86_64_11_64 | test_paging_with_filtering_on_partition_key_on_static_columns | Success | | 33.881 |
8_cythonno_x86_64_11_64 | test_insert_data_during_replace_same_address | Success | | 186.714 |
8_cythonno_x86_64_11_64 | test_rf_collapse_property_file_snitch | Success | | 110.415 |
8_cythonno_x86_64_11_64 | test_startup_non_seed_with_peers | Success | | 132.833 |
8_cythonno_x86_64_11_64 | test_cas | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.364 |
8_cythonno_x86_64_11_64 | test_system_keyspace_operations | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.360 |
8_cythonno_x86_64_11_64 | test_remove_column_ttl_with_default_ttl | Skipped | 5.0 > 3.5
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.5 | 0.359 |
8_cythonno_x86_64_11_64 | test_list_queries | Success | | 25.562 |
8_cythonno_x86_64_11_64 | test_undefined_as_null_indicator | Success | | 17.788 |
8_cythonno_x86_64_11_64 | test_reading_text_pk_counters | Success | | 15.546 |
8_cythonno_x86_64_12_64 | test_only_superuser_can_create_users | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.749 |
8_cythonno_x86_64_12_64 | test_udf_with_overloads_permissions | Success | | 21.086 |
8_cythonno_x86_64_12_64 | test_local_quorum_bootstrap | Success | | 155.202 |
8_cythonno_x86_64_12_64 | test_fanout_size[LeveledCompactionStrategy] | Skipped | Not implemented unless LeveledCompactionStrategy is used
/home/cassandra/cassandra-dtest/compaction_test.py:547: Not implemented unless LeveledCompactionStrategy is used | 0.424 |
8_cythonno_x86_64_12_64 | test_invalid_string_literals | Success | | 11.307 |
8_cythonno_x86_64_12_64 | test_complex_data_types | Success | | 20.355 |
8_cythonno_x86_64_12_64 | test_mutations_dontblock | Success | | 19.345 |
8_cythonno_x86_64_12_64 | test_paging_on_compact_table_with_tombstone_on_first_column | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 3.136 |
8_cythonno_x86_64_12_64 | test_insert_data_during_replace_different_address | Success | | 207.055 |
8_cythonno_x86_64_12_64 | test_rf_expand_property_file_snitch | Success | | 106.869 |
8_cythonno_x86_64_12_64 | test_startup_after_ring_delay | Success | | 38.285 |
8_cythonno_x86_64_12_64 | test_missing_super | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.442 |
8_cythonno_x86_64_12_64 | test_create_then_drop_ks | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.200 |
8_cythonno_x86_64_12_64 | test_collection_list_ttl | Success | | 23.346 |
8_cythonno_x86_64_12_64 | test_describe | Success | | 43.904 |
8_cythonno_x86_64_12_64 | test_undefined_as_null_indicator_no_prepared_statements | Success | | 17.110 |
8_cythonno_x86_64_12_64 | test_reading_text_pk_no_prepared_statements | Success | | 14.501 |
8_cythonno_x86_64_13_64 | test_password_authenticator_create_user_requires_password | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.549 |
8_cythonno_x86_64_13_64 | test_drop_keyspace_cleans_up_function_level_permissions | Success | | 21.862 |
8_cythonno_x86_64_13_64 | test_shutdown_wiped_node_cannot_join | Success | | 228.281 |
8_cythonno_x86_64_13_64 | test_disable_compression_cql | Success | | 13.111 |
8_cythonno_x86_64_13_64 | test_prepared_statement_invalidation | Success | | 12.704 |
8_cythonno_x86_64_13_64 | test_collection_update | Success | | 17.627 |
8_cythonno_x86_64_13_64 | test_metadata_reset_while_compact | Skipped | hangs CI
/home/cassandra/cassandra-dtest/metadata_test.py:30: hangs CI | 0.000 |
8_cythonno_x86_64_13_64 | test_paging_with_no_clustering_columns | Success | | 33.696 |
8_cythonno_x86_64_13_64 | test_replace_with_insufficient_replicas | Success | | 150.849 |
8_cythonno_x86_64_13_64 | test_rf_collapse_yaml_file_snitch | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.215 |
8_cythonno_x86_64_13_64 | test_basic_snapshot_and_restore | Success | | 36.155 |
8_cythonno_x86_64_13_64 | test_count | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.211 |
8_cythonno_x86_64_13_64 | test_column_validators | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.195 |
8_cythonno_x86_64_13_64 | test_collection_set_ttl | Success | | 24.632 |
8_cythonno_x86_64_13_64 | test_describe_describes_non_default_compaction_parameters | Success | | 13.137 |
8_cythonno_x86_64_13_64 | test_null_as_null_indicator | Success | | 16.372 |
8_cythonno_x86_64_13_64 | test_reading_empty_strings_for_different_types | Success | | 15.373 |
8_cythonno_x86_64_14_64 | test_cant_create_existing_user | Success | | 21.394 |
8_cythonno_x86_64_14_64 | test_udf_permissions_in_selection | Success | | 21.432 |
8_cythonno_x86_64_14_64 | test_killed_wiped_node_cannot_join | Success | | 223.598 |
8_cythonno_x86_64_14_64 | test_compression_cql_options | Success | | 16.384 |
8_cythonno_x86_64_14_64 | test_range_slice | Success | | 29.887 |
8_cythonno_x86_64_14_64 | test_selecting_pkey_as_json | Success | | 15.633 |
8_cythonno_x86_64_14_64 | test_friendly_unrecognized_table_handling | Skipped | This test is only designed to work with 2.0 and 2.1 right now
/home/cassandra/cassandra-dtest/mixed_version_test.py:34: This test is only designed to work with 2.0 and 2.1 right now | 27.577 |
8_cythonno_x86_64_14_64 | test_paging_with_no_clustering_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.466 |
8_cythonno_x86_64_14_64 | test_multi_dc_replace_with_rf1 | Success | | 165.319 |
8_cythonno_x86_64_14_64 | test_rf_expand_yaml_file_snitch | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.478 |
8_cythonno_x86_64_14_64 | test_snapshot_and_restore_drop_table_remove_dropped_column | Success | | 25.218 |
8_cythonno_x86_64_14_64 | test_count_paging | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.269 |
8_cythonno_x86_64_14_64 | test_system_column_family_operations | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.184 |
8_cythonno_x86_64_14_64 | test_collection_map_ttl | Success | | 20.396 |
8_cythonno_x86_64_14_64 | test_describe_functions | Success | | 18.375 |
8_cythonno_x86_64_14_64 | test_reading_collections_with_empty_values | Success | | 14.191 |
8_cythonno_x86_64_14_64 | test_importing_invalid_data_for_collections | Success | | 15.376 |
8_cythonno_x86_64_15_64 | test_list_users | Success | | 21.893 |
8_cythonno_x86_64_15_64 | test_udf_permissions_in_select_where_clause | Success | | 20.314 |
8_cythonno_x86_64_15_64 | test_decommissioned_wiped_node_can_join | Success | | 299.745 |
8_cythonno_x86_64_15_64 | test_compression_cql_disabled_with_alter | Success | | 11.074 |
8_cythonno_x86_64_15_64 | test_many_columns | Skipped | Skipping until PYTHON-893 is fixed
/home/cassandra/cassandra-dtest/cql_test.py:702: Skipping until PYTHON-893 is fixed | 0.000 |
8_cythonno_x86_64_15_64 | test_select_using_secondary_index | Success | | 14.827 |
8_cythonno_x86_64_15_64 | test_putget_2dc_rf1 | Success | | 33.500 |
8_cythonno_x86_64_15_64 | test_per_partition_limit_paging | Success | | 33.632 |
8_cythonno_x86_64_15_64 | test_update_on_skinny_table | Success | | 44.016 |
8_cythonno_x86_64_15_64 | test_cannot_restart_with_different_rack | Success | | 24.493 |
8_cythonno_x86_64_15_64 | test_snapshot_and_restore_dropping_a_column | Success | | 27.362 |
8_cythonno_x86_64_15_64 | test_count_around_page_size | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.199 |
8_cythonno_x86_64_15_64 | test_dynamic_indexes_creation_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.429 |
8_cythonno_x86_64_15_64 | test_delete_with_ttl_expired | Success | | 13.049 |
8_cythonno_x86_64_15_64 | test_default_keyspaces_exist | Success | | 11.321 |
8_cythonno_x86_64_15_64 | test_writing_use_header | Success | | 11.823 |
8_cythonno_x86_64_15_64 | test_force_repair_async_1 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.180 |
8_cythonno_x86_64_16_64 | test_handle_corrupt_role_data | Success | | 23.219 |
8_cythonno_x86_64_16_64 | test_udf_permissions_in_insert | Success | | 21.375 |
8_cythonno_x86_64_16_64 | test_decommissioned_wiped_node_can_gossip_to_single_seed | Success | | 195.169 |
8_cythonno_x86_64_16_64 | test_compression_cql_enabled_with_alter | Success | | 11.655 |
8_cythonno_x86_64_16_64 | test_drop_compact_storage_flag | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.213 |
8_cythonno_x86_64_16_64 | test_basic_data_types | Success | | 15.115 |
8_cythonno_x86_64_16_64 | test_putget_2dc_rf2 | Success | | 59.920 |
8_cythonno_x86_64_16_64 | test_paging_for_range_name_queries | Success | | 36.686 |
8_cythonno_x86_64_16_64 | test_update_on_wide_table | Success | | 49.415 |
8_cythonno_x86_64_16_64 | test_failed_snitch_update_gossiping_property_file_snitch | Success | | 52.719 |
8_cythonno_x86_64_16_64 | test_archive_commitlog | Success | | 147.581 |
8_cythonno_x86_64_16_64 | test_super_insert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.500 |
8_cythonno_x86_64_16_64 | test_dynamic_indexes_with_system_update_cf | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.448 |
8_cythonno_x86_64_16_64 | test_expiration_overflow_policy_cap | Success | | 30.406 |
8_cythonno_x86_64_16_64 | test_describe_types | Success | | 14.623 |
8_cythonno_x86_64_16_64 | test_reading_counter | Success | | 13.869 |
8_cythonno_x86_64_16_64 | test_force_repair_async_2 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.218 |
8_cythonno_x86_64_17_64 | test_user_cant_drop_themselves | Success | | 22.742 |
8_cythonno_x86_64_17_64 | test_udf_permissions_in_update | Success | | 21.622 |
8_cythonno_x86_64_17_64 | test_failed_bootstrap_wiped_node_can_join | Success | | 144.112 |
8_cythonno_x86_64_17_64 | test_create_lots_of_tables_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:131: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_17_64 | test_truncate_failure | Success | | 34.457 |
8_cythonno_x86_64_17_64 | test_complex_data_types | Success | | 21.879 |
8_cythonno_x86_64_17_64 | test_connect_to_ssl | Success | | 48.731 |
8_cythonno_x86_64_17_64 | test_paging_for_range_name_queries_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.217 |
8_cythonno_x86_64_17_64 | test_update_on_static_column_with_empty_partition | Success | | 45.820 |
8_cythonno_x86_64_17_64 | test_failed_snitch_update_property_file_snitch | Success | | 53.737 |
8_cythonno_x86_64_17_64 | test_archive_commitlog_with_active_commitlog | Success | | 152.203 |
8_cythonno_x86_64_17_64 | test_super_get | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.220 |
8_cythonno_x86_64_17_64 | test_system_super_column_family_operations | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.202 |
8_cythonno_x86_64_17_64 | test_expiration_overflow_policy_cap_default_ttl | Success | | 30.395 |
8_cythonno_x86_64_17_64 | test_describe_on_non_reserved_keywords | Success | | 12.115 |
8_cythonno_x86_64_17_64 | test_reading_counter_without_batching | Success | | 13.616 |
8_cythonno_x86_64_17_64 | test_force_repair_async_3 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.221 |
8_cythonno_x86_64_18_64 | test_only_superusers_can_drop_users | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.839 |
8_cythonno_x86_64_18_64 | test_udf_permissions_in_delete | Success | | 20.395 |
8_cythonno_x86_64_18_64 | test_node_cannot_join_as_hibernating_node_without_replace_address | Skipped | ported to in-JVM from 4.1 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.1 >= 5.0 | 0.466 |
8_cythonno_x86_64_18_64 | test_create_lots_of_alters_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:159: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_18_64 | test_local_query | Success | | 105.361 |
8_cythonno_x86_64_18_64 | test_delete_using_pkey_json | Success | | 14.605 |
8_cythonno_x86_64_18_64 | test_connect_to_ssl_optional | Success | | 24.593 |
8_cythonno_x86_64_18_64 | test_paging_with_empty_row_and_empty_static_columns | Success | | 37.029 |
8_cythonno_x86_64_18_64 | test_update_on_static_column_with_not_empty_partition | Success | | 52.752 |
8_cythonno_x86_64_18_64 | test_failed_snitch_update_yaml_file_snitch | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.464 |
8_cythonno_x86_64_18_64 | test_dont_archive_commitlog | Success | | 148.386 |
8_cythonno_x86_64_18_64 | test_super_subcolumn_limit | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.372 |
8_cythonno_x86_64_18_64 | test_insert_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.504 |
8_cythonno_x86_64_18_64 | test_expiration_overflow_policy_capnowarn | Success | | 34.265 |
8_cythonno_x86_64_18_64 | test_describe_mv | Success | | 18.398 |
8_cythonno_x86_64_18_64 | test_reading_use_header | Success | | 12.685 |
8_cythonno_x86_64_18_64 | test_force_repair_range_async_1 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.487 |
8_cythonno_x86_64_19_64 | test_dropping_nonexistent_user_throws_exception | Success | | 23.201 |
8_cythonno_x86_64_19_64 | test_inheritence_of_udf_permissions | Success | | 22.726 |
8_cythonno_x86_64_19_64 | test_simultaneous_bootstrap | Success | | 174.209 |
8_cythonno_x86_64_19_64 | test_create_lots_of_indexes_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:195: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_19_64 | test_remote_query | Success | | 191.811 |
8_cythonno_x86_64_19_64 | test_simple_schema | Success | | 20.837 |
8_cythonno_x86_64_19_64 | test_use_custom_port | Success | | 138.775 |
8_cythonno_x86_64_19_64 | test_data_change_impacting_earlier_page | Success | | 32.318 |
8_cythonno_x86_64_19_64 | test_update_on_collection | Success | | 49.468 |
8_cythonno_x86_64_19_64 | test_switch_data_center_startup_fails | Success | | 26.670 |
8_cythonno_x86_64_19_64 | test_archive_commitlog_point_in_time | Success | | 147.378 |
8_cythonno_x86_64_19_64 | test_long_order | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.582 |
8_cythonno_x86_64_19_64 | test_insert_max_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.547 |
8_cythonno_x86_64_19_64 | test_expiration_overflow_policy_capnowarn_default_ttl | Success | | 31.531 |
8_cythonno_x86_64_19_64 | test_copy_to | Success | | 20.540 |
8_cythonno_x86_64_19_64 | test_datetimeformat_round_trip | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.350 |
8_cythonno_x86_64_19_64 | test_force_repair_range_async_2 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.302 |
8_cythonno_x86_64_1_64 | test_archiving | Success | | 31.979 |
8_cythonno_x86_64_1_64 | test_role_requires_login_privilege_to_authenticate | Success | | 20.901 |
8_cythonno_x86_64_1_64 | test_schema_removed_nodes | Success | | 214.075 |
8_cythonno_x86_64_1_64 | test_disable_autocompaction_nodetool[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.464 |
8_cythonno_x86_64_1_64 | test_table | Success | | 11.842 |
8_cythonno_x86_64_1_64 | test_mv_metric_mbeans_release | Success | | 15.374 |
8_cythonno_x86_64_1_64 | test_base_column_in_view_pk_commutative_tombstone_without_flush | Success | | 66.551 |
8_cythonno_x86_64_1_64 | test_paging_with_filtering_on_clustering_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.215 |
8_cythonno_x86_64_1_64 | test_monotonic_reads[none] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.199 |
8_cythonno_x86_64_1_64 | test_range_deletion_on_wide_table | Success | | 70.646 |
8_cythonno_x86_64_1_64 | test_list_indexes | Success | | 65.228 |
8_cythonno_x86_64_1_64 | test_fixed_ratio | Success | | 19.627 |
8_cythonno_x86_64_1_64 | test_describe_keyspace | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.215 |
8_cythonno_x86_64_1_64 | test_default_ttl | Success | | 14.367 |
8_cythonno_x86_64_1_64 | test_lwt | Success | | 15.617 |
8_cythonno_x86_64_1_64 | test_cqlsh_copy | Success | | 16.624 |
8_cythonno_x86_64_1_64 | test_copy_to_with_child_process_crashing | Success | | 30.915 |
8_cythonno_x86_64_1_64 | test_dead_sync_participant | Success | | 92.743 |
8_cythonno_x86_64_20_64 | test_drop_user_case_sensitive | Success | | 21.294 |
8_cythonno_x86_64_20_64 | test_builtin_functions_require_no_special_permissions | Success | | 19.846 |
8_cythonno_x86_64_20_64 | test_cleanup | Success | | 194.824 |
8_cythonno_x86_64_20_64 | test_create_lots_of_mv_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:244: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_20_64 | test_disable_slow_query_log | Success | | 13.885 |
8_cythonno_x86_64_20_64 | test_pkey_requirement | Success | | 14.168 |
8_cythonno_x86_64_20_64 | test_use_custom_ssl_port | Success | | 20.882 |
8_cythonno_x86_64_20_64 | test_data_change_impacting_later_page | Success | | 37.341 |
8_cythonno_x86_64_20_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 73.452 |
8_cythonno_x86_64_20_64 | test_creating_and_dropping_keyspace | Success | | 11.420 |
8_cythonno_x86_64_20_64 | test_archive_commitlog_point_in_time_ln | Success | | 151.946 |
8_cythonno_x86_64_20_64 | test_integer_order | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.474 |
8_cythonno_x86_64_20_64 | test_insert_max_default_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.495 |
8_cythonno_x86_64_20_64 | test_expiration_overflow_policy_reject | Success | | 33.813 |
8_cythonno_x86_64_20_64 | test_float_formatting | Success | | 16.140 |
8_cythonno_x86_64_20_64 | test_datetimeformat_round_trip_40 | Success | | 14.881 |
8_cythonno_x86_64_20_64 | test_force_repair_range_async_3 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.482 |
8_cythonno_x86_64_21_64 | test_alter_user_case_sensitive | Success | | 22.947 |
8_cythonno_x86_64_21_64 | test_disallow_grant_revoke_on_builtin_functions | Success | | 20.372 |
8_cythonno_x86_64_21_64 | test_bootstrap_binary_disabled | Skipped | ported to in-JVM from 2.2.13 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 2.2.13 >= 5.0 | 0.211 |
8_cythonno_x86_64_21_64 | test_create_lots_of_schema_churn | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:323: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_21_64 | test_lwt_with_static_columns | Success | | 34.176 |
8_cythonno_x86_64_21_64 | test_null_value | Success | | 13.356 |
8_cythonno_x86_64_21_64 | test_decommission_after_drain_is_invalid | Success | | 37.707 |
8_cythonno_x86_64_21_64 | test_row_TTL_expiry_during_paging | Success | | 51.030 |
8_cythonno_x86_64_21_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 70.662 |
8_cythonno_x86_64_21_64 | test_creating_and_dropping_table | Success | | 12.865 |
8_cythonno_x86_64_21_64 | test_archive_commitlog_restore_skip_by_position | Success | | 141.656 |
8_cythonno_x86_64_21_64 | test_time_uuid | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.221 |
8_cythonno_x86_64_21_64 | test_simple_expiration | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.204 |
8_cythonno_x86_64_21_64 | test_expiration_overflow_policy_reject_default_ttl | Success | | 29.402 |
8_cythonno_x86_64_21_64 | test_int_values | Success | | 13.121 |
8_cythonno_x86_64_21_64 | test_reading_with_ttl | Success | | 22.641 |
8_cythonno_x86_64_21_64 | test_deprecated_repair_error_notification | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.219 |
8_cythonno_x86_64_22_64 | test_regular_users_can_alter_their_passwords_only | Success | | 25.882 |
8_cythonno_x86_64_22_64 | test_disallow_grant_execute_on_non_function_resources | Success | | 21.135 |
8_cythonno_x86_64_22_64 | test_cdc_enabled_data_readable_on_round_trip | Success | | 18.430 |
8_cythonno_x86_64_22_64 | test_create_lots_of_schema_churn_with_node_down | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:339: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_22_64 | test_conditional_updates_on_static_columns_with_null_values | Success | | 40.630 |
8_cythonno_x86_64_22_64 | test_complex_schema | Success | | 31.267 |
8_cythonno_x86_64_22_64 | test_correct_dc_rack_in_nodetool_info | Success | | 57.622 |
8_cythonno_x86_64_22_64 | test_cell_TTL_expiry_during_paging | Success | | 58.236 |
8_cythonno_x86_64_22_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 76.446 |
8_cythonno_x86_64_22_64 | test_creating_and_dropping_table_with_2ary_indexes | Success | | 14.671 |
8_cythonno_x86_64_22_64 | test_archive_and_restore_commitlog_repeatedly | Success | | 84.446 |
8_cythonno_x86_64_22_64 | test_long_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.276 |
8_cythonno_x86_64_22_64 | test_expiration_with_default_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.557 |
8_cythonno_x86_64_22_64 | test_ttl_is_replicated | Success | | 36.594 |
8_cythonno_x86_64_22_64 | test_datetime_values | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.290 |
8_cythonno_x86_64_22_64 | test_reading_with_skip_and_max_rows | Success | | 45.324 |
8_cythonno_x86_64_22_64 | test_consistent_repair | Success | | 126.727 |
8_cythonno_x86_64_23_64 | test_users_cant_alter_their_superuser_status | Success | | 21.148 |
8_cythonno_x86_64_23_64 | test_aggregate_function_permissions | Success | | 20.591 |
8_cythonno_x86_64_23_64 | test_cdc_disabled_data_readable_on_round_trip | Success | | 11.070 |
8_cythonno_x86_64_23_64 | test_basic | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:358: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_23_64 | test_conditional_updates_on_static_columns_with_non_existing_values | Success | | 31.185 |
8_cythonno_x86_64_23_64 | test_json_tools | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.440 |
8_cythonno_x86_64_23_64 | test_nodetool_timeout_commands | Success | | 29.888 |
8_cythonno_x86_64_23_64 | test_node_unavailabe_during_paging | Success | | 49.758 |
8_cythonno_x86_64_23_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 65.408 |
8_cythonno_x86_64_23_64 | test_creating_and_dropping_user_types | Success | | 10.095 |
8_cythonno_x86_64_23_64 | test_prefer_local_reconnect_on_listen_address | Success | | 92.350 |
8_cythonno_x86_64_23_64 | test_integer_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.188 |
8_cythonno_x86_64_23_64 | test_expiration_with_default_ttl_and_zero_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.174 |
8_cythonno_x86_64_23_64 | test_ttl_is_respected_on_delayed_replication | Success | | 108.077 |
8_cythonno_x86_64_23_64 | test_datetime_values_40 | Success | | 11.835 |
8_cythonno_x86_64_23_64 | test_reading_with_skip_cols | Success | | 19.151 |
8_cythonno_x86_64_23_64 | test_sstable_marking | Success | | 76.323 |
8_cythonno_x86_64_24_64 | test_only_superuser_alters_superuser_status | Success | | 21.421 |
8_cythonno_x86_64_24_64 | test_ignore_invalid_roles | Success | | 18.860 |
8_cythonno_x86_64_24_64 | test_non_cdc_segments_deleted_after_replay | Success | | 24.379 |
8_cythonno_x86_64_24_64 | test_changes_to_different_nodes | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:374: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_24_64 | test_conditional_updates_on_static_columns_with_null_values_batch | Success | | 31.668 |
8_cythonno_x86_64_24_64 | test_cleanup | Success | | 60.317 |
8_cythonno_x86_64_24_64 | test_cleanup_when_no_replica_with_index | Success | | 34.023 |
8_cythonno_x86_64_24_64 | test_query_isolation | Success | | 70.371 |
8_cythonno_x86_64_24_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 66.411 |
8_cythonno_x86_64_24_64 | test_creating_and_dropping_udf | Success | | 10.821 |
8_cythonno_x86_64_24_64 | test_prefer_local_reconnect_on_restart | Skipped | needs CASSANDRA-18657
/home/cassandra/cassandra-dtest/snitch_test.py:118: needs CASSANDRA-18657 | 0.000 |
8_cythonno_x86_64_24_64 | test_batch_insert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.497 |
8_cythonno_x86_64_24_64 | test_simple_expiration_batch_mutate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.484 |
8_cythonno_x86_64_24_64 | test_ttl_is_respected_on_repair | Success | | 64.381 |
8_cythonno_x86_64_24_64 | test_tracing | Success | | 11.332 |
8_cythonno_x86_64_24_64 | test_reading_counters_with_skip_cols | Success | | 15.601 |
8_cythonno_x86_64_24_64 | test_multiple_repair | Success | | 203.809 |
8_cythonno_x86_64_25_64 | test_altering_nonexistent_user_throws_exception | Success | | 22.457 |
8_cythonno_x86_64_25_64 | test_authentication_handle_unavailable | Success | | 42.476 |
8_cythonno_x86_64_25_64 | test_insertion_and_commitlog_behavior_after_reaching_cdc_total_space | Success | | 41.171 |
8_cythonno_x86_64_25_64 | test_changes_while_node_down | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:397: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_25_64 | test_conditional_deletes_on_static_columns_with_null_values | Success | | 33.446 |
8_cythonno_x86_64_25_64 | test_14766 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.211 |
8_cythonno_x86_64_25_64 | test_cleanup_when_no_replica_without_index | Success | | 35.529 |
8_cythonno_x86_64_25_64 | test_single_partition_deletions | Success | | 36.682 |
8_cythonno_x86_64_25_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 70.404 |
8_cythonno_x86_64_25_64 | test_creating_and_dropping_uda | Success | | 12.365 |
8_cythonno_x86_64_25_64 | test_ssl_enabled | Success | | 37.819 |
8_cythonno_x86_64_25_64 | test_batch_mutate_standard_columns | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 3.308 |
8_cythonno_x86_64_25_64 | test_update_expiring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.194 |
8_cythonno_x86_64_25_64 | test_recover_negative_expiration_date_sstables_with_scrub | Success | | 32.643 |
8_cythonno_x86_64_25_64 | test_client_warnings | Success | | 36.726 |
8_cythonno_x86_64_25_64 | test_writing_with_token_boundaries | Success | | 35.205 |
8_cythonno_x86_64_25_64 | test_sstable_repairedset | Success | | 113.303 |
8_cythonno_x86_64_26_64 | test_conditional_create_drop_user | Success | | 23.046 |
8_cythonno_x86_64_26_64 | test_authentication_through_cache_handle_unavailable | Success | | 43.602 |
8_cythonno_x86_64_26_64 | test_cdc_data_available_in_cdc_raw | Success | | 176.033 |
8_cythonno_x86_64_26_64 | test_changes_while_node_toggle | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:422: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_26_64 | test_conditional_deletes_on_static_columns_with_null_values_batch | Success | | 31.451 |
8_cythonno_x86_64_26_64 | test_view_metadata_cleanup | Success | | 69.807 |
8_cythonno_x86_64_26_64 | test_meaningless_notice_in_status | Success | | 37.507 |
8_cythonno_x86_64_26_64 | test_multiple_partition_deletions | Success | | 33.966 |
8_cythonno_x86_64_26_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 70.273 |
8_cythonno_x86_64_26_64 | test_basic_table_datatype | Success | | 10.074 |
8_cythonno_x86_64_26_64 | test_ssl_correct_hostname_with_validation | Success | | 35.083 |
8_cythonno_x86_64_26_64 | test_batch_mutate_remove_standard_columns | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.491 |
8_cythonno_x86_64_26_64 | test_remove_expiring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.490 |
8_cythonno_x86_64_26_64 | test_udt | Success | | 33.699 |
8_cythonno_x86_64_26_64 | test_connect_timeout | Success | | 10.385 |
8_cythonno_x86_64_26_64 | test_reading_max_parse_errors | Success | | 18.272 |
8_cythonno_x86_64_26_64 | test_compaction | Success | | 72.150 |
8_cythonno_x86_64_27_64 | test_create_ks_auth | Success | | 23.215 |
8_cythonno_x86_64_27_64 | test_authentication_from_cache_while_unavailable | Success | | 40.464 |
8_cythonno_x86_64_27_64 | test_cfid | Success | | 20.386 |
8_cythonno_x86_64_27_64 | test_decommission_node | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:449: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_27_64 | test_tracing_simple | Success | | 51.984 |
8_cythonno_x86_64_27_64 | test_create | Success | | 34.690 |
8_cythonno_x86_64_27_64 | test_set_get_batchlog_replay_throttle | Success | | 29.523 |
8_cythonno_x86_64_27_64 | test_single_row_deletions | Success | | 38.428 |
8_cythonno_x86_64_27_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 70.654 |
8_cythonno_x86_64_27_64 | test_collection_table_datatype | Success | | 11.353 |
8_cythonno_x86_64_27_64 | test_ssl_wrong_hostname_no_validation | Success | | 38.048 |
8_cythonno_x86_64_27_64 | test_batch_mutate_remove_standard_row | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.460 |
8_cythonno_x86_64_27_64 | test_describe_ring_on_invalid_keyspace | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.193 |
8_cythonno_x86_64_27_64 | test_migration | Success | | 41.702 |
8_cythonno_x86_64_27_64 | test_protocol_negotiation | Success | | 12.864 |
8_cythonno_x86_64_27_64 | test_reading_max_insert_errors | Success | | 19.389 |
8_cythonno_x86_64_27_64 | test_multiple_full_repairs_lcs | Success | | 311.842 |
8_cythonno_x86_64_28_64 | test_create_cf_auth | Success | | 23.199 |
8_cythonno_x86_64_28_64 | test_credentials_cache_background_reload_handle_unavailable | Success | | 46.973 |
8_cythonno_x86_64_28_64 | test_defaults | Success | | 40.900 |
8_cythonno_x86_64_28_64 | test_snapshot | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:498: awaiting CASSANDRA-10699 | 0.000 |
8_cythonno_x86_64_28_64 | test_tracing_unknown_impl | Success | | 51.975 |
8_cythonno_x86_64_28_64 | test_gcgs_validation | Success | | 37.451 |
8_cythonno_x86_64_28_64 | test_reloadlocalschema | Success | | 15.108 |
8_cythonno_x86_64_28_64 | test_multiple_row_deletions | Skipped | Feature In Development
/home/cassandra/cassandra-dtest/paging_test.py:3297: Feature In Development | 0.000 |
8_cythonno_x86_64_28_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 71.396 |
8_cythonno_x86_64_28_64 | test_clustering_order | Success | | 11.351 |
8_cythonno_x86_64_28_64 | test_ssl_wrong_hostname_with_validation | Success | | 95.549 |
8_cythonno_x86_64_28_64 | test_batch_mutate_remove_super_columns_with_standard_under | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.460 |
8_cythonno_x86_64_28_64 | test_incr_decr_standard_add | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.192 |
8_cythonno_x86_64_28_64 | test_udf_overload | Success | | 43.939 |
8_cythonno_x86_64_28_64 | test_protocol_version_restriction | Success | | 12.361 |
8_cythonno_x86_64_28_64 | test_reading_with_parse_errors | Success | | 20.880 |
8_cythonno_x86_64_28_64 | test_multiple_subsequent_repair | Skipped | hangs CI
/home/cassandra/cassandra-dtest/repair_tests/incremental_repair_test.py:458: hangs CI | 0.001 |
8_cythonno_x86_64_29_64 | test_alter_ks_auth | Success | | 21.946 |
8_cythonno_x86_64_29_64 | test_authorization_handle_unavailable | Success | | 39.524 |
8_cythonno_x86_64_29_64 | test_hsha_defaults | Skipped | 5.0 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.11.x | 0.454 |
8_cythonno_x86_64_29_64 | test_load | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:543: awaiting CASSANDRA-10699 | 0.001 |
8_cythonno_x86_64_29_64 | test_tracing_default_impl | Success | | 50.759 |
8_cythonno_x86_64_29_64 | test_insert | Success | | 40.222 |
8_cythonno_x86_64_29_64 | test_refresh_size_estimates_clears_invalid_entries | Success | | 11.861 |
8_cythonno_x86_64_29_64 | test_single_cell_deletions | Success | | 35.958 |
8_cythonno_x86_64_29_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 66.192 |
8_cythonno_x86_64_29_64 | test_compact_storage | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.465 |
8_cythonno_x86_64_29_64 | test_ssl_client_auth_required_fail | Success | | 102.766 |
8_cythonno_x86_64_29_64 | test_batch_mutate_remove_super_columns_with_none_given_underneath | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.447 |
8_cythonno_x86_64_29_64 | test_incr_decr_super_add | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.257 |
8_cythonno_x86_64_29_64 | test_udf_scripting | Skipped | 5.0 > 4.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4.1.x | 0.424 |
8_cythonno_x86_64_29_64 | test_update_schema_with_down_node | Success | | 89.574 |
8_cythonno_x86_64_29_64 | test_reading_with_wrong_number_of_columns | Success | | 12.098 |
8_cythonno_x86_64_29_64 | test_force | Success | | 44.663 |
8_cythonno_x86_64_2_64 | test_fql_nodetool_options | Success | | 28.214 |
8_cythonno_x86_64_2_64 | test_roles_do_not_inherit_login_privilege | Success | | 20.496 |
8_cythonno_x86_64_2_64 | test_read_from_bootstrapped_node | Success | | 216.690 |
8_cythonno_x86_64_2_64 | test_disable_autocompaction_schema[LeveledCompactionStrategy] | Success | | 48.533 |
8_cythonno_x86_64_2_64 | test_table_compact_storage | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.506 |
8_cythonno_x86_64_2_64 | test_compactionstats | Success | | 74.835 |
8_cythonno_x86_64_2_64 | test_view_tombstone | Success | | 79.898 |
8_cythonno_x86_64_2_64 | test_paging_with_filtering_on_clustering_columns_with_contains | Success | | 37.734 |
8_cythonno_x86_64_2_64 | test_atomic_writes[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.488 |
8_cythonno_x86_64_2_64 | test_mismatching_insertions_on_skinny_table | Success | | 67.112 |
8_cythonno_x86_64_2_64 | test_set_indexes | Success | | 48.632 |
8_cythonno_x86_64_2_64 | test_quick_write | Success | | 35.197 |
8_cythonno_x86_64_2_64 | test_describe | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.539 |
8_cythonno_x86_64_2_64 | test_insert_ttl_has_priority_on_defaut_ttl | Success | | 18.344 |
8_cythonno_x86_64_2_64 | test_past_and_future_dates | Success | | 12.866 |
8_cythonno_x86_64_2_64 | test_cqlsh_source | Success | | 13.367 |
8_cythonno_x86_64_2_64 | test_copy_from_with_more_failures_than_max_attempts | Success | | 29.192 |
8_cythonno_x86_64_2_64 | test_failure_during_anticompaction | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.434 |
8_cythonno_x86_64_30_64 | test_alter_cf_auth | Success | | 25.218 |
8_cythonno_x86_64_30_64 | test_authorization_through_cache_handle_unavailable | Success | | 44.415 |
8_cythonno_x86_64_30_64 | test_hsha_with_ssl | Skipped | 5.0 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.11.x | 0.374 |
8_cythonno_x86_64_30_64 | test_compression_chunk_length | Success | | 13.471 |
8_cythonno_x86_64_30_64 | test_delete_insert_search | Success | | 52.379 |
8_cythonno_x86_64_30_64 | test_populate_mv_after_insert | Success | | 49.427 |
8_cythonno_x86_64_30_64 | test_set_get_concurrent_view_builders | Success | | 32.740 |
8_cythonno_x86_64_30_64 | test_multiple_cell_deletions | Success | | 37.110 |
8_cythonno_x86_64_30_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 71.564 |
8_cythonno_x86_64_30_64 | test_compact_storage_composite | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.349 |
8_cythonno_x86_64_30_64 | test_ssl_client_auth_required_succeed | Success | | 36.154 |
8_cythonno_x86_64_30_64 | test_batch_mutate_remove_super_columns_entire_row | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.330 |
8_cythonno_x86_64_30_64 | test_incr_standard_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.315 |
8_cythonno_x86_64_30_64 | test_default_aggregate | Success | | 15.514 |
8_cythonno_x86_64_30_64 | test_describe_round_trip | Success | | 15.999 |
8_cythonno_x86_64_30_64 | test_reading_with_multiple_files | Success | | 18.782 |
8_cythonno_x86_64_30_64 | test_force_with_none_down | Success | | 41.143 |
8_cythonno_x86_64_31_64 | test_materialized_views_auth | Success | | 22.918 |
8_cythonno_x86_64_31_64 | test_authorization_from_cache_while_unavailable | Success | | 45.469 |
8_cythonno_x86_64_31_64 | test_write_and_read | Success | | 40.147 |
8_cythonno_x86_64_31_64 | test_change_durable_writes | Success | | 73.184 |
8_cythonno_x86_64_31_64 | test_gc | Success | | 18.109 |
8_cythonno_x86_64_31_64 | test_populate_mv_after_insert_wide_rows_version40 | Success | | 196.953 |
8_cythonno_x86_64_31_64 | test_describecluster_more_information_three_datacenters | Success | | 54.947 |
8_cythonno_x86_64_31_64 | test_ttl_deletions | Success | | 55.073 |
8_cythonno_x86_64_31_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 70.660 |
8_cythonno_x86_64_31_64 | test_nondefault_table_settings | Success | | 11.357 |
8_cythonno_x86_64_31_64 | test_ca_mismatch | Success | | 103.342 |
8_cythonno_x86_64_31_64 | test_batch_mutate_remove_slice_standard | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.452 |
8_cythonno_x86_64_31_64 | test_incr_super_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.183 |
8_cythonno_x86_64_31_64 | test_aggregate_udf | Success | | 12.091 |
8_cythonno_x86_64_31_64 | test_materialized_view | Success | | 16.593 |
8_cythonno_x86_64_31_64 | test_writing_with_max_output_size | Success | | 26.638 |
8_cythonno_x86_64_31_64 | test_hosts | Success | | 36.655 |
8_cythonno_x86_64_32_64 | test_drop_ks_auth | Success | | 21.902 |
8_cythonno_x86_64_32_64 | test_permission_cache_background_reload_handle_unavailable | Success | | 46.216 |
8_cythonno_x86_64_32_64 | test_batch_and_slice | Success | | 36.420 |
8_cythonno_x86_64_32_64 | test_relative_paths | Success | | 17.718 |
8_cythonno_x86_64_32_64 | test_tombstone_size | Success | | 12.886 |
8_cythonno_x86_64_32_64 | test_populate_mv_after_insert_wide_rows | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.477 |
8_cythonno_x86_64_32_64 | test_sjk | Success | | 12.618 |
8_cythonno_x86_64_32_64 | test_failure_threshold_deletions | Success | | 38.669 |
8_cythonno_x86_64_32_64 | test_complementary_update_with_limit_on_regular_column | Success | | 66.406 |
8_cythonno_x86_64_32_64 | test_indexes | Success | | 10.386 |
8_cythonno_x86_64_32_64 | test_optional_outbound_tls | Success | | 128.533 |
8_cythonno_x86_64_32_64 | test_batch_mutate_remove_slice_of_entire_supercolumns | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.427 |
8_cythonno_x86_64_32_64 | test_incr_decr_standard_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.466 |
8_cythonno_x86_64_32_64 | test_udf_with_udt | Success | | 11.095 |
8_cythonno_x86_64_32_64 | test_clear | Success | | 10.328 |
8_cythonno_x86_64_32_64 | test_explicit_column_order_writing | Success | | 11.097 |
8_cythonno_x86_64_32_64 | test_subrange | Success | | 43.701 |
8_cythonno_x86_64_33_64 | test_drop_cf_auth | Success | | 25.230 |
8_cythonno_x86_64_33_64 | test_full_dc_access | Success | | 27.381 |
8_cythonno_x86_64_33_64 | test_paxos | Success | | 34.218 |
8_cythonno_x86_64_33_64 | test_simple_strategy | Success | | 85.196 |
8_cythonno_x86_64_33_64 | test_disk_balance_stress | Success | | 105.061 |
8_cythonno_x86_64_33_64 | test_crc_check_chance | Success | | 35.051 |
8_cythonno_x86_64_33_64 | test_jobs_option_warning | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.544 |
8_cythonno_x86_64_33_64 | test_deletion_with_distinct_paging | Success | | 33.527 |
8_cythonno_x86_64_33_64 | test_complementary_update_with_limit_and_rows_between | Success | | 69.777 |
8_cythonno_x86_64_33_64 | test_durable_writes | Success | | 12.735 |
8_cythonno_x86_64_33_64 | test_sstableloader_compression_none_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.562 |
8_cythonno_x86_64_33_64 | test_batch_mutate_remove_slice_part_of_supercolumns | Skipped | Runs but fails and looks like it actually should fail since 8099?
/home/cassandra/cassandra-dtest/thrift_test.py:869: Runs but fails and looks like it actually should fail since 8099? | 0.001 |
8_cythonno_x86_64_33_64 | test_incr_decr_super_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.310 |
8_cythonno_x86_64_33_64 | test_udf_with_udt_keyspace_isolation | Success | | 12.962 |
8_cythonno_x86_64_33_64 | test_cls | Success | | 12.220 |
8_cythonno_x86_64_33_64 | test_explicit_column_order_reading | Success | | 14.973 |
8_cythonno_x86_64_33_64 | test_repaired_tracking_with_partition_deletes | Success | | 54.233 |
8_cythonno_x86_64_34_64 | test_modify_and_select_auth | Success | | 22.466 |
8_cythonno_x86_64_34_64 | test_single_dc_access | Success | | 26.762 |
8_cythonno_x86_64_34_64 | test_client_request_metrics | Success | | 118.033 |
8_cythonno_x86_64_34_64 | test_simple_strategy_each_quorum | Success | | 66.241 |
8_cythonno_x86_64_34_64 | test_disk_balance_replace_same_address | Success | | 155.006 |
8_cythonno_x86_64_34_64 | test_prepared_statement | Success | | 36.715 |
8_cythonno_x86_64_34_64 | test_ipv4_ipv6_host | Success | | 14.362 |
8_cythonno_x86_64_34_64 | test_replica_availability | Success | | 84.596 |
8_cythonno_x86_64_34_64 | test_partition_deletion_on_skinny_table | Success | | 70.147 |
8_cythonno_x86_64_34_64 | test_static_column | Success | | 12.377 |
8_cythonno_x86_64_34_64 | test_sstableloader_compression_none_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.230 |
8_cythonno_x86_64_34_64 | test_batch_mutate_insertions_and_deletions | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.193 |
8_cythonno_x86_64_34_64 | test_incr_decr_standard_batch_add | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.443 |
8_cythonno_x86_64_34_64 | test_aggregate_with_udt_keyspace_isolation | Success | | 12.611 |
8_cythonno_x86_64_34_64 | test_batch | Success | | 12.105 |
8_cythonno_x86_64_34_64 | test_quoted_column_names_reading_specify_names | Success | | 13.364 |
8_cythonno_x86_64_34_64 | test_repaired_tracking_with_varying_sstable_sets | Success | | 61.878 |
8_cythonno_x86_64_35_64 | test_grant_revoke_without_ks_specified | Success | | 23.458 |
8_cythonno_x86_64_35_64 | test_revoked_dc_access | Success | | 30.019 |
8_cythonno_x86_64_35_64 | test_mv_lock_contention_during_replay | Success | | 24.936 |
8_cythonno_x86_64_35_64 | test_simple_strategy_counters | Success | | 51.848 |
8_cythonno_x86_64_35_64 | test_disk_balance_replace_different_address | Success | | 215.806 |
8_cythonno_x86_64_35_64 | test_immutable | Success | | 36.997 |
8_cythonno_x86_64_35_64 | test_sstablelevelreset | Success | | 111.872 |
8_cythonno_x86_64_35_64 | test_contention_multi_iterations | Skipped | Hanging the build
/home/cassandra/cassandra-dtest/paxos_test.py:91: Hanging the build | 0.461 |
8_cythonno_x86_64_35_64 | test_partition_deletion_on_wide_table | Success | | 70.413 |
8_cythonno_x86_64_35_64 | test_udt_table | Success | | 11.349 |
8_cythonno_x86_64_35_64 | test_sstableloader_compression_none_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.212 |
8_cythonno_x86_64_35_64 | test_bad_system_calls | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.193 |
8_cythonno_x86_64_35_64 | test_incr_decr_standard_batch_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.444 |
8_cythonno_x86_64_35_64 | test_type_dropping | Success | | 38.697 |
8_cythonno_x86_64_35_64 | test_execute_statement | Success | | 13.108 |
8_cythonno_x86_64_35_64 | test_quoted_column_names_reading_dont_specify_names | Success | | 14.360 |
8_cythonno_x86_64_35_64 | test_repaired_tracking_with_mismatching_replicas | Success | | 69.891 |
8_cythonno_x86_64_36_64 | test_grant_revoke_auth | Success | | 22.439 |
8_cythonno_x86_64_36_64 | test_create_dc_validation | Success | | 26.524 |
8_cythonno_x86_64_36_64 | test_commitlog_replay_on_startup | Success | | 19.192 |
8_cythonno_x86_64_36_64 | test_simple_strategy_each_quorum_counters | Success | | 46.887 |
8_cythonno_x86_64_36_64 | test_disk_balance_decommission | Success | | 186.632 |
8_cythonno_x86_64_36_64 | test_drop_mv | Success | | 38.279 |
8_cythonno_x86_64_36_64 | test_sstableofflinerelevel | Success | | 126.646 |
8_cythonno_x86_64_36_64 | test_contention_many_threads | Success | | 63.335 |
8_cythonno_x86_64_36_64 | test_row_deletion_on_wide_table | Success | | 73.749 |
8_cythonno_x86_64_36_64 | test_udf | Success | | 12.876 |
8_cythonno_x86_64_36_64 | test_sstableloader_compression_snappy_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.211 |
8_cythonno_x86_64_36_64 | test_bad_batch_calls | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.186 |
8_cythonno_x86_64_36_64 | test_range_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.465 |
8_cythonno_x86_64_36_64 | test_nested_type_dropping | Success | | 37.033 |
8_cythonno_x86_64_36_64 | test_fetch_all_rows_in_batch_mode | Success | | 12.911 |
8_cythonno_x86_64_36_64 | test_quoted_column_names_writing | Success | | 18.766 |
8_cythonno_x86_64_36_64 | test_parent_repair_session_cleanup | Success | | 43.478 |
8_cythonno_x86_64_37_64 | test_grant_revoke_nonexistent_user_or_ks | Success | | 23.467 |
8_cythonno_x86_64_37_64 | test_alter_dc_validation | Success | | 26.674 |
8_cythonno_x86_64_37_64 | test_default_segment_size | Success | | 28.002 |
8_cythonno_x86_64_37_64 | test_14513_transient | Success | | 18.476 |
8_cythonno_x86_64_37_64 | test_blacklisted_directory | Success | | 50.987 |
8_cythonno_x86_64_37_64 | test_drop_column | Success | | 33.552 |
8_cythonno_x86_64_37_64 | test_sstableverify | Success | | 75.607 |
8_cythonno_x86_64_37_64 | test_dropped_index | Success | | 13.717 |
8_cythonno_x86_64_37_64 | test_range_deletion_on_wide_table | Success | | 74.700 |
8_cythonno_x86_64_37_64 | test_uda | Success | | 13.783 |
8_cythonno_x86_64_37_64 | test_sstableloader_compression_snappy_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.773 |
8_cythonno_x86_64_37_64 | test_column_name_lengths | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.527 |
8_cythonno_x86_64_37_64 | test_range_deletion_eoc_0 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.674 |
8_cythonno_x86_64_37_64 | test_type_enforcement | Success | | 35.591 |
8_cythonno_x86_64_37_64 | test_passwd_warnings | Success | | 30.835 |
8_cythonno_x86_64_37_64 | test_data_validation_on_read_template | Success | | 22.626 |
8_cythonno_x86_64_37_64 | test_parent_repair_session_cleanup | Success | | 40.612 |
8_cythonno_x86_64_38_64 | test_grant_revoke_cleanup | Success | | 23.480 |
8_cythonno_x86_64_38_64 | test_revoked_login | Success | | 31.285 |
8_cythonno_x86_64_38_64 | test_small_segment_size | Success | | 35.929 |
8_cythonno_x86_64_38_64 | test_14513_permanent | Success | | 73.998 |
8_cythonno_x86_64_38_64 | test_alter_replication_factor | Success | | 92.174 |
8_cythonno_x86_64_38_64 | test_drop_table | Success | | 36.713 |
8_cythonno_x86_64_38_64 | test_sstableexpiredblockers | Success | | 19.129 |
8_cythonno_x86_64_38_64 | test_restart_node | Success | | 185.423 |
8_cythonno_x86_64_38_64 | test_mismatching_insertions_on_skinny_table | Success | | 69.653 |
8_cythonno_x86_64_38_64 | test_table_alteration | Success | | 25.152 |
8_cythonno_x86_64_38_64 | test_sstableloader_compression_snappy_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.461 |
8_cythonno_x86_64_38_64 | test_bad_calls | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.195 |
8_cythonno_x86_64_38_64 | test_incr_decr_standard_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.192 |
8_cythonno_x86_64_38_64 | test_nested_user_types | Success | | 43.467 |
8_cythonno_x86_64_38_64 | test_uuid | Success | | 12.854 |
8_cythonno_x86_64_38_64 | test_read_wrong_column_names | Success | | 13.115 |
8_cythonno_x86_64_38_64 | test_parent_repair_session_cleanup | Success | | 35.033 |
8_cythonno_x86_64_39_64 | test_permissions_caching | Success | | 26.088 |
8_cythonno_x86_64_39_64 | test_empty_batch_throws_no_error | Success | | 13.380 |
8_cythonno_x86_64_39_64 | test_default_compressed_segment_size | Success | | 35.743 |
8_cythonno_x86_64_39_64 | test_14330 | Success | | 52.986 |
8_cythonno_x86_64_39_64 | test_disk_balance_after_boundary_change_stcs | Success | | 381.489 |
8_cythonno_x86_64_39_64 | test_clustering_column | Success | | 47.587 |
8_cythonno_x86_64_39_64 | test_sstableupgrade | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.484 |
8_cythonno_x86_64_39_64 | test_restart_node_localhost | Success | | 85.511 |
8_cythonno_x86_64_39_64 | test_mismatching_insertions_on_wide_table | Success | | 82.209 |
8_cythonno_x86_64_39_64 | test_drop_column_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.491 |
8_cythonno_x86_64_39_64 | test_sstableloader_compression_deflate_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.521 |
8_cythonno_x86_64_39_64 | test_batch_insert_super | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.231 |
8_cythonno_x86_64_39_64 | test_incr_decr_standard_multiget_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.176 |
8_cythonno_x86_64_39_64 | test_type_as_part_of_pkey | Success | | 37.250 |
8_cythonno_x86_64_39_64 | test_commented_lines | Success | | 11.614 |
8_cythonno_x86_64_39_64 | test_all_datatypes_write | Success | | 13.620 |
8_cythonno_x86_64_39_64 | test_no_anticompaction_after_dclocal_repair | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.435 |
8_cythonno_x86_64_3_64 | test_archiving_fql | Success | | 31.755 |
8_cythonno_x86_64_3_64 | test_role_requires_password_to_login | Success | | 19.417 |
8_cythonno_x86_64_3_64 | test_bootstrap_waits_for_streaming_to_finish | Success | | 129.583 |
8_cythonno_x86_64_3_64 | test_disable_autocompaction_schema[SizeTieredCompactionStrategy] | Success | | 45.672 |
8_cythonno_x86_64_3_64 | test_index | Success | | 22.064 |
8_cythonno_x86_64_3_64 | test_phi | Success | | 39.695 |
8_cythonno_x86_64_3_64 | test_simple_repair_by_base | Success | | 147.014 |
8_cythonno_x86_64_3_64 | test_paging_with_filtering_on_static_columns | Success | | 40.327 |
8_cythonno_x86_64_3_64 | test_atomic_writes[none] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.434 |
8_cythonno_x86_64_3_64 | test_mismatching_insertions_on_wide_table | Success | | 64.749 |
8_cythonno_x86_64_3_64 | test_multiple_indexes_on_single_map_column | Success | | 12.141 |
8_cythonno_x86_64_3_64 | test_sc_with_row_cache | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.449 |
8_cythonno_x86_64_3_64 | test_describe_ring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.490 |
8_cythonno_x86_64_3_64 | test_insert_ttl_works_without_default_ttl | Success | | 13.103 |
8_cythonno_x86_64_3_64 | test_sub_second_precision | Success | | 13.135 |
8_cythonno_x86_64_3_64 | test_cqlsh_json | Success | | 11.857 |
8_cythonno_x86_64_3_64 | test_copy_from_with_fewer_failures_than_max_attempts | Success | | 29.156 |
8_cythonno_x86_64_3_64 | test_failure_during_validation | Success | | 92.938 |
8_cythonno_x86_64_40_64 | test_list_permissions | Success | | 23.390 |
8_cythonno_x86_64_40_64 | test_counter_batch_accepts_counter_mutations | Success | | 14.949 |
8_cythonno_x86_64_40_64 | test_small_compressed_segment_size | Success | | 44.394 |
8_cythonno_x86_64_40_64 | test_13911 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.632 |
8_cythonno_x86_64_40_64 | test_disk_balance_after_boundary_change_lcs | Success | | 384.145 |
8_cythonno_x86_64_40_64 | test_insert_during_range_movement_rf1 | Success | | 156.993 |
8_cythonno_x86_64_40_64 | test_sstabledump | Success | | 24.032 |
8_cythonno_x86_64_40_64 | test_add_and_remove_node | Success | | 192.211 |
8_cythonno_x86_64_40_64 | test_consistent_skinny_table | Success | | 26.547 |
8_cythonno_x86_64_40_64 | test_drop_column_compaction | Success | | 13.388 |
8_cythonno_x86_64_40_64 | test_sstableloader_compression_deflate_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.433 |
8_cythonno_x86_64_40_64 | test_cf_remove_column | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.477 |
8_cythonno_x86_64_40_64 | test_counter_get_slice_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.483 |
8_cythonno_x86_64_40_64 | test_type_secondary_indexing | Success | | 41.986 |
8_cythonno_x86_64_40_64 | test_colons_in_string_literals | Success | | 11.826 |
8_cythonno_x86_64_40_64 | test_all_datatypes_read | Success | | 13.603 |
8_cythonno_x86_64_40_64 | test_nonexistent_table_repair | Success | | 33.802 |
8_cythonno_x86_64_41_64 | test_type_auth | Success | | 21.874 |
8_cythonno_x86_64_41_64 | test_counter_batch_rejects_regular_mutations | Success | | 11.556 |
8_cythonno_x86_64_41_64 | test_stop_failure_policy | Success | | 22.334 |
8_cythonno_x86_64_41_64 | test_13911_rows_srp | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.170 |
8_cythonno_x86_64_41_64 | test_disk_balance_after_joining_ring_stcs | Success | | 264.153 |
8_cythonno_x86_64_41_64 | test_insert_during_range_movement_rf2 | Success | | 127.365 |
8_cythonno_x86_64_41_64 | test_with_no_results | Success | | 32.085 |
8_cythonno_x86_64_41_64 | test_schema_changes | Success | | 31.506 |
8_cythonno_x86_64_41_64 | test_consistent_wide_table | Success | | 25.459 |
8_cythonno_x86_64_41_64 | test_drop_column_queries | Success | | 12.076 |
8_cythonno_x86_64_41_64 | test_sstableloader_compression_deflate_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.432 |
8_cythonno_x86_64_41_64 | test_cf_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.177 |
8_cythonno_x86_64_41_64 | test_counter_get_slice_super_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.404 |
8_cythonno_x86_64_41_64 | test_type_keyspace_permission_isolation | Success | | 43.874 |
8_cythonno_x86_64_41_64 | test_select | Success | | 11.852 |
8_cythonno_x86_64_41_64 | test_all_datatypes_round_trip | Success | | 14.581 |
8_cythonno_x86_64_41_64 | test_no_anticompaction_after_hostspecific_repair | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.183 |
8_cythonno_x86_64_42_64 | test_restart_node_doesnt_lose_auth_data | Success | | 52.710 |
8_cythonno_x86_64_42_64 | test_logged_batch_accepts_regular_mutations | Success | | 11.577 |
8_cythonno_x86_64_42_64 | test_stop_commit_failure_policy | Success | | 61.150 |
8_cythonno_x86_64_42_64 | test_13911_partitions_srp | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.412 |
8_cythonno_x86_64_42_64 | test_disk_balance_after_joining_ring_lcs | Success | | 266.958 |
8_cythonno_x86_64_42_64 | test_insert_during_range_movement_rf3 | Success | | 124.244 |
8_cythonno_x86_64_42_64 | test_with_less_results_than_page_size | Success | | 32.115 |
8_cythonno_x86_64_42_64 | test_tombstone_failure_threshold_message | Success | | 35.108 |
8_cythonno_x86_64_42_64 | test_count | Success | | 44.009 |
8_cythonno_x86_64_42_64 | test_drop_column_and_restart | Success | | 26.855 |
8_cythonno_x86_64_42_64 | test_sstableloader_uppercase_keyspace_name | Success | | 120.709 |
8_cythonno_x86_64_42_64 | test_super_cf_remove_and_range_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.183 |
8_cythonno_x86_64_42_64 | test_index_scan | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.163 |
8_cythonno_x86_64_42_64 | test_nulls_in_user_types | Success | | 35.118 |
8_cythonno_x86_64_42_64 | test_insert | Success | | 11.819 |
8_cythonno_x86_64_42_64 | test_boolstyle_round_trip | Success | | 26.351 |
8_cythonno_x86_64_42_64 | test_no_anticompaction_after_subrange_repair | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.181 |
8_cythonno_x86_64_43_64 | test_auth_metrics | Success | | 45.557 |
8_cythonno_x86_64_43_64 | test_logged_batch_gcgs_below_threshold_single_table | Success | | 14.977 |
8_cythonno_x86_64_43_64 | test_die_failure_policy | Success | | 24.198 |
8_cythonno_x86_64_43_64 | test_13880 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.378 |
8_cythonno_x86_64_43_64 | test_replay | Success | | 115.645 |
8_cythonno_x86_64_43_64 | test_allow_filtering | Success | | 46.600 |
8_cythonno_x86_64_43_64 | test_with_more_results_than_page_size | Success | | 32.838 |
8_cythonno_x86_64_43_64 | test_putget | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.320 |
8_cythonno_x86_64_43_64 | test_update_on_skinny_table | Success | | 46.163 |
8_cythonno_x86_64_43_64 | test_drop_static_column_and_restart | Success | | 31.752 |
8_cythonno_x86_64_43_64 | test_incompressible_data_in_compressed_table | Success | | 17.819 |
8_cythonno_x86_64_43_64 | test_super_cf_remove_column | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.325 |
8_cythonno_x86_64_43_64 | test_index_scan_uuid_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.537 |
8_cythonno_x86_64_43_64 | test_no_counters_in_user_types | Success | | 12.940 |
8_cythonno_x86_64_43_64 | test_update | Success | | 13.949 |
8_cythonno_x86_64_43_64 | test_number_separators_round_trip | Success | | 21.738 |
8_cythonno_x86_64_43_64 | test_no_anticompaction_of_already_repaired | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.295 |
8_cythonno_x86_64_44_64 | test_create_drop_role | Success | | 19.441 |
8_cythonno_x86_64_44_64 | test_logged_batch_gcgs_below_threshold_multi_table | Success | | 12.365 |
8_cythonno_x86_64_44_64 | test_ignore_failure_policy | Success | | 153.577 |
8_cythonno_x86_64_44_64 | test_13747 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.450 |
8_cythonno_x86_64_44_64 | test_compare | Success | | 53.198 |
8_cythonno_x86_64_44_64 | test_secondary_index | Success | | 33.681 |
8_cythonno_x86_64_44_64 | test_with_equal_results_to_page_size | Success | | 33.192 |
8_cythonno_x86_64_44_64 | test_putget_snappy | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.442 |
8_cythonno_x86_64_44_64 | test_update_on_wide_table | Success | | 42.903 |
8_cythonno_x86_64_44_64 | test_scrub_static_table | Success | | 39.691 |
8_cythonno_x86_64_44_64 | test_remove_index_file | Success | | 44.967 |
8_cythonno_x86_64_44_64 | test_super_cf_remove_supercolumn | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.435 |
8_cythonno_x86_64_44_64 | test_index_scan_expiring | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.445 |
8_cythonno_x86_64_44_64 | test_type_as_clustering_col | Success | | 33.464 |
8_cythonno_x86_64_44_64 | test_delete | Success | | 11.836 |
8_cythonno_x86_64_44_64 | test_round_trip_with_sub_second_precision | Success | | 13.125 |
8_cythonno_x86_64_44_64 | test_anticompaction_after_normal_repair | Success | | 77.792 |
8_cythonno_x86_64_45_64 | test_conditional_create_drop_role | Success | | 21.718 |
8_cythonno_x86_64_45_64 | test_unlogged_batch_gcgs_below_threshold_should_not_print_warning | Success | | 14.156 |
8_cythonno_x86_64_45_64 | test_bad_crc | Success | | 28.098 |
8_cythonno_x86_64_45_64 | test_13595 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.621 |
8_cythonno_x86_64_45_64 | test_compare_mismatch | Success | | 196.382 |
8_cythonno_x86_64_45_64 | test_ttl | Success | | 70.659 |
8_cythonno_x86_64_45_64 | test_undefined_page_size_default | Success | | 50.501 |
8_cythonno_x86_64_45_64 | test_putget_deflate | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.698 |
8_cythonno_x86_64_45_64 | test_update_on_static_column_with_empty_partition | Success | | 52.542 |
8_cythonno_x86_64_45_64 | test_standalone_scrub | Success | | 49.819 |
8_cythonno_x86_64_45_64 | test_sstableloader_with_mv | Success | | 127.864 |
8_cythonno_x86_64_45_64 | test_super_cf_resurrect_subcolumn | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.217 |
8_cythonno_x86_64_45_64 | test_index_scan_indexed_column_outside_slice_predicate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.204 |
8_cythonno_x86_64_45_64 | test_udt_subfield | Success | | 35.445 |
8_cythonno_x86_64_45_64 | test_batch | Success | | 13.371 |
8_cythonno_x86_64_45_64 | test_round_trip_with_different_number_precision | Success | | 30.920 |
8_cythonno_x86_64_45_64 | test_simple_sequential_repair | Success | | 251.222 |
8_cythonno_x86_64_46_64 | test_create_drop_role_validation | Success | | 20.145 |
8_cythonno_x86_64_46_64 | test_logged_batch_rejects_counter_mutations | Success | | 11.596 |
8_cythonno_x86_64_46_64 | test_compression_error | Success | | 23.253 |
8_cythonno_x86_64_46_64 | test_12872 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.197 |
8_cythonno_x86_64_46_64 | test_jvmdtest | Success | | 22.082 |
8_cythonno_x86_64_46_64 | test_query_all_new_column | Success | | 41.681 |
8_cythonno_x86_64_46_64 | test_with_order_by | Success | | 32.140 |
8_cythonno_x86_64_46_64 | test_non_local_read | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.182 |
8_cythonno_x86_64_46_64 | test_update_on_static_column_with_not_empty_partition | Success | | 43.799 |
8_cythonno_x86_64_46_64 | test_scrub_collections_table | Success | | 19.107 |
8_cythonno_x86_64_46_64 | test_sstableloader_empty_stream | Success | | 44.294 |
8_cythonno_x86_64_46_64 | test_empty_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.184 |
8_cythonno_x86_64_46_64 | test_column_not_found_quorum | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.168 |
8_cythonno_x86_64_46_64 | test_user_type_isolation | Success | | 11.072 |
8_cythonno_x86_64_46_64 | test_copy_stdout | Success | | 11.828 |
8_cythonno_x86_64_46_64 | test_round_trip_with_num_processes | Success | | 24.121 |
8_cythonno_x86_64_46_64 | test_simple_parallel_repair | Success | | 244.002 |
8_cythonno_x86_64_47_64 | test_role_admin_validation | Success | | 24.457 |
8_cythonno_x86_64_47_64 | test_unlogged_batch_accepts_regular_mutations | Success | | 12.864 |
8_cythonno_x86_64_47_64 | test_compaction_delete[LeveledCompactionStrategy] | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.215 |
8_cythonno_x86_64_47_64 | test_short_read | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.193 |
8_cythonno_x86_64_47_64 | test_unclean_enable | Success | | 12.590 |
8_cythonno_x86_64_47_64 | test_query_new_column | Success | | 48.479 |
8_cythonno_x86_64_47_64 | test_with_order_by_reversed | Success | | 34.681 |
8_cythonno_x86_64_47_64 | test_rangeputget | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.213 |
8_cythonno_x86_64_47_64 | test_update_on_collection | Success | | 45.549 |
8_cythonno_x86_64_47_64 | test_nodetool_scrub | Success | | 32.907 |
8_cythonno_x86_64_47_64 | test_sstableloader_compression_none_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.464 |
8_cythonno_x86_64_47_64 | test_super_cql_read_compatibility | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.197 |
8_cythonno_x86_64_47_64 | test_get_range_slice_after_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.445 |
8_cythonno_x86_64_47_64 | test_wide_rows | Success | | 41.677 |
8_cythonno_x86_64_47_64 | test_create_keyspace | Success | | 12.117 |
8_cythonno_x86_64_47_64 | test_round_trip_with_rate_file | Success | | 52.952 |
8_cythonno_x86_64_47_64 | test_empty_vs_gcable_sequential_repair | Success | | 99.103 |
8_cythonno_x86_64_48_64 | test_creator_of_db_resource_granted_all_permissions | Success | | 21.785 |
8_cythonno_x86_64_48_64 | test_unlogged_batch_rejects_counter_mutations | Success | | 11.861 |
8_cythonno_x86_64_48_64 | test_compaction_delete[SizeTieredCompactionStrategy] | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.485 |
8_cythonno_x86_64_48_64 | test_short_read_delete | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.462 |
8_cythonno_x86_64_48_64 | test_functional | Success | | 617.769 |
8_cythonno_x86_64_48_64 | test_rename_column | Success | | 41.241 |
8_cythonno_x86_64_48_64 | test_with_limit | Success | | 34.688 |
8_cythonno_x86_64_48_64 | test_wide_row | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.443 |
8_cythonno_x86_64_48_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 64.939 |
8_cythonno_x86_64_48_64 | test_standalone_scrub | Success | | 29.142 |
8_cythonno_x86_64_48_64 | test_sstableloader_compression_none_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.435 |
8_cythonno_x86_64_48_64 | test_super_cql_write_compatibility | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.484 |
8_cythonno_x86_64_48_64 | test_multi_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.505 |
8_cythonno_x86_64_48_64 | test_column_index_stress | Success | | 65.268 |
8_cythonno_x86_64_48_64 | test_drop_keyspace | Success | | 11.078 |
8_cythonno_x86_64_48_64 | test_copy_options_from_config_file | Success | | 36.703 |
8_cythonno_x86_64_48_64 | test_empty_vs_gcable_parallel_repair | Success | | 83.338 |
8_cythonno_x86_64_49_64 | test_create_and_grant_roles_with_superuser_status | Success | | 21.198 |
8_cythonno_x86_64_49_64 | test_logged_batch_throws_uae | Success | | 50.528 |
8_cythonno_x86_64_49_64 | test_compaction_delete[DateTieredCompactionStrategy] | Skipped | 5.0 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.X | 0.457 |
8_cythonno_x86_64_49_64 | test_short_read_quorum_delete | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.191 |
8_cythonno_x86_64_49_64 | test_assassinate_valid_node | Success | | 179.717 |
8_cythonno_x86_64_49_64 | test_rename_column_atomicity | Success | | 27.647 |
8_cythonno_x86_64_49_64 | test_with_allow_filtering | Success | | 34.168 |
8_cythonno_x86_64_49_64 | test_ghosts | Success | | 20.876 |
8_cythonno_x86_64_49_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 69.624 |
8_cythonno_x86_64_49_64 | test_standalone_scrub_essential_files_only | Success | | 33.652 |
8_cythonno_x86_64_49_64 | test_sstableloader_compression_none_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.212 |
8_cythonno_x86_64_49_64 | test_range_with_remove | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.194 |
8_cythonno_x86_64_49_64 | test_truncate | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.197 |
8_cythonno_x86_64_49_64 | test_mutation_v2 | Skipped | 5.0 > 2.2.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2.x | 0.191 |
8_cythonno_x86_64_49_64 | test_create_table | Success | | 12.338 |
8_cythonno_x86_64_49_64 | test_wrong_number_of_columns | Success | | 13.614 |
8_cythonno_x86_64_49_64 | test_range_tombstone_digest_sequential_repair | Success | | 31.544 |
8_cythonno_x86_64_4_64 | test_archive_on_startup | Success | | 18.231 |
8_cythonno_x86_64_4_64 | test_superuser_status_is_inherited | Success | | 22.377 |
8_cythonno_x86_64_4_64 | test_consistent_range_movement_true_with_replica_down_should_fail | Success | | 166.183 |
8_cythonno_x86_64_4_64 | test_disable_autocompaction_schema[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.440 |
8_cythonno_x86_64_4_64 | test_type | Success | | 10.591 |
8_cythonno_x86_64_4_64 | test_set_get_batchlog_replay_throttle | Success | | 25.553 |
8_cythonno_x86_64_4_64 | test_simple_repair_by_view | Success | | 106.593 |
8_cythonno_x86_64_4_64 | test_paging_with_filtering_on_partition_key | Success | | 35.210 |
8_cythonno_x86_64_4_64 | test_simple_rebuild | Success | | 148.089 |
8_cythonno_x86_64_4_64 | test_consistent_skinny_table | Success | | 28.065 |
8_cythonno_x86_64_4_64 | test_map_indexes | Success | | 81.649 |
8_cythonno_x86_64_4_64 | test_functional | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.238 |
8_cythonno_x86_64_4_64 | test_describe_token_map | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.490 |
8_cythonno_x86_64_4_64 | test_default_ttl_can_be_removed | Success | | 13.893 |
8_cythonno_x86_64_4_64 | test_eat_glass | Success | | 11.653 |
8_cythonno_x86_64_4_64 | test_list_data | Success | | 12.403 |
8_cythonno_x86_64_4_64 | test_copy_from_with_child_process_crashing | Success | | 117.935 |
8_cythonno_x86_64_50_64 | test_drop_and_revoke_roles_with_superuser_status | Success | | 21.697 |
8_cythonno_x86_64_50_64 | test_logged_batch_doesnt_throw_uae | Success | | 60.280 |
8_cythonno_x86_64_50_64 | test_data_size | Success | | 45.453 |
8_cythonno_x86_64_50_64 | test_readrepair | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.210 |
8_cythonno_x86_64_50_64 | test_2dc_parallel_startup | Success | | 239.717 |
8_cythonno_x86_64_50_64 | test_lwt | Success | | 76.851 |
8_cythonno_x86_64_50_64 | test_paging_a_single_wide_row | Success | | 41.539 |
8_cythonno_x86_64_50_64 | test_tombstone_failure_v3 | Success | | 35.938 |
8_cythonno_x86_64_50_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 69.655 |
8_cythonno_x86_64_50_64 | test_scrub_with_UDT | Success | | 15.124 |
8_cythonno_x86_64_50_64 | test_sstableloader_compression_snappy_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.233 |
8_cythonno_x86_64_50_64 | test_range_with_remove_cf | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.198 |
8_cythonno_x86_64_50_64 | test_cql_range_tombstone_and_static | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.196 |
8_cythonno_x86_64_50_64 | test_mutation_v3 | Success | | 85.335 |
8_cythonno_x86_64_50_64 | test_drop_table | Success | | 13.623 |
8_cythonno_x86_64_50_64 | test_round_trip_murmur3 | Success | | 47.276 |
8_cythonno_x86_64_50_64 | test_range_tombstone_digest_parallel_repair | Success | | 34.552 |
8_cythonno_x86_64_51_64 | test_drop_role_removes_memberships | Success | | 20.954 |
8_cythonno_x86_64_51_64 | test_acknowledged_by_batchlog_not_set_when_batchlog_write_fails | Success | | 46.550 |
8_cythonno_x86_64_51_64 | test_bloomfilter_size[LeveledCompactionStrategy] | Success | | 95.847 |
8_cythonno_x86_64_51_64 | test_quorum_available_during_failure | Success | | 42.115 |
8_cythonno_x86_64_51_64 | test_2dc_parallel_startup_one_seed | Success | | 241.280 |
8_cythonno_x86_64_51_64 | test_interrupt_build_process | Success | | 223.096 |
8_cythonno_x86_64_51_64 | test_paging_across_multi_wide_rows | Success | | 46.478 |
8_cythonno_x86_64_51_64 | test_tombstone_failure_v4 | Success | | 38.013 |
8_cythonno_x86_64_51_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 71.979 |
8_cythonno_x86_64_51_64 | test_data_created_before_index_not_returned_in_where_query | Success | | 13.202 |
8_cythonno_x86_64_51_64 | test_sstableloader_compression_snappy_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.636 |
8_cythonno_x86_64_51_64 | test_range_collation | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.683 |
8_cythonno_x86_64_51_64 | test_compact_storage_get | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.684 |
8_cythonno_x86_64_51_64 | test_mutation_v4 | Success | | 96.622 |
8_cythonno_x86_64_51_64 | test_truncate | Success | | 12.664 |
8_cythonno_x86_64_51_64 | test_round_trip_random | Success | | 56.218 |
8_cythonno_x86_64_51_64 | test_shadowed_cell_digest_sequential_repair | Success | | 42.181 |
8_cythonno_x86_64_52_64 | test_drop_role_revokes_permissions_granted_on_it | Success | | 20.953 |
8_cythonno_x86_64_52_64 | test_acknowledged_by_batchlog_set_when_batchlog_write_succeeds | Success | | 59.139 |
8_cythonno_x86_64_52_64 | test_bloomfilter_size[SizeTieredCompactionStrategy] | Success | | 97.079 |
8_cythonno_x86_64_52_64 | test_consistent_reads_after_bootstrap | Success | | 138.703 |
8_cythonno_x86_64_52_64 | test_nodetool | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.456 |
8_cythonno_x86_64_52_64 | test_drop_while_building | Skipped | Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148
/home/cassandra/cassandra-dtest/materialized_views_test.py:1157: Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148 | 0.000 |
8_cythonno_x86_64_52_64 | test_paging_using_secondary_indexes | Success | | 36.963 |
8_cythonno_x86_64_52_64 | test_tombstone_failure_v5 | Success | | 36.411 |
8_cythonno_x86_64_52_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 68.632 |
8_cythonno_x86_64_52_64 | test_low_cardinality_indexes | Success | | 41.201 |
8_cythonno_x86_64_52_64 | test_sstableloader_compression_snappy_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.211 |
8_cythonno_x86_64_52_64 | test_range_partial | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.210 |
8_cythonno_x86_64_52_64 | test_range_tombstone_eoc_0 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.193 |
8_cythonno_x86_64_52_64 | test_mutation_v5 | Success | | 84.809 |
8_cythonno_x86_64_52_64 | test_alter_table | Skipped | 5.0 > 2.2
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.2 | 0.226 |
8_cythonno_x86_64_52_64 | test_round_trip_order_preserving | Success | | 42.823 |
8_cythonno_x86_64_52_64 | test_shadowed_cell_digest_parallel_repair | Success | | 32.086 |
8_cythonno_x86_64_53_64 | test_grant_revoke_roles | Success | | 19.683 |
8_cythonno_x86_64_53_64 | test_batch_uses_proper_timestamp | Success | | 10.612 |
8_cythonno_x86_64_53_64 | test_bloomfilter_size[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.433 |
8_cythonno_x86_64_53_64 | test_13691 | Skipped | 5.0 > 3.12
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.12 | 0.456 |
8_cythonno_x86_64_53_64 | test_hintedhandoff_disabled | Success | | 53.269 |
8_cythonno_x86_64_53_64 | test_drop_with_stopped_build | Success | | 89.185 |
8_cythonno_x86_64_53_64 | test_paging_with_in_orderby_and_two_partition_keys | Success | | 30.903 |
8_cythonno_x86_64_53_64 | test_alter_rf_and_run_read_repair | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.429 |
8_cythonno_x86_64_53_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 65.934 |
8_cythonno_x86_64_53_64 | test_6924_dropping_ks | Success | | 97.736 |
8_cythonno_x86_64_53_64 | test_sstableloader_compression_deflate_to_none | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.425 |
8_cythonno_x86_64_53_64 | test_get_slice_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.470 |
8_cythonno_x86_64_53_64 | test_multi_dc_tokens_default | Skipped | 5.0 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0.0 | 0.209 |
8_cythonno_x86_64_53_64 | test_mutation_any | Success | | 100.910 |
8_cythonno_x86_64_53_64 | test_use_keyspace | Success | | 11.944 |
8_cythonno_x86_64_53_64 | test_round_trip_byte_ordered | Success | | 41.734 |
8_cythonno_x86_64_53_64 | test_shadowed_range_tombstone_digest_sequential_repair | Success | | 34.619 |
8_cythonno_x86_64_54_64 | test_grant_revoke_role_validation | Success | | 21.202 |
8_cythonno_x86_64_54_64 | test_only_one_timestamp_is_valid | Success | | 11.859 |
8_cythonno_x86_64_54_64 | test_sstable_deletion[LeveledCompactionStrategy] | Success | | 17.870 |
8_cythonno_x86_64_54_64 | test_counter_leader_with_partial_view | Success | | 139.764 |
8_cythonno_x86_64_54_64 | test_hintedhandoff_enabled | Success | | 73.293 |
8_cythonno_x86_64_54_64 | test_resume_stopped_build | Success | | 150.846 |
8_cythonno_x86_64_54_64 | test_group_by_paging | Success | | 44.684 |
8_cythonno_x86_64_54_64 | test_read_repair_chance | Skipped | 5.0 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.11.x | 0.212 |
8_cythonno_x86_64_54_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 69.116 |
8_cythonno_x86_64_54_64 | test_6924_dropping_cf | Success | | 72.380 |
8_cythonno_x86_64_54_64 | test_sstableloader_compression_deflate_to_snappy | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.482 |
8_cythonno_x86_64_54_64 | test_get_slice_super_range | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.447 |
8_cythonno_x86_64_54_64 | test_multi_dc_tokens_murmur3 | Skipped | 5.0 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0.0 | 0.198 |
8_cythonno_x86_64_54_64 | test_mutation_one | Success | | 108.172 |
8_cythonno_x86_64_54_64 | test_drop_index | Success | | 13.934 |
8_cythonno_x86_64_54_64 | test_source_copy_round_trip | Success | | 16.137 |
8_cythonno_x86_64_54_64 | test_shadowed_range_tombstone_digest_parallel_repair | Success | | 35.122 |
8_cythonno_x86_64_55_64 | test_list_roles | Success | | 20.448 |
8_cythonno_x86_64_55_64 | test_each_statement_in_batch_uses_proper_timestamp | Success | | 11.858 |
8_cythonno_x86_64_55_64 | test_sstable_deletion[SizeTieredCompactionStrategy] | Success | | 16.875 |
8_cythonno_x86_64_55_64 | test_simple_increment | Success | | 36.735 |
8_cythonno_x86_64_55_64 | test_hintedhandoff_setmaxwindow | Success | | 118.506 |
8_cythonno_x86_64_55_64 | test_mv_with_default_ttl_with_flush | Success | | 152.197 |
8_cythonno_x86_64_55_64 | test_group_by_with_range_name_query_paging | Success | | 35.726 |
8_cythonno_x86_64_55_64 | test_range_slice_query_with_tombstones | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.508 |
8_cythonno_x86_64_55_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 66.941 |
8_cythonno_x86_64_55_64 | test_8280_validate_indexed_values | Success | | 12.846 |
8_cythonno_x86_64_55_64 | test_sstableloader_compression_deflate_to_deflate | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.477 |
8_cythonno_x86_64_55_64 | test_get_range_slices_tokens | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.502 |
8_cythonno_x86_64_55_64 | test_multi_dc_tokens_random | Skipped | 5.0 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0.0 | 0.472 |
8_cythonno_x86_64_55_64 | test_mutation_quorum | Success | | 58.746 |
8_cythonno_x86_64_55_64 | test_create_index | Success | | 12.367 |
8_cythonno_x86_64_55_64 | test_bulk_round_trip_default | Success | | 78.257 |
8_cythonno_x86_64_55_64 | test_local_dc_repair | Success | | 415.110 |
8_cythonno_x86_64_56_64 | test_grant_revoke_permissions | Success | | 20.236 |
8_cythonno_x86_64_56_64 | test_multi_table_batch_for_10554 | Success | | 27.107 |
8_cythonno_x86_64_56_64 | test_sstable_deletion[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.421 |
8_cythonno_x86_64_56_64 | test_upgrade | Success | | 165.311 |
8_cythonno_x86_64_56_64 | test_hintedhandoff_dc_disabled | Success | | 53.089 |
8_cythonno_x86_64_56_64 | test_mv_with_default_ttl_without_flush | Success | | 102.700 |
8_cythonno_x86_64_56_64 | test_group_by_with_static_columns_paging | Success | | 47.147 |
8_cythonno_x86_64_56_64 | test_gcable_tombstone_resurrection_on_range_slice_query | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.462 |
8_cythonno_x86_64_56_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 68.468 |
8_cythonno_x86_64_56_64 | test_8280_validate_indexed_values_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.558 |
8_cythonno_x86_64_56_64 | test_sstableloader_with_mv | Skipped | Don't need to run base class test, only derived classes
/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes | 0.468 |
8_cythonno_x86_64_56_64 | test_get_range_slice_super | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.450 |
8_cythonno_x86_64_56_64 | test_do_not_join_ring | Success | | 50.893 |
8_cythonno_x86_64_56_64 | test_batch | Success | | 84.183 |
8_cythonno_x86_64_56_64 | test_cjk_output | Success | | 18.194 |
8_cythonno_x86_64_56_64 | test_bulk_round_trip_non_prepared_statements | Success | | 86.262 |
8_cythonno_x86_64_56_64 | test_dc_repair | Success | | 436.254 |
8_cythonno_x86_64_57_64 | test_filter_granted_permissions_by_resource_type | Success | | 20.702 |
8_cythonno_x86_64_57_64 | test_logged_batch_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.251 |
8_cythonno_x86_64_57_64 | test_dtcs_deletion[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.427 |
8_cythonno_x86_64_57_64 | test_counter_consistency | Success | | 80.301 |
8_cythonno_x86_64_57_64 | test_hintedhandoff_dc_reenabled | Success | | 72.085 |
8_cythonno_x86_64_57_64 | test_no_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 181.357 |
8_cythonno_x86_64_57_64 | test_static_columns_paging | Success | | 38.968 |
8_cythonno_x86_64_57_64 | test_tracing_does_not_interfere_with_digest_calculation | Success | | 65.576 |
8_cythonno_x86_64_57_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 65.712 |
8_cythonno_x86_64_57_64 | test_manual_rebuild_index | Success | | 29.117 |
8_cythonno_x86_64_57_64 | test_sstableloader_with_failing_2i | Success | | 45.740 |
8_cythonno_x86_64_57_64 | test_get_range_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.480 |
8_cythonno_x86_64_57_64 | test_size_estimates_multidc | Success | | 44.510 |
8_cythonno_x86_64_57_64 | test_counter | Success | | 80.886 |
8_cythonno_x86_64_57_64 | test_login_keeps_keyspace | Success | | 21.362 |
8_cythonno_x86_64_57_64 | test_bulk_round_trip_blogposts | Success | | 70.594 |
8_cythonno_x86_64_57_64 | test_dc_parallel_repair | Success | | 403.265 |
8_cythonno_x86_64_58_64 | test_list_permissions | Success | | 21.145 |
8_cythonno_x86_64_58_64 | test_batchlog_replay_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.489 |
8_cythonno_x86_64_58_64 | test_compaction_throughput | Success | | 85.519 |
8_cythonno_x86_64_58_64 | test_multi_counter_update | Success | | 33.986 |
8_cythonno_x86_64_58_64 | test_hintedhandoff_window | Success | | 118.644 |
8_cythonno_x86_64_58_64 | test_no_base_column_in_view_pk_complex_timestamp_without_flush | Skipped | Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148
/home/cassandra/cassandra-dtest/materialized_views_test.py:1464: Frequently fails in CI. Skipping until fixed as tracked by CASSANDRA-14148 | 0.002 |
8_cythonno_x86_64_58_64 | test_paging_using_secondary_indexes_with_static_cols | Success | | 38.412 |
8_cythonno_x86_64_58_64 | test_failed_read_repair | Success | | 38.709 |
8_cythonno_x86_64_58_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 70.751 |
8_cythonno_x86_64_58_64 | test_failing_manual_rebuild_index | Success | | 31.687 |
8_cythonno_x86_64_58_64 | test_split | Success | | 80.531 |
8_cythonno_x86_64_58_64 | test_wrapped_range_slices | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.458 |
8_cythonno_x86_64_58_64 | test_simple_removenode | Success | | 100.365 |
8_cythonno_x86_64_58_64 | test_paxos | Success | | 81.934 |
8_cythonno_x86_64_58_64 | test_login_rejects_bad_pass | Success | | 21.138 |
8_cythonno_x86_64_58_64 | test_bulk_round_trip_blogposts_with_max_connections | Success | | 74.352 |
8_cythonno_x86_64_58_64 | test_repair_validates_dc | Success | | 369.879 |
8_cythonno_x86_64_59_64 | test_list_permissions_validation | Success | | 20.378 |
8_cythonno_x86_64_59_64 | test_logged_batch_compatibility_2 | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.172 |
8_cythonno_x86_64_59_64 | test_compaction_strategy_switching[LeveledCompactionStrategy] | Success | | 35.101 |
8_cythonno_x86_64_59_64 | test_validate_empty_column_name | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.173 |
8_cythonno_x86_64_59_64 | test_putget_with_internode_ssl | Success | | 44.893 |
8_cythonno_x86_64_59_64 | test_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 178.551 |
8_cythonno_x86_64_59_64 | test_static_columns_with_empty_non_static_columns_paging | Success | | 32.399 |
8_cythonno_x86_64_59_64 | test_normal_read_repair | Success | | 37.484 |
8_cythonno_x86_64_59_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 66.094 |
8_cythonno_x86_64_59_64 | test_drop_index_while_building | Success | | 45.675 |
8_cythonno_x86_64_59_64 | test_single_file_split | Success | | 33.537 |
8_cythonno_x86_64_59_64 | test_get_slice_by_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.453 |
8_cythonno_x86_64_59_64 | test_simple_decommission | Success | | 122.759 |
8_cythonno_x86_64_59_64 | test_paxos_any | Success | | 81.058 |
8_cythonno_x86_64_59_64 | test_login_authenticates_correct_user | Success | | 22.620 |
8_cythonno_x86_64_59_64 | test_bulk_round_trip_with_timeouts | Success | | 38.779 |
8_cythonno_x86_64_59_64 | test_non_replicated_ks_repair | Success | | 47.703 |
8_cythonno_x86_64_5_64 | test_archive_on_shutdown | Success | | 15.402 |
8_cythonno_x86_64_5_64 | test_list_users_considers_inherited_superuser_status | Success | | 21.386 |
8_cythonno_x86_64_5_64 | test_consistent_range_movement_false_with_replica_down_should_succeed | Success | | 167.916 |
8_cythonno_x86_64_5_64 | test_disable_autocompaction_alter[LeveledCompactionStrategy] | Success | | 25.104 |
8_cythonno_x86_64_5_64 | test_user | Success | | 22.098 |
8_cythonno_x86_64_5_64 | test_bloom_filter_false_ratio | Success | | 21.102 |
8_cythonno_x86_64_5_64 | test_base_replica_repair | Success | | 113.574 |
8_cythonno_x86_64_5_64 | test_paging_with_filtering_on_partition_key_with_limit | Success | | 31.959 |
8_cythonno_x86_64_5_64 | test_resumable_rebuild | Success | | 153.493 |
8_cythonno_x86_64_5_64 | test_consistent_wide_table | Success | | 25.513 |
8_cythonno_x86_64_5_64 | test_read_old_sstables_after_upgrade | Skipped | 5.0 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 2.1.x | 0.461 |
8_cythonno_x86_64_5_64 | test_local_system_keyspaces | Success | | 10.889 |
8_cythonno_x86_64_5_64 | test_describe_partitioner | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.453 |
8_cythonno_x86_64_5_64 | test_removing_default_ttl_does_not_affect_existing_rows | Success | | 31.164 |
8_cythonno_x86_64_5_64 | test_source_glass | Success | | 12.599 |
8_cythonno_x86_64_5_64 | test_tuple_data | Success | | 13.164 |
8_cythonno_x86_64_5_64 | test_copy_from_with_unacked_batches | Success | | 58.007 |
8_cythonno_x86_64_60_64 | test_role_caching_authenticated_user | Success | | 22.928 |
8_cythonno_x86_64_60_64 | test_logged_batch_compatibility_3 | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.430 |
8_cythonno_x86_64_60_64 | test_compaction_strategy_switching[SizeTieredCompactionStrategy] | Success | | 32.918 |
8_cythonno_x86_64_60_64 | test_drop_counter_column | Success | | 10.310 |
8_cythonno_x86_64_60_64 | test_putget_with_internode_ssl_without_compression | Success | | 44.708 |
8_cythonno_x86_64_60_64 | test_base_column_in_view_pk_complex_timestamp_without_flush | Success | | 132.057 |
8_cythonno_x86_64_60_64 | test_select_in_clause_with_duplicate_keys | Success | | 32.424 |
8_cythonno_x86_64_60_64 | test_speculative_data_request | Success | | 35.043 |
8_cythonno_x86_64_60_64 | test_complementary_update_with_limit_on_regular_column | Success | | 65.671 |
8_cythonno_x86_64_60_64 | test_index_is_not_rebuilt_at_restart | Success | | 25.163 |
8_cythonno_x86_64_60_64 | test_compaction | Success | | 63.004 |
8_cythonno_x86_64_60_64 | test_multiget_slice_with_compact_table | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.455 |
8_cythonno_x86_64_60_64 | test_concurrent_decommission_not_allowed | Skipped | Hangs on CI for 2.1
/home/cassandra/cassandra-dtest/topology_test.py:177: Hangs on CI for 2.1 | 0.001 |
8_cythonno_x86_64_60_64 | test_thrift | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.532 |
8_cythonno_x86_64_60_64 | test_login_allows_bad_pass_and_continued_use | Success | | 22.135 |
8_cythonno_x86_64_60_64 | test_bulk_round_trip_with_low_ingestrate | Success | | 55.807 |
8_cythonno_x86_64_60_64 | test_trace_repair | Success | | 100.504 |
8_cythonno_x86_64_61_64 | test_drop_non_existent_role_should_not_update_cache | Success | | 22.470 |
8_cythonno_x86_64_61_64 | test_logged_batch_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.215 |
8_cythonno_x86_64_61_64 | test_compaction_strategy_switching[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.462 |
8_cythonno_x86_64_61_64 | test_compact_counter_cluster | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.223 |
8_cythonno_x86_64_61_64 | test_basic_auth | Success | | 32.647 |
8_cythonno_x86_64_61_64 | test_expired_liveness_with_limit_rf1_nodes1 | Success | | 13.621 |
8_cythonno_x86_64_61_64 | test_paging_with_filtering | Success | | 37.725 |
8_cythonno_x86_64_61_64 | test_speculative_write | Success | | 36.928 |
8_cythonno_x86_64_61_64 | test_complementary_update_with_limit_and_rows_between | Success | | 69.663 |
8_cythonno_x86_64_61_64 | test_multi_index_filtering_query | Success | | 12.873 |
8_cythonno_x86_64_61_64 | test_abortedcompaction | Success | | 157.239 |
8_cythonno_x86_64_61_64 | test_multiget_slice | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.468 |
8_cythonno_x86_64_61_64 | test_resumable_decommission | Success | | 216.207 |
8_cythonno_x86_64_61_64 | test_oversized_mutation | Success | | 47.294 |
8_cythonno_x86_64_61_64 | test_list_roles_after_login | Success | | 23.656 |
8_cythonno_x86_64_61_64 | test_bulk_round_trip_with_single_core | Success | | 87.495 |
8_cythonno_x86_64_61_64 | test_thread_count_repair | Success | | 267.826 |
8_cythonno_x86_64_62_64 | test_prevent_circular_grants | Success | | 19.523 |
8_cythonno_x86_64_62_64 | test_batchlog_replay_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.438 |
8_cythonno_x86_64_62_64 | test_large_compaction_warning | Skipped | ported to in-JVM from 5.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 5.0 >= 5.0 | 0.503 |
8_cythonno_x86_64_62_64 | test_counter_node_down | Success | | 45.450 |
8_cythonno_x86_64_62_64 | test_revoked_jmx_access | Success | | 25.415 |
8_cythonno_x86_64_62_64 | test_expired_liveness_with_limit_rf1_nodes3 | Success | | 38.749 |
8_cythonno_x86_64_62_64 | test_paging_with_filtering_on_counter_columns | Success | | 33.433 |
8_cythonno_x86_64_62_64 | test_quorum_requirement | Success | | 37.933 |
8_cythonno_x86_64_62_64 | test_partition_deletion_on_skinny_table | Success | | 67.188 |
8_cythonno_x86_64_62_64 | test_only_coordinator_chooses_index_for_query | Success | | 37.964 |
8_cythonno_x86_64_62_64 | test_zerocopy_streaming | Success | | 45.707 |
8_cythonno_x86_64_62_64 | test_multi_count | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.459 |
8_cythonno_x86_64_62_64 | test_decommissioned_node_cant_rejoin | Success | | 103.461 |
8_cythonno_x86_64_62_64 | test_pycodestyle_compliance | Success | | 1.727 |
8_cythonno_x86_64_62_64 | test_cqlsh_execute_cmdline | Success | | 10.836 |
8_cythonno_x86_64_62_64 | test_bulk_round_trip_with_backoff | Success | | 107.633 |
8_cythonno_x86_64_62_64 | test_wide_row_repair | Success | | 77.722 |
8_cythonno_x86_64_63_64 | test_create_user_as_alias_for_create_role | Success | | 20.388 |
8_cythonno_x86_64_63_64 | test_logged_batch_compatibility_5 | Skipped | 5.0 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.x | 0.494 |
8_cythonno_x86_64_63_64 | test_disable_autocompaction_nodetool[LeveledCompactionStrategy] | Success | | 31.415 |
8_cythonno_x86_64_63_64 | test_batch_preparation | Success | | 15.226 |
8_cythonno_x86_64_63_64 | test_netstats | Success | | 201.455 |
8_cythonno_x86_64_63_64 | test_expired_liveness_with_limit_rf3 | Success | | 43.726 |
8_cythonno_x86_64_63_64 | test_paging_with_filtering_on_counter_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.559 |
8_cythonno_x86_64_63_64 | test_quorum_requirement_on_speculated_read | Success | | 45.355 |
8_cythonno_x86_64_63_64 | test_partition_deletion_on_wide_table | Success | | 69.892 |
8_cythonno_x86_64_63_64 | test_query_indexes_with_vnodes | Success | | 33.608 |
8_cythonno_x86_64_63_64 | test_zerocopy_streaming_no_replication | Success | | 54.694 |
8_cythonno_x86_64_63_64 | test_batch_mutate_super_deletion | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.585 |
8_cythonno_x86_64_63_64 | test_crash_during_decommission | Success | | 129.622 |
8_cythonno_x86_64_63_64 | test_simple_insert | Success | | 13.170 |
8_cythonno_x86_64_63_64 | test_cqlsh_input_cmdline | Success | | 13.765 |
8_cythonno_x86_64_63_64 | test_copy_to_with_more_failures_than_max_attempts | Success | | 43.245 |
8_cythonno_x86_64_63_64 | test_dead_coordinator | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.186 |
8_cythonno_x86_64_64_64 | test_role_name | Success | | 22.972 |
8_cythonno_x86_64_64_64 | test_simple_bootstrap_nodata | Success | | 147.479 |
8_cythonno_x86_64_64_64 | test_disable_autocompaction_nodetool[SizeTieredCompactionStrategy] | Success | | 31.913 |
8_cythonno_x86_64_64_64 | test_keyspace | Success | | 12.871 |
8_cythonno_x86_64_64_64 | test_table_metric_mbeans | Success | | 54.901 |
8_cythonno_x86_64_64_64 | test_base_column_in_view_pk_commutative_tombstone_with_flush | Success | | 117.423 |
8_cythonno_x86_64_64_64 | test_paging_with_filtering_on_clustering_columns | Success | | 42.085 |
8_cythonno_x86_64_64_64 | test_monotonic_reads[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.0
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0 | 0.469 |
8_cythonno_x86_64_64_64 | test_row_deletion_on_wide_table | Success | | 79.485 |
8_cythonno_x86_64_64_64 | test_tuple_indexes | Success | | 32.701 |
8_cythonno_x86_64_64_64 | test_uniform_ratio | Success | | 21.649 |
8_cythonno_x86_64_64_64 | test_super_reinsert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.221 |
8_cythonno_x86_64_64_64 | test_keyspace_rf_changes | Skipped | Doesn't test quite the right combination of forbidden RF changes right now
/home/cassandra/cassandra-dtest/transient_replication_test.py:435: Doesn't test quite the right combination of forbidden RF changes right now | 0.000 |
8_cythonno_x86_64_64_64 | test_tls | Success | | 14.611 |
8_cythonno_x86_64_64_64 | test_cqlsh_file_cmdline | Success | | 20.867 |
8_cythonno_x86_64_64_64 | test_copy_to_with_fewer_failures_than_max_attempts | Success | | 45.699 |
8_cythonno_x86_64_64_64 | test_dead_sync_initiator | Success | | 93.932 |
8_cythonno_x86_64_6_64 | test_login_existing_node | Success | | 118.577 |
8_cythonno_x86_64_6_64 | test_grant_revoke_udf_permissions | Success | | 24.107 |
8_cythonno_x86_64_6_64 | test_consistent_range_movement_true_with_rf1_should_fail | Success | | 165.393 |
8_cythonno_x86_64_6_64 | test_disable_autocompaction_alter[SizeTieredCompactionStrategy] | Success | | 33.068 |
8_cythonno_x86_64_6_64 | test_statements | Success | | 13.328 |
8_cythonno_x86_64_6_64 | test_jmx_connection | Success | | 17.241 |
8_cythonno_x86_64_6_64 | test_base_replica_repair_with_contention | Success | | 125.209 |
8_cythonno_x86_64_6_64 | test_paging_with_filtering_on_partition_key_on_counter_columns | Success | | 33.074 |
8_cythonno_x86_64_6_64 | test_rebuild_ranges | Success | | 107.548 |
8_cythonno_x86_64_6_64 | test_count | Success | | 46.953 |
8_cythonno_x86_64_6_64 | test_bootstrap | Success | | 78.935 |
8_cythonno_x86_64_6_64 | test_replicated_system_keyspaces | Success | | 13.262 |
8_cythonno_x86_64_6_64 | test_describe_snitch | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.395 |
8_cythonno_x86_64_6_64 | test_update_single_column_ttl | Success | | 18.244 |
8_cythonno_x86_64_6_64 | test_unicode_syntax_error | Success | | 13.756 |
8_cythonno_x86_64_6_64 | test_colon_delimiter | Success | | 18.302 |
8_cythonno_x86_64_6_64 | test_copy_from_with_large_cql_rows | Success | | 26.026 |
8_cythonno_x86_64_7_64 | test_login_new_node | Success | | 104.999 |
8_cythonno_x86_64_7_64 | test_grant_revoke_are_idempotent | Success | | 19.883 |
8_cythonno_x86_64_7_64 | test_consistent_range_movement_false_with_rf1_should_succeed | Success | | 169.476 |
8_cythonno_x86_64_7_64 | test_disable_autocompaction_alter[DateTieredCompactionStrategy] | Skipped | DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later | 0.434 |
8_cythonno_x86_64_7_64 | test_partition_key_allow_filtering | Success | | 11.130 |
8_cythonno_x86_64_7_64 | test_require_client_auth | Success | | 15.085 |
8_cythonno_x86_64_7_64 | test_complex_mv_select_statements | Success | | 72.659 |
8_cythonno_x86_64_7_64 | test_paging_with_filtering_on_partition_key_on_counter_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.211 |
8_cythonno_x86_64_7_64 | test_refresh_deadlock_startup | Success | | 102.104 |
8_cythonno_x86_64_7_64 | test_update_missed_by_transient_replica | Success | | 25.033 |
8_cythonno_x86_64_7_64 | test_resume | Success | | 81.806 |
8_cythonno_x86_64_7_64 | test_closing_connections | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.442 |
8_cythonno_x86_64_7_64 | test_invalid_ks_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.464 |
8_cythonno_x86_64_7_64 | test_update_multiple_columns_ttl | Success | | 14.143 |
8_cythonno_x86_64_7_64 | test_unicode_invalid_request_error | Success | | 10.381 |
8_cythonno_x86_64_7_64 | test_letter_delimiter | Success | | 13.955 |
8_cythonno_x86_64_7_64 | test_copy_from_with_brackets_in_UDT | Success | | 14.864 |
8_cythonno_x86_64_8_64 | test_list_users | Success | | 39.366 |
8_cythonno_x86_64_8_64 | test_function_resource_hierarchy_permissions | Success | | 20.628 |
8_cythonno_x86_64_8_64 | test_rf_gt_nodes_multidc_should_succeed | Success | | 143.975 |
8_cythonno_x86_64_8_64 | test_disable_autocompaction_alter_and_nodetool[LeveledCompactionStrategy] | Success | | 29.387 |
8_cythonno_x86_64_8_64 | test_batch | Success | | 10.071 |
8_cythonno_x86_64_8_64 | test_basic_data_types | Success | | 13.091 |
8_cythonno_x86_64_8_64 | test_base_view_consistency_on_failure_after_mv_apply | Success | | 106.735 |
8_cythonno_x86_64_8_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns | Success | | 34.191 |
8_cythonno_x86_64_8_64 | test_fail_without_replace | Success | | 86.342 |
8_cythonno_x86_64_8_64 | test_update_only_on_transient_replica | Success | | 24.266 |
8_cythonno_x86_64_8_64 | test_manual_join | Success | | 70.772 |
8_cythonno_x86_64_8_64 | test_6285 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.427 |
8_cythonno_x86_64_8_64 | test_invalid_strategy_class | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.459 |
8_cythonno_x86_64_8_64 | test_update_column_ttl_with_default_ttl | Success | | 20.173 |
8_cythonno_x86_64_8_64 | test_with_empty_values | Success | | 11.340 |
8_cythonno_x86_64_8_64 | test_number_delimiter | Success | | 14.970 |
8_cythonno_x86_64_8_64 | test_round_trip_with_authentication | Success | | 28.396 |
8_cythonno_x86_64_9_64 | test_modify_and_select_auth | Success | | 92.537 |
8_cythonno_x86_64_9_64 | test_udf_permissions_validation | Success | | 24.331 |
8_cythonno_x86_64_9_64 | test_resumable_bootstrap | Success | | 166.918 |
8_cythonno_x86_64_9_64 | test_disable_autocompaction_alter_and_nodetool[SizeTieredCompactionStrategy] | Success | | 37.035 |
8_cythonno_x86_64_9_64 | test_large_collection_errors | Skipped | 5.0 > 3.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.0 | 0.818 |
8_cythonno_x86_64_9_64 | test_counters | Success | | 16.483 |
8_cythonno_x86_64_9_64 | test_base_view_consistency_on_failure_before_mv_apply | Success | | 118.596 |
8_cythonno_x86_64_9_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_compact | Skipped | 5.0 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.X | 0.634 |
8_cythonno_x86_64_9_64 | test_fail_when_seed | Success | | 44.065 |
8_cythonno_x86_64_9_64 | test_rf_collapse_gossiping_property_file_snitch | Success | | 103.023 |
8_cythonno_x86_64_9_64 | test_write_survey | Success | | 80.269 |
8_cythonno_x86_64_9_64 | test_insert | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.376 |
8_cythonno_x86_64_9_64 | test_invalid_cf_names | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.294 |
8_cythonno_x86_64_9_64 | test_remove_column_ttl | Success | | 17.219 |
8_cythonno_x86_64_9_64 | test_tracing_from_system_traces | Success | | 15.245 |
8_cythonno_x86_64_9_64 | test_default_null_indicator | Success | | 17.527 |
8_cythonno_x86_64_9_64 | test_reading_pk_timestamps_with_counters | Success | | 14.283 |