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 0x7ff21a586a00>
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 0x7ff21a018b80>
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 | 46.245 |
8_cythonno_x86_64_10_64 | test_drop_role_cleans_up_udf_permissions | Success | | 31.276 |
8_cythonno_x86_64_10_64 | test_bootstrap_with_reset_bootstrap_state | Success | | 193.439 |
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.506 |
8_cythonno_x86_64_10_64 | test_large_collection_errors | Skipped | 5.1 > 3.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0 | 0.460 |
8_cythonno_x86_64_10_64 | test_counters | Success | | 24.442 |
8_cythonno_x86_64_10_64 | test_base_view_consistency_on_failure_before_mv_apply | Success | | 123.925 |
8_cythonno_x86_64_10_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.641 |
8_cythonno_x86_64_10_64 | test_fail_when_seed | Success | | 81.440 |
8_cythonno_x86_64_10_64 | test_rf_collapse_gossiping_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.283 |
8_cythonno_x86_64_10_64 | test_write_survey | Success | | 63.715 |
8_cythonno_x86_64_10_64 | test_insert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.569 |
8_cythonno_x86_64_10_64 | test_invalid_cf_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.227 |
8_cythonno_x86_64_10_64 | test_remove_column_ttl | Success | | 26.918 |
8_cythonno_x86_64_10_64 | test_tracing_from_system_traces | Success | | 31.574 |
8_cythonno_x86_64_10_64 | test_default_null_indicator | Success | | 26.406 |
8_cythonno_x86_64_10_64 | test_reading_pk_timestamps_with_counters | Success | | 24.458 |
8_cythonno_x86_64_11_64 | test_login | Success | | 103.076 |
8_cythonno_x86_64_11_64 | test_drop_function_and_keyspace_cleans_up_udf_permissions | Success | | 38.463 |
8_cythonno_x86_64_11_64 | test_manual_bootstrap | Success | | 75.723 |
8_cythonno_x86_64_11_64 | test_user_defined_compaction | Success | | 100.548 |
8_cythonno_x86_64_11_64 | test_cql3_insert_thrift | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.560 |
8_cythonno_x86_64_11_64 | test_complex_data_types | Success | | 46.822 |
8_cythonno_x86_64_11_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_11_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_with_contains | Success | | 51.595 |
8_cythonno_x86_64_11_64 | test_unsafe_replace | Success | | 174.573 |
8_cythonno_x86_64_11_64 | test_rf_expand_gossiping_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.621 |
8_cythonno_x86_64_11_64 | test_startup_no_live_seeds | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.340 |
8_cythonno_x86_64_11_64 | test_empty_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.325 |
8_cythonno_x86_64_11_64 | test_system_cf_recreate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.599 |
8_cythonno_x86_64_11_64 | test_set_ttl_to_zero_to_default_ttl | Success | | 35.049 |
8_cythonno_x86_64_11_64 | test_select_element_inside_udt | Success | | 27.770 |
8_cythonno_x86_64_11_64 | test_default_null_indicator_no_prepared_statements | Success | | 32.552 |
8_cythonno_x86_64_11_64 | test_copy_from_with_wrong_order_or_missing_UDT_fields | Success | | 34.605 |
8_cythonno_x86_64_12_64 | test_only_superuser_can_create_users | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.668 |
8_cythonno_x86_64_12_64 | test_udf_with_overloads_permissions | Success | | 29.321 |
8_cythonno_x86_64_12_64 | test_local_quorum_bootstrap | Success | | 112.759 |
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.451 |
8_cythonno_x86_64_12_64 | test_rename | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.156 |
8_cythonno_x86_64_12_64 | test_basic_data_types | Success | | 25.843 |
8_cythonno_x86_64_12_64 | test_multi_partition_consistent_reads_after_write | Success | | 263.997 |
8_cythonno_x86_64_12_64 | test_paging_with_filtering_on_partition_key_on_static_columns | Success | | 41.396 |
8_cythonno_x86_64_12_64 | test_insert_data_during_replace_same_address | Success | | 198.373 |
8_cythonno_x86_64_12_64 | test_rf_collapse_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.224 |
8_cythonno_x86_64_12_64 | test_startup_non_seed_with_peers | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.425 |
8_cythonno_x86_64_12_64 | test_cas | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.425 |
8_cythonno_x86_64_12_64 | test_system_keyspace_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.171 |
8_cythonno_x86_64_12_64 | test_remove_column_ttl_with_default_ttl | Skipped | 5.1 > 3.5
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.5 | 0.174 |
8_cythonno_x86_64_12_64 | test_list_queries | Success | | 32.099 |
8_cythonno_x86_64_12_64 | test_undefined_as_null_indicator | Success | | 25.664 |
8_cythonno_x86_64_12_64 | test_reading_text_pk_counters | Success | | 23.399 |
8_cythonno_x86_64_13_64 | test_password_authenticator_create_user_requires_password | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.585 |
8_cythonno_x86_64_13_64 | test_drop_keyspace_cleans_up_function_level_permissions | Success | | 31.933 |
8_cythonno_x86_64_13_64 | test_shutdown_wiped_node_cannot_join | Success | | 101.824 |
8_cythonno_x86_64_13_64 | test_disable_compression_cql | Success | | 23.920 |
8_cythonno_x86_64_13_64 | test_invalid_string_literals | Success | | 23.168 |
8_cythonno_x86_64_13_64 | test_complex_data_types | Success | | 32.441 |
8_cythonno_x86_64_13_64 | test_mutations_dontblock | Success | | 30.053 |
8_cythonno_x86_64_13_64 | test_paging_on_compact_table_with_tombstone_on_first_column | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.231 |
8_cythonno_x86_64_13_64 | test_insert_data_during_replace_different_address | Success | | 205.445 |
8_cythonno_x86_64_13_64 | test_rf_expand_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 3.242 |
8_cythonno_x86_64_13_64 | test_startup_after_ring_delay | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.225 |
8_cythonno_x86_64_13_64 | test_missing_super | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.218 |
8_cythonno_x86_64_13_64 | test_create_then_drop_ks | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.216 |
8_cythonno_x86_64_13_64 | test_collection_list_ttl | Success | | 40.478 |
8_cythonno_x86_64_13_64 | test_describe | Success | | 65.886 |
8_cythonno_x86_64_13_64 | test_undefined_as_null_indicator_no_prepared_statements | Success | | 31.103 |
8_cythonno_x86_64_13_64 | test_reading_text_pk_no_prepared_statements | Success | | 32.198 |
8_cythonno_x86_64_14_64 | test_cant_create_existing_user | Success | | 33.025 |
8_cythonno_x86_64_14_64 | test_udf_permissions_in_selection | Success | | 31.429 |
8_cythonno_x86_64_14_64 | test_killed_wiped_node_cannot_join | Success | | 98.578 |
8_cythonno_x86_64_14_64 | test_compression_cql_options | Success | | 26.194 |
8_cythonno_x86_64_14_64 | test_prepared_statement_invalidation | Success | | 23.387 |
8_cythonno_x86_64_14_64 | test_collection_update | Success | | 28.178 |
8_cythonno_x86_64_14_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_14_64 | test_paging_with_no_clustering_columns | Success | | 38.976 |
8_cythonno_x86_64_14_64 | test_replace_with_insufficient_replicas | Success | | 171.283 |
8_cythonno_x86_64_14_64 | test_rf_collapse_yaml_file_snitch | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.227 |
8_cythonno_x86_64_14_64 | test_basic_snapshot_and_restore | Success | | 49.216 |
8_cythonno_x86_64_14_64 | test_count | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.226 |
8_cythonno_x86_64_14_64 | test_column_validators | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.226 |
8_cythonno_x86_64_14_64 | test_collection_set_ttl | Success | | 35.159 |
8_cythonno_x86_64_14_64 | test_describe_describes_non_default_compaction_parameters | Success | | 23.668 |
8_cythonno_x86_64_14_64 | test_null_as_null_indicator | Success | | 27.420 |
8_cythonno_x86_64_14_64 | test_reading_empty_strings_for_different_types | Success | | 27.176 |
8_cythonno_x86_64_15_64 | test_list_users | Success | | 32.082 |
8_cythonno_x86_64_15_64 | test_udf_permissions_in_select_where_clause | Success | | 30.199 |
8_cythonno_x86_64_15_64 | test_decommissioned_wiped_node_can_join | Success | | 183.978 |
8_cythonno_x86_64_15_64 | test_compression_cql_disabled_with_alter | Success | | 23.157 |
8_cythonno_x86_64_15_64 | test_range_slice | Success | | 32.576 |
8_cythonno_x86_64_15_64 | test_selecting_pkey_as_json | Success | | 25.371 |
8_cythonno_x86_64_15_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 | 28.822 |
8_cythonno_x86_64_15_64 | test_paging_with_no_clustering_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.241 |
8_cythonno_x86_64_15_64 | test_multi_dc_replace_with_rf1 | Success | | 160.792 |
8_cythonno_x86_64_15_64 | test_rf_expand_yaml_file_snitch | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.455 |
8_cythonno_x86_64_15_64 | test_snapshot_and_restore_drop_table_remove_dropped_column | Success | | 50.990 |
8_cythonno_x86_64_15_64 | test_count_paging | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.441 |
8_cythonno_x86_64_15_64 | test_system_column_family_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.441 |
8_cythonno_x86_64_15_64 | test_collection_map_ttl | Success | | 30.189 |
8_cythonno_x86_64_15_64 | test_describe_functions | Success | | 31.532 |
8_cythonno_x86_64_15_64 | test_reading_collections_with_empty_values | Success | | 24.669 |
8_cythonno_x86_64_15_64 | test_importing_invalid_data_for_collections | Success | | 25.701 |
8_cythonno_x86_64_16_64 | test_handle_corrupt_role_data | Success | | 35.340 |
8_cythonno_x86_64_16_64 | test_udf_permissions_in_insert | Success | | 33.042 |
8_cythonno_x86_64_16_64 | test_decommissioned_wiped_node_can_gossip_to_single_seed | Success | | 60.291 |
8_cythonno_x86_64_16_64 | test_compression_cql_enabled_with_alter | Success | | 22.738 |
8_cythonno_x86_64_16_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_16_64 | test_select_using_secondary_index | Success | | 27.513 |
8_cythonno_x86_64_16_64 | test_putget_2dc_rf1 | Success | | 43.727 |
8_cythonno_x86_64_16_64 | test_per_partition_limit_paging | Success | | 36.080 |
8_cythonno_x86_64_16_64 | test_update_on_skinny_table | Success | | 51.017 |
8_cythonno_x86_64_16_64 | test_cannot_restart_with_different_rack | Success | | 36.939 |
8_cythonno_x86_64_16_64 | test_snapshot_and_restore_dropping_a_column | Success | | 42.829 |
8_cythonno_x86_64_16_64 | test_count_around_page_size | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.564 |
8_cythonno_x86_64_16_64 | test_dynamic_indexes_creation_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.558 |
8_cythonno_x86_64_16_64 | test_delete_with_ttl_expired | Success | | 25.506 |
8_cythonno_x86_64_16_64 | test_default_keyspaces_exist | Success | | 23.042 |
8_cythonno_x86_64_16_64 | test_writing_use_header | Success | | 24.752 |
8_cythonno_x86_64_16_64 | test_force_repair_async_1 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.328 |
8_cythonno_x86_64_17_64 | test_user_cant_drop_themselves | Success | | 38.852 |
8_cythonno_x86_64_17_64 | test_udf_permissions_in_update | Success | | 31.514 |
8_cythonno_x86_64_17_64 | test_failed_bootstrap_wiped_node_can_join | Success | | 150.567 |
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.001 |
8_cythonno_x86_64_17_64 | test_drop_compact_storage_flag | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.434 |
8_cythonno_x86_64_17_64 | test_basic_data_types | Success | | 24.202 |
8_cythonno_x86_64_17_64 | test_putget_2dc_rf2 | Success | | 78.393 |
8_cythonno_x86_64_17_64 | test_paging_for_range_name_queries | Success | | 44.622 |
8_cythonno_x86_64_17_64 | test_update_on_wide_table | Success | | 51.703 |
8_cythonno_x86_64_17_64 | test_failed_snitch_update_gossiping_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.501 |
8_cythonno_x86_64_17_64 | test_archive_commitlog | Success | | 216.635 |
8_cythonno_x86_64_17_64 | test_super_insert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.498 |
8_cythonno_x86_64_17_64 | test_dynamic_indexes_with_system_update_cf | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.526 |
8_cythonno_x86_64_17_64 | test_expiration_overflow_policy_cap | Success | | 49.797 |
8_cythonno_x86_64_17_64 | test_describe_types | Success | | 27.164 |
8_cythonno_x86_64_17_64 | test_reading_counter | Success | | 23.152 |
8_cythonno_x86_64_17_64 | test_force_repair_async_2 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.477 |
8_cythonno_x86_64_18_64 | test_only_superusers_can_drop_users | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 1.929 |
8_cythonno_x86_64_18_64 | test_udf_permissions_in_delete | Success | | 31.598 |
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.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.1 >= 5.1 | 1.006 |
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_truncate_failure | Success | | 43.337 |
8_cythonno_x86_64_18_64 | test_complex_data_types | Success | | 33.583 |
8_cythonno_x86_64_18_64 | test_connect_to_ssl | Success | | 63.978 |
8_cythonno_x86_64_18_64 | test_paging_for_range_name_queries_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.653 |
8_cythonno_x86_64_18_64 | test_update_on_static_column_with_empty_partition | Success | | 52.462 |
8_cythonno_x86_64_18_64 | test_failed_snitch_update_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.455 |
8_cythonno_x86_64_18_64 | test_archive_commitlog_with_active_commitlog | Success | | 201.624 |
8_cythonno_x86_64_18_64 | test_super_get | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.544 |
8_cythonno_x86_64_18_64 | test_system_super_column_family_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.277 |
8_cythonno_x86_64_18_64 | test_expiration_overflow_policy_cap_default_ttl | Success | | 51.892 |
8_cythonno_x86_64_18_64 | test_describe_on_non_reserved_keywords | Success | | 22.148 |
8_cythonno_x86_64_18_64 | test_reading_counter_without_batching | Success | | 24.204 |
8_cythonno_x86_64_18_64 | test_force_repair_async_3 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.235 |
8_cythonno_x86_64_19_64 | test_dropping_nonexistent_user_throws_exception | Success | | 50.838 |
8_cythonno_x86_64_19_64 | test_inheritence_of_udf_permissions | Success | | 33.718 |
8_cythonno_x86_64_19_64 | test_simultaneous_bootstrap | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.482 |
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_local_query | Success | | 137.079 |
8_cythonno_x86_64_19_64 | test_delete_using_pkey_json | Success | | 25.175 |
8_cythonno_x86_64_19_64 | test_connect_to_ssl_optional | Success | | 35.152 |
8_cythonno_x86_64_19_64 | test_paging_with_empty_row_and_empty_static_columns | Success | | 39.062 |
8_cythonno_x86_64_19_64 | test_update_on_static_column_with_not_empty_partition | Success | | 53.124 |
8_cythonno_x86_64_19_64 | test_failed_snitch_update_yaml_file_snitch | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.465 |
8_cythonno_x86_64_19_64 | test_dont_archive_commitlog | Success | | 188.804 |
8_cythonno_x86_64_19_64 | test_super_subcolumn_limit | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.222 |
8_cythonno_x86_64_19_64 | test_insert_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.171 |
8_cythonno_x86_64_19_64 | test_expiration_overflow_policy_capnowarn | Success | | 47.712 |
8_cythonno_x86_64_19_64 | test_describe_mv | Success | | 30.543 |
8_cythonno_x86_64_19_64 | test_reading_use_header | Success | | 23.693 |
8_cythonno_x86_64_19_64 | test_force_repair_range_async_1 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.223 |
8_cythonno_x86_64_1_64 | test_archiving | Success | | 50.588 |
8_cythonno_x86_64_1_64 | test_role_requires_login_privilege_to_authenticate | Success | | 31.005 |
8_cythonno_x86_64_1_64 | test_schema_removed_nodes | Success | | 58.090 |
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.477 |
8_cythonno_x86_64_1_64 | test_keyspace | Success | | 25.436 |
8_cythonno_x86_64_1_64 | test_table_metric_mbeans | Success | | 61.462 |
8_cythonno_x86_64_1_64 | test_base_column_in_view_pk_commutative_tombstone_with_flush | Success | | 146.469 |
8_cythonno_x86_64_1_64 | test_paging_with_filtering_on_clustering_columns | Success | | 48.208 |
8_cythonno_x86_64_1_64 | test_monotonic_reads[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.514 |
8_cythonno_x86_64_1_64 | test_row_deletion_on_wide_table | Success | | 90.335 |
8_cythonno_x86_64_1_64 | test_tuple_indexes | Success | | 46.271 |
8_cythonno_x86_64_1_64 | test_uniform_ratio | Success | | 37.302 |
8_cythonno_x86_64_1_64 | test_super_reinsert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.594 |
8_cythonno_x86_64_1_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_1_64 | test_tls | Success | | 29.152 |
8_cythonno_x86_64_1_64 | test_cqlsh_file_cmdline | Success | | 26.192 |
8_cythonno_x86_64_1_64 | test_copy_to_with_fewer_failures_than_max_attempts | Success | | 51.878 |
8_cythonno_x86_64_1_64 | test_dead_sync_initiator | Success | | 109.141 |
8_cythonno_x86_64_20_64 | test_drop_user_case_sensitive | Success | | 33.515 |
8_cythonno_x86_64_20_64 | test_builtin_functions_require_no_special_permissions | Success | | 30.681 |
8_cythonno_x86_64_20_64 | test_cleanup | Success | | 153.430 |
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_remote_query | Success | | 200.764 |
8_cythonno_x86_64_20_64 | test_simple_schema | Success | | 29.916 |
8_cythonno_x86_64_20_64 | test_use_custom_port | Success | | 148.214 |
8_cythonno_x86_64_20_64 | test_data_change_impacting_earlier_page | Success | | 40.514 |
8_cythonno_x86_64_20_64 | test_update_on_collection | Success | | 52.162 |
8_cythonno_x86_64_20_64 | test_switch_data_center_startup_fails | Success | | 37.473 |
8_cythonno_x86_64_20_64 | test_archive_commitlog_point_in_time | Success | | 214.839 |
8_cythonno_x86_64_20_64 | test_long_order | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.483 |
8_cythonno_x86_64_20_64 | test_insert_max_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.217 |
8_cythonno_x86_64_20_64 | test_expiration_overflow_policy_capnowarn_default_ttl | Success | | 56.557 |
8_cythonno_x86_64_20_64 | test_copy_to | Success | | 38.523 |
8_cythonno_x86_64_20_64 | test_datetimeformat_round_trip | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.484 |
8_cythonno_x86_64_20_64 | test_force_repair_range_async_2 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.467 |
8_cythonno_x86_64_21_64 | test_alter_user_case_sensitive | Success | | 30.725 |
8_cythonno_x86_64_21_64 | test_disallow_grant_revoke_on_builtin_functions | Success | | 28.194 |
8_cythonno_x86_64_21_64 | test_bootstrap_binary_disabled | Skipped | ported to in-JVM from 2.2.13 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 2.2.13 >= 5.1 | 0.444 |
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.002 |
8_cythonno_x86_64_21_64 | test_disable_slow_query_log | Success | | 21.886 |
8_cythonno_x86_64_21_64 | test_pkey_requirement | Skipped | 5.1 > 5.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0 | 0.445 |
8_cythonno_x86_64_21_64 | test_use_custom_ssl_port | Success | | 117.205 |
8_cythonno_x86_64_21_64 | test_data_change_impacting_later_page | Success | | 38.583 |
8_cythonno_x86_64_21_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 74.722 |
8_cythonno_x86_64_21_64 | test_creating_and_dropping_keyspace | Success | | 20.917 |
8_cythonno_x86_64_21_64 | test_archive_commitlog_point_in_time_ln | Success | | 181.919 |
8_cythonno_x86_64_21_64 | test_integer_order | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.491 |
8_cythonno_x86_64_21_64 | test_insert_max_default_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.492 |
8_cythonno_x86_64_21_64 | test_expiration_overflow_policy_reject | Success | | 45.813 |
8_cythonno_x86_64_21_64 | test_float_formatting | Success | | 24.209 |
8_cythonno_x86_64_21_64 | test_datetimeformat_round_trip_40 | Success | | 25.230 |
8_cythonno_x86_64_21_64 | test_force_repair_range_async_3 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.212 |
8_cythonno_x86_64_22_64 | test_regular_users_can_alter_their_passwords_only | Success | | 32.542 |
8_cythonno_x86_64_22_64 | test_disallow_grant_execute_on_non_function_resources | Success | | 28.382 |
8_cythonno_x86_64_22_64 | test_cdc_enabled_data_readable_on_round_trip | Success | | 23.390 |
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_lwt_with_static_columns | Success | | 37.011 |
8_cythonno_x86_64_22_64 | test_null_value | Success | | 24.204 |
8_cythonno_x86_64_22_64 | test_decommission_after_drain_is_invalid | Success | | 48.129 |
8_cythonno_x86_64_22_64 | test_row_TTL_expiry_during_paging | Success | | 58.802 |
8_cythonno_x86_64_22_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 78.653 |
8_cythonno_x86_64_22_64 | test_creating_and_dropping_table | Success | | 23.175 |
8_cythonno_x86_64_22_64 | test_archive_commitlog_restore_skip_by_position | Success | | 198.828 |
8_cythonno_x86_64_22_64 | test_time_uuid | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.503 |
8_cythonno_x86_64_22_64 | test_simple_expiration | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.500 |
8_cythonno_x86_64_22_64 | test_expiration_overflow_policy_reject_default_ttl | Success | | 50.257 |
8_cythonno_x86_64_22_64 | test_int_values | Success | | 23.954 |
8_cythonno_x86_64_22_64 | test_reading_with_ttl | Success | | 37.434 |
8_cythonno_x86_64_22_64 | test_deprecated_repair_error_notification | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.319 |
8_cythonno_x86_64_23_64 | test_users_cant_alter_their_superuser_status | Success | | 31.282 |
8_cythonno_x86_64_23_64 | test_aggregate_function_permissions | Success | | 29.962 |
8_cythonno_x86_64_23_64 | test_cdc_disabled_data_readable_on_round_trip | Success | | 21.786 |
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_null_values | Success | | 36.729 |
8_cythonno_x86_64_23_64 | test_complex_schema | Success | | 32.957 |
8_cythonno_x86_64_23_64 | test_correct_dc_rack_in_nodetool_info | Success | | 80.937 |
8_cythonno_x86_64_23_64 | test_cell_TTL_expiry_during_paging | Success | | 55.435 |
8_cythonno_x86_64_23_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 74.358 |
8_cythonno_x86_64_23_64 | test_creating_and_dropping_table_with_2ary_indexes | Success | | 22.699 |
8_cythonno_x86_64_23_64 | test_archive_and_restore_commitlog_repeatedly | Success | | 92.107 |
8_cythonno_x86_64_23_64 | test_long_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.513 |
8_cythonno_x86_64_23_64 | test_expiration_with_default_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.265 |
8_cythonno_x86_64_23_64 | test_ttl_is_replicated | Success | | 36.613 |
8_cythonno_x86_64_23_64 | test_datetime_values | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.261 |
8_cythonno_x86_64_23_64 | test_reading_with_skip_and_max_rows | Success | | 51.562 |
8_cythonno_x86_64_23_64 | test_consistent_repair | Success | | 108.547 |
8_cythonno_x86_64_24_64 | test_only_superuser_alters_superuser_status | Success | | 33.767 |
8_cythonno_x86_64_24_64 | test_ignore_invalid_roles | Success | | 29.255 |
8_cythonno_x86_64_24_64 | test_non_cdc_segments_deleted_after_replay | Success | | 48.579 |
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_non_existing_values | Success | | 34.597 |
8_cythonno_x86_64_24_64 | test_json_tools | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.309 |
8_cythonno_x86_64_24_64 | test_nodetool_timeout_commands | Success | | 49.550 |
8_cythonno_x86_64_24_64 | test_node_unavailabe_during_paging | Success | | 52.099 |
8_cythonno_x86_64_24_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 77.896 |
8_cythonno_x86_64_24_64 | test_creating_and_dropping_user_types | Success | | 23.762 |
8_cythonno_x86_64_24_64 | test_prefer_local_reconnect_on_listen_address | Success | | 61.517 |
8_cythonno_x86_64_24_64 | test_integer_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.308 |
8_cythonno_x86_64_24_64 | test_expiration_with_default_ttl_and_zero_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.303 |
8_cythonno_x86_64_24_64 | test_ttl_is_respected_on_delayed_replication | Success | | 97.622 |
8_cythonno_x86_64_24_64 | test_datetime_values_40 | Success | | 26.275 |
8_cythonno_x86_64_24_64 | test_reading_with_skip_cols | Success | | 35.839 |
8_cythonno_x86_64_24_64 | test_sstable_marking | Success | | 82.272 |
8_cythonno_x86_64_25_64 | test_altering_nonexistent_user_throws_exception | Success | | 33.027 |
8_cythonno_x86_64_25_64 | test_authentication_handle_unavailable | Success | | 56.083 |
8_cythonno_x86_64_25_64 | test_insertion_and_commitlog_behavior_after_reaching_cdc_total_space | Success | | 62.285 |
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_updates_on_static_columns_with_null_values_batch | Success | | 38.492 |
8_cythonno_x86_64_25_64 | test_cleanup | Success | | 76.467 |
8_cythonno_x86_64_25_64 | test_cleanup_when_no_replica_with_index | Success | | 43.110 |
8_cythonno_x86_64_25_64 | test_query_isolation | Success | | 80.492 |
8_cythonno_x86_64_25_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 79.716 |
8_cythonno_x86_64_25_64 | test_creating_and_dropping_udf | Success | | 23.723 |
8_cythonno_x86_64_25_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_25_64 | test_batch_insert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.232 |
8_cythonno_x86_64_25_64 | test_simple_expiration_batch_mutate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.219 |
8_cythonno_x86_64_25_64 | test_ttl_is_respected_on_repair | Success | | 75.616 |
8_cythonno_x86_64_25_64 | test_tracing | Success | | 24.179 |
8_cythonno_x86_64_25_64 | test_reading_counters_with_skip_cols | Success | | 27.667 |
8_cythonno_x86_64_25_64 | test_multiple_repair | Success | | 123.578 |
8_cythonno_x86_64_26_64 | test_conditional_create_drop_user | Success | | 33.526 |
8_cythonno_x86_64_26_64 | test_authentication_through_cache_handle_unavailable | Success | | 55.530 |
8_cythonno_x86_64_26_64 | test_cdc_data_available_in_cdc_raw | Success | | 118.042 |
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.001 |
8_cythonno_x86_64_26_64 | test_conditional_deletes_on_static_columns_with_null_values | Success | | 41.347 |
8_cythonno_x86_64_26_64 | test_14766 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.231 |
8_cythonno_x86_64_26_64 | test_cleanup_when_no_replica_without_index | Success | | 43.115 |
8_cythonno_x86_64_26_64 | test_single_partition_deletions | Success | | 40.806 |
8_cythonno_x86_64_26_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 78.964 |
8_cythonno_x86_64_26_64 | test_creating_and_dropping_uda | Success | | 24.203 |
8_cythonno_x86_64_26_64 | test_ssl_enabled | Success | | 68.424 |
8_cythonno_x86_64_26_64 | test_batch_mutate_standard_columns | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.233 |
8_cythonno_x86_64_26_64 | test_update_expiring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.232 |
8_cythonno_x86_64_26_64 | test_recover_negative_expiration_date_sstables_with_scrub | Success | | 53.727 |
8_cythonno_x86_64_26_64 | test_client_warnings | Success | | 70.400 |
8_cythonno_x86_64_26_64 | test_writing_with_token_boundaries | Success | | 50.850 |
8_cythonno_x86_64_26_64 | test_sstable_repairedset | Success | | 126.150 |
8_cythonno_x86_64_27_64 | test_create_ks_auth | Success | | 32.165 |
8_cythonno_x86_64_27_64 | test_authentication_from_cache_while_unavailable | Success | | 49.978 |
8_cythonno_x86_64_27_64 | test_cfid | Success | | 30.374 |
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_conditional_deletes_on_static_columns_with_null_values_batch | Success | | 34.945 |
8_cythonno_x86_64_27_64 | test_view_metadata_cleanup | Success | | 50.899 |
8_cythonno_x86_64_27_64 | test_meaningless_notice_in_status | Success | | 42.444 |
8_cythonno_x86_64_27_64 | test_multiple_partition_deletions | Success | | 38.463 |
8_cythonno_x86_64_27_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 73.616 |
8_cythonno_x86_64_27_64 | test_basic_table_datatype | Success | | 21.351 |
8_cythonno_x86_64_27_64 | test_ssl_correct_hostname_with_validation | Success | | 67.071 |
8_cythonno_x86_64_27_64 | test_batch_mutate_remove_standard_columns | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.447 |
8_cythonno_x86_64_27_64 | test_remove_expiring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.180 |
8_cythonno_x86_64_27_64 | test_udt | Success | | 37.672 |
8_cythonno_x86_64_27_64 | test_connect_timeout | Success | | 21.349 |
8_cythonno_x86_64_27_64 | test_reading_max_parse_errors | Success | | 29.430 |
8_cythonno_x86_64_27_64 | test_compaction | Success | | 72.908 |
8_cythonno_x86_64_28_64 | test_create_cf_auth | Success | | 34.780 |
8_cythonno_x86_64_28_64 | test_credentials_cache_background_reload_handle_unavailable | Success | | 57.394 |
8_cythonno_x86_64_28_64 | test_defaults | Success | | 21.232 |
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.001 |
8_cythonno_x86_64_28_64 | test_tracing_simple | Success | | 39.349 |
8_cythonno_x86_64_28_64 | test_create | Success | | 36.359 |
8_cythonno_x86_64_28_64 | test_set_get_batchlog_replay_throttle | Success | | 33.172 |
8_cythonno_x86_64_28_64 | test_single_row_deletions | Success | | 39.852 |
8_cythonno_x86_64_28_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 77.557 |
8_cythonno_x86_64_28_64 | test_collection_table_datatype | Success | | 23.525 |
8_cythonno_x86_64_28_64 | test_ssl_wrong_hostname_no_validation | Success | | 68.505 |
8_cythonno_x86_64_28_64 | test_batch_mutate_remove_standard_row | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.305 |
8_cythonno_x86_64_28_64 | test_describe_ring_on_invalid_keyspace | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.322 |
8_cythonno_x86_64_28_64 | test_migration | Success | | 43.910 |
8_cythonno_x86_64_28_64 | test_protocol_negotiation | Success | | 24.781 |
8_cythonno_x86_64_28_64 | test_reading_max_insert_errors | Success | | 29.593 |
8_cythonno_x86_64_28_64 | test_multiple_full_repairs_lcs | Success | | 270.677 |
8_cythonno_x86_64_29_64 | test_alter_ks_auth | Success | | 30.995 |
8_cythonno_x86_64_29_64 | test_authorization_handle_unavailable | Success | | 50.786 |
8_cythonno_x86_64_29_64 | test_hsha_defaults | Skipped | 5.1 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.11.x | 0.440 |
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_unknown_impl | Success | | 38.750 |
8_cythonno_x86_64_29_64 | test_gcgs_validation | Success | | 39.960 |
8_cythonno_x86_64_29_64 | test_reloadlocalschema | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.334 |
8_cythonno_x86_64_29_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_29_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 75.492 |
8_cythonno_x86_64_29_64 | test_clustering_order | Success | | 20.423 |
8_cythonno_x86_64_29_64 | test_ssl_wrong_hostname_with_validation | Success | | 25.876 |
8_cythonno_x86_64_29_64 | test_batch_mutate_remove_super_columns_with_standard_under | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.442 |
8_cythonno_x86_64_29_64 | test_incr_decr_standard_add | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.468 |
8_cythonno_x86_64_29_64 | test_udf_overload | Success | | 44.334 |
8_cythonno_x86_64_29_64 | test_protocol_version_restriction | Success | | 20.861 |
8_cythonno_x86_64_29_64 | test_reading_with_parse_errors | Success | | 28.410 |
8_cythonno_x86_64_29_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_2_64 | test_fql_nodetool_options | Success | | 49.423 |
8_cythonno_x86_64_2_64 | test_roles_do_not_inherit_login_privilege | Success | | 33.314 |
8_cythonno_x86_64_2_64 | test_read_from_bootstrapped_node | Success | | 88.571 |
8_cythonno_x86_64_2_64 | test_disable_autocompaction_schema[LeveledCompactionStrategy] | Success | | 73.332 |
8_cythonno_x86_64_2_64 | test_table | Success | | 25.509 |
8_cythonno_x86_64_2_64 | test_mv_metric_mbeans_release | Success | | 27.947 |
8_cythonno_x86_64_2_64 | test_base_column_in_view_pk_commutative_tombstone_without_flush | Success | | 116.300 |
8_cythonno_x86_64_2_64 | test_paging_with_filtering_on_clustering_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.289 |
8_cythonno_x86_64_2_64 | test_monotonic_reads[none] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.512 |
8_cythonno_x86_64_2_64 | test_range_deletion_on_wide_table | Success | | 84.022 |
8_cythonno_x86_64_2_64 | test_list_indexes | Success | | 78.663 |
8_cythonno_x86_64_2_64 | test_fixed_ratio | Success | | 31.807 |
8_cythonno_x86_64_2_64 | test_describe_keyspace | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.230 |
8_cythonno_x86_64_2_64 | test_default_ttl | Success | | 25.884 |
8_cythonno_x86_64_2_64 | test_lwt | Success | | 26.161 |
8_cythonno_x86_64_2_64 | test_cqlsh_copy | Success | | 28.488 |
8_cythonno_x86_64_2_64 | test_copy_to_with_child_process_crashing | Success | | 43.291 |
8_cythonno_x86_64_2_64 | test_dead_sync_participant | Success | | 97.102 |
8_cythonno_x86_64_30_64 | test_alter_cf_auth | Success | | 36.109 |
8_cythonno_x86_64_30_64 | test_authorization_through_cache_handle_unavailable | Success | | 54.905 |
8_cythonno_x86_64_30_64 | test_hsha_with_ssl | Skipped | 5.1 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.11.x | 0.316 |
8_cythonno_x86_64_30_64 | test_compression_chunk_length | Success | | 24.032 |
8_cythonno_x86_64_30_64 | test_tracing_default_impl | Success | | 40.365 |
8_cythonno_x86_64_30_64 | test_insert | Success | | 47.676 |
8_cythonno_x86_64_30_64 | test_refresh_size_estimates_clears_invalid_entries | Success | | 24.493 |
8_cythonno_x86_64_30_64 | test_single_cell_deletions | Success | | 40.938 |
8_cythonno_x86_64_30_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 79.323 |
8_cythonno_x86_64_30_64 | test_compact_storage | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.562 |
8_cythonno_x86_64_30_64 | test_ssl_client_auth_required_fail | Success | | 28.185 |
8_cythonno_x86_64_30_64 | test_batch_mutate_remove_super_columns_with_none_given_underneath | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.350 |
8_cythonno_x86_64_30_64 | test_incr_decr_super_add | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.308 |
8_cythonno_x86_64_30_64 | test_udf_scripting | Skipped | 5.1 > 4.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4.1.x | 0.314 |
8_cythonno_x86_64_30_64 | test_update_schema_with_down_node | Success | | 93.175 |
8_cythonno_x86_64_30_64 | test_reading_with_wrong_number_of_columns | Success | | 25.010 |
8_cythonno_x86_64_30_64 | test_force | Success | | 49.093 |
8_cythonno_x86_64_31_64 | test_materialized_views_auth | Success | | 31.954 |
8_cythonno_x86_64_31_64 | test_authorization_from_cache_while_unavailable | Success | | 51.522 |
8_cythonno_x86_64_31_64 | test_write_and_read | Success | | 48.371 |
8_cythonno_x86_64_31_64 | test_change_durable_writes | Success | | 83.459 |
8_cythonno_x86_64_31_64 | test_delete_insert_search | Success | | 55.418 |
8_cythonno_x86_64_31_64 | test_populate_mv_after_insert | Success | | 49.856 |
8_cythonno_x86_64_31_64 | test_set_get_concurrent_view_builders | Success | | 32.333 |
8_cythonno_x86_64_31_64 | test_multiple_cell_deletions | Success | | 42.319 |
8_cythonno_x86_64_31_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 74.758 |
8_cythonno_x86_64_31_64 | test_compact_storage_composite | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.603 |
8_cythonno_x86_64_31_64 | test_ssl_client_auth_required_succeed | Success | | 67.295 |
8_cythonno_x86_64_31_64 | test_batch_mutate_remove_super_columns_entire_row | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.231 |
8_cythonno_x86_64_31_64 | test_incr_standard_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.500 |
8_cythonno_x86_64_31_64 | test_default_aggregate | Success | | 23.154 |
8_cythonno_x86_64_31_64 | test_describe_round_trip | Success | | 24.208 |
8_cythonno_x86_64_31_64 | test_reading_with_multiple_files | Success | | 27.202 |
8_cythonno_x86_64_31_64 | test_force_with_none_down | Success | | 42.334 |
8_cythonno_x86_64_32_64 | test_drop_ks_auth | Success | | 31.531 |
8_cythonno_x86_64_32_64 | test_permission_cache_background_reload_handle_unavailable | Success | | 58.313 |
8_cythonno_x86_64_32_64 | test_batch_and_slice | Success | | 49.127 |
8_cythonno_x86_64_32_64 | test_relative_paths | Success | | 26.803 |
8_cythonno_x86_64_32_64 | test_gc | Success | | 27.157 |
8_cythonno_x86_64_32_64 | test_populate_mv_after_insert_wide_rows_version40 | Skipped | Should be addressed with CASSANDRA-15845
Should be addressed with CASSANDRA-15845
| 95.668 |
8_cythonno_x86_64_32_64 | test_populate_mv_after_insert_wide_rows_version40 | Skipped | Should be addressed with CASSANDRA-15845
Should be addressed with CASSANDRA-15845
| 98.270 |
8_cythonno_x86_64_32_64 | test_describecluster_more_information_three_datacenters | Success | | 58.084 |
8_cythonno_x86_64_32_64 | test_ttl_deletions | Success | | 57.219 |
8_cythonno_x86_64_32_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 76.130 |
8_cythonno_x86_64_32_64 | test_nondefault_table_settings | Success | | 22.246 |
8_cythonno_x86_64_32_64 | test_ca_mismatch | Success | | 27.204 |
8_cythonno_x86_64_32_64 | test_batch_mutate_remove_slice_standard | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.495 |
8_cythonno_x86_64_32_64 | test_incr_super_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.289 |
8_cythonno_x86_64_32_64 | test_aggregate_udf | Success | | 23.433 |
8_cythonno_x86_64_32_64 | test_materialized_view | Success | | 29.006 |
8_cythonno_x86_64_32_64 | test_writing_with_max_output_size | Success | | 37.745 |
8_cythonno_x86_64_32_64 | test_hosts | Success | | 42.078 |
8_cythonno_x86_64_33_64 | test_drop_cf_auth | Success | | 32.062 |
8_cythonno_x86_64_33_64 | test_full_dc_access | Success | | 36.664 |
8_cythonno_x86_64_33_64 | test_paxos | Success | | 44.833 |
8_cythonno_x86_64_33_64 | test_simple_strategy | Success | | 93.914 |
8_cythonno_x86_64_33_64 | test_tombstone_size | Success | | 22.642 |
8_cythonno_x86_64_33_64 | test_populate_mv_after_insert_wide_rows | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.440 |
8_cythonno_x86_64_33_64 | test_sjk | Success | | 23.189 |
8_cythonno_x86_64_33_64 | test_failure_threshold_deletions | Success | | 45.174 |
8_cythonno_x86_64_33_64 | test_complementary_update_with_limit_on_regular_column | Success | | 74.942 |
8_cythonno_x86_64_33_64 | test_indexes | Success | | 23.788 |
8_cythonno_x86_64_33_64 | test_optional_outbound_tls | Success | | 196.311 |
8_cythonno_x86_64_33_64 | test_batch_mutate_remove_slice_of_entire_supercolumns | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.496 |
8_cythonno_x86_64_33_64 | test_incr_decr_standard_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.494 |
8_cythonno_x86_64_33_64 | test_udf_with_udt | Success | | 21.621 |
8_cythonno_x86_64_33_64 | test_clear | Success | | 28.324 |
8_cythonno_x86_64_33_64 | test_explicit_column_order_writing | Success | | 29.728 |
8_cythonno_x86_64_33_64 | test_subrange | Success | | 69.523 |
8_cythonno_x86_64_34_64 | test_modify_and_select_auth | Success | | 32.987 |
8_cythonno_x86_64_34_64 | test_single_dc_access | Success | | 38.075 |
8_cythonno_x86_64_34_64 | test_client_request_metrics | Success | | 135.614 |
8_cythonno_x86_64_34_64 | test_simple_strategy_each_quorum | Success | | 62.999 |
8_cythonno_x86_64_34_64 | test_disk_balance_stress | Success | | 122.296 |
8_cythonno_x86_64_34_64 | test_crc_check_chance | Success | | 39.775 |
8_cythonno_x86_64_34_64 | test_jobs_option_warning | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.226 |
8_cythonno_x86_64_34_64 | test_deletion_with_distinct_paging | Success | | 38.449 |
8_cythonno_x86_64_34_64 | test_complementary_update_with_limit_and_rows_between | Success | | 78.202 |
8_cythonno_x86_64_34_64 | test_durable_writes | Success | | 23.159 |
8_cythonno_x86_64_34_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.231 |
8_cythonno_x86_64_34_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_34_64 | test_incr_decr_super_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.467 |
8_cythonno_x86_64_34_64 | test_udf_with_udt_keyspace_isolation | Success | | 23.409 |
8_cythonno_x86_64_34_64 | test_cls | Success | | 23.324 |
8_cythonno_x86_64_34_64 | test_explicit_column_order_reading | Success | | 24.927 |
8_cythonno_x86_64_34_64 | test_repaired_tracking_with_partition_deletes | Success | | 58.148 |
8_cythonno_x86_64_35_64 | test_grant_revoke_without_ks_specified | Success | | 31.478 |
8_cythonno_x86_64_35_64 | test_revoked_dc_access | Success | | 37.862 |
8_cythonno_x86_64_35_64 | test_mv_lock_contention_during_replay | Success | | 41.319 |
8_cythonno_x86_64_35_64 | test_simple_strategy_counters | Success | | 83.094 |
8_cythonno_x86_64_35_64 | test_disk_balance_replace_same_address | Success | | 121.441 |
8_cythonno_x86_64_35_64 | test_prepared_statement | Success | | 41.563 |
8_cythonno_x86_64_35_64 | test_ipv4_ipv6_host | Success | | 23.973 |
8_cythonno_x86_64_35_64 | test_replica_availability | Success | | 92.589 |
8_cythonno_x86_64_35_64 | test_partition_deletion_on_skinny_table | Success | | 95.314 |
8_cythonno_x86_64_35_64 | test_static_column | Success | | 23.582 |
8_cythonno_x86_64_35_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.465 |
8_cythonno_x86_64_35_64 | test_batch_mutate_insertions_and_deletions | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.512 |
8_cythonno_x86_64_35_64 | test_incr_decr_standard_batch_add | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.495 |
8_cythonno_x86_64_35_64 | test_aggregate_with_udt_keyspace_isolation | Success | | 22.864 |
8_cythonno_x86_64_35_64 | test_batch | Success | | 23.149 |
8_cythonno_x86_64_35_64 | test_quoted_column_names_reading_specify_names | Success | | 23.211 |
8_cythonno_x86_64_35_64 | test_repaired_tracking_with_varying_sstable_sets | Success | | 73.082 |
8_cythonno_x86_64_36_64 | test_grant_revoke_auth | Success | | 34.770 |
8_cythonno_x86_64_36_64 | test_create_dc_validation | Success | | 37.434 |
8_cythonno_x86_64_36_64 | test_commitlog_replay_on_startup | Success | | 41.072 |
8_cythonno_x86_64_36_64 | test_simple_strategy_each_quorum_counters | Success | | 41.150 |
8_cythonno_x86_64_36_64 | test_disk_balance_replace_different_address | Success | | 119.419 |
8_cythonno_x86_64_36_64 | test_immutable | Success | | 38.782 |
8_cythonno_x86_64_36_64 | test_sstablelevelreset | Success | | 159.977 |
8_cythonno_x86_64_36_64 | test_contention_multi_iterations | Skipped | Hanging the build
/home/cassandra/cassandra-dtest/paxos_test.py:91: Hanging the build | 0.609 |
8_cythonno_x86_64_36_64 | test_partition_deletion_on_wide_table | Success | | 79.863 |
8_cythonno_x86_64_36_64 | test_udt_table | Success | | 23.845 |
8_cythonno_x86_64_36_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.599 |
8_cythonno_x86_64_36_64 | test_bad_system_calls | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.561 |
8_cythonno_x86_64_36_64 | test_incr_decr_standard_batch_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.330 |
8_cythonno_x86_64_36_64 | test_type_dropping | Success | | 42.161 |
8_cythonno_x86_64_36_64 | test_execute_statement | Success | | 25.050 |
8_cythonno_x86_64_36_64 | test_quoted_column_names_reading_dont_specify_names | Success | | 25.316 |
8_cythonno_x86_64_36_64 | test_repaired_tracking_with_mismatching_replicas | Success | | 76.885 |
8_cythonno_x86_64_37_64 | test_grant_revoke_nonexistent_user_or_ks | Success | | 39.022 |
8_cythonno_x86_64_37_64 | test_alter_dc_validation | Success | | 40.220 |
8_cythonno_x86_64_37_64 | test_default_segment_size | Success | | 56.499 |
8_cythonno_x86_64_37_64 | test_18766_sr | Success | | 168.071 |
8_cythonno_x86_64_37_64 | test_disk_balance_decommission | Success | | 150.210 |
8_cythonno_x86_64_37_64 | test_drop_mv | Success | | 49.497 |
8_cythonno_x86_64_37_64 | test_sstableofflinerelevel | Success | | 191.270 |
8_cythonno_x86_64_37_64 | test_contention_many_threads | Success | | 80.015 |
8_cythonno_x86_64_37_64 | test_row_deletion_on_wide_table | Success | | 87.067 |
8_cythonno_x86_64_37_64 | test_udf | Success | | 29.489 |
8_cythonno_x86_64_37_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.615 |
8_cythonno_x86_64_37_64 | test_bad_batch_calls | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.284 |
8_cythonno_x86_64_37_64 | test_range_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.251 |
8_cythonno_x86_64_37_64 | test_nested_type_dropping | Success | | 44.298 |
8_cythonno_x86_64_37_64 | test_fetch_all_rows_in_batch_mode | Success | | 27.014 |
8_cythonno_x86_64_37_64 | test_quoted_column_names_writing | Success | | 27.946 |
8_cythonno_x86_64_37_64 | test_parent_repair_session_cleanup | Success | | 56.622 |
8_cythonno_x86_64_38_64 | test_grant_revoke_cleanup | Success | | 35.273 |
8_cythonno_x86_64_38_64 | test_revoked_login | Success | | 41.342 |
8_cythonno_x86_64_38_64 | test_small_segment_size | Success | | 48.481 |
8_cythonno_x86_64_38_64 | test_14513_transient | Success | | 29.428 |
8_cythonno_x86_64_38_64 | test_blacklisted_directory | Success | | 67.432 |
8_cythonno_x86_64_38_64 | test_drop_column | Success | | 38.999 |
8_cythonno_x86_64_38_64 | test_sstableverify | Success | | 101.732 |
8_cythonno_x86_64_38_64 | test_dropped_index | Success | | 23.411 |
8_cythonno_x86_64_38_64 | test_range_deletion_on_wide_table | Success | | 77.949 |
8_cythonno_x86_64_38_64 | test_uda | Success | | 23.638 |
8_cythonno_x86_64_38_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.228 |
8_cythonno_x86_64_38_64 | test_column_name_lengths | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.208 |
8_cythonno_x86_64_38_64 | test_range_deletion_eoc_0 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.457 |
8_cythonno_x86_64_38_64 | test_type_enforcement | Success | | 41.693 |
8_cythonno_x86_64_38_64 | test_passwd_warnings | Success | | 39.948 |
8_cythonno_x86_64_38_64 | test_data_validation_on_read_template | Success | | 30.662 |
8_cythonno_x86_64_38_64 | test_parent_repair_session_cleanup | Success | | 47.740 |
8_cythonno_x86_64_39_64 | test_permissions_caching | Success | | 38.560 |
8_cythonno_x86_64_39_64 | test_empty_batch_throws_no_error | Success | | 24.254 |
8_cythonno_x86_64_39_64 | test_default_compressed_segment_size | Success | | 39.561 |
8_cythonno_x86_64_39_64 | test_14513_permanent | Success | | 73.653 |
8_cythonno_x86_64_39_64 | test_alter_replication_factor | Success | | 80.528 |
8_cythonno_x86_64_39_64 | test_drop_table | Success | | 42.440 |
8_cythonno_x86_64_39_64 | test_sstableexpiredblockers | Success | | 30.277 |
8_cythonno_x86_64_39_64 | test_restart_node | Success | | 155.777 |
8_cythonno_x86_64_39_64 | test_mismatching_insertions_on_skinny_table | Success | | 78.063 |
8_cythonno_x86_64_39_64 | test_table_alteration | Success | | 40.070 |
8_cythonno_x86_64_39_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.323 |
8_cythonno_x86_64_39_64 | test_bad_calls | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.301 |
8_cythonno_x86_64_39_64 | test_incr_decr_standard_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.550 |
8_cythonno_x86_64_39_64 | test_nested_user_types | Success | | 45.128 |
8_cythonno_x86_64_39_64 | test_uuid | Success | | 25.284 |
8_cythonno_x86_64_39_64 | test_read_wrong_column_names | Success | | 24.032 |
8_cythonno_x86_64_39_64 | test_parent_repair_session_cleanup | Success | | 69.089 |
8_cythonno_x86_64_3_64 | test_archiving_fql | Success | | 55.553 |
8_cythonno_x86_64_3_64 | test_role_requires_password_to_login | Success | | 34.177 |
8_cythonno_x86_64_3_64 | test_bootstrap_waits_for_streaming_to_finish | Success | | 60.587 |
8_cythonno_x86_64_3_64 | test_disable_autocompaction_schema[SizeTieredCompactionStrategy] | Success | | 67.258 |
8_cythonno_x86_64_3_64 | test_table_compact_storage | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.212 |
8_cythonno_x86_64_3_64 | test_compactionstats | Success | | 85.028 |
8_cythonno_x86_64_3_64 | test_view_tombstone | Success | | 117.147 |
8_cythonno_x86_64_3_64 | test_paging_with_filtering_on_clustering_columns_with_contains | Success | | 42.122 |
8_cythonno_x86_64_3_64 | test_atomic_writes[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.456 |
8_cythonno_x86_64_3_64 | test_mismatching_insertions_on_skinny_table | Success | | 75.578 |
8_cythonno_x86_64_3_64 | test_set_indexes | Success | | 57.893 |
8_cythonno_x86_64_3_64 | test_quick_write | Success | | 42.947 |
8_cythonno_x86_64_3_64 | test_describe | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.452 |
8_cythonno_x86_64_3_64 | test_insert_ttl_has_priority_on_defaut_ttl | Success | | 27.142 |
8_cythonno_x86_64_3_64 | test_past_and_future_dates | Success | | 21.711 |
8_cythonno_x86_64_3_64 | test_cqlsh_source | Success | | 22.150 |
8_cythonno_x86_64_3_64 | test_copy_from_with_more_failures_than_max_attempts | Success | | 34.693 |
8_cythonno_x86_64_3_64 | test_failure_during_anticompaction | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.444 |
8_cythonno_x86_64_40_64 | test_list_permissions | Success | | 31.522 |
8_cythonno_x86_64_40_64 | test_counter_batch_accepts_counter_mutations | Success | | 20.874 |
8_cythonno_x86_64_40_64 | test_small_compressed_segment_size | Success | | 39.168 |
8_cythonno_x86_64_40_64 | test_14330 | Success | | 64.594 |
8_cythonno_x86_64_40_64 | test_disk_balance_after_boundary_change_stcs | Success | | 296.449 |
8_cythonno_x86_64_40_64 | test_clustering_column | Success | | 55.957 |
8_cythonno_x86_64_40_64 | test_sstableupgrade | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.498 |
8_cythonno_x86_64_40_64 | test_restart_node_localhost | Success | | 121.989 |
8_cythonno_x86_64_40_64 | test_mismatching_insertions_on_wide_table | Success | | 78.769 |
8_cythonno_x86_64_40_64 | test_drop_column_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.507 |
8_cythonno_x86_64_40_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.496 |
8_cythonno_x86_64_40_64 | test_batch_insert_super | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.529 |
8_cythonno_x86_64_40_64 | test_incr_decr_standard_multiget_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.478 |
8_cythonno_x86_64_40_64 | test_type_as_part_of_pkey | Success | | 42.866 |
8_cythonno_x86_64_40_64 | test_commented_lines | Success | | 28.586 |
8_cythonno_x86_64_40_64 | test_all_datatypes_write | Success | | 25.944 |
8_cythonno_x86_64_40_64 | test_no_anticompaction_after_dclocal_repair | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.473 |
8_cythonno_x86_64_41_64 | test_type_auth | Success | | 32.837 |
8_cythonno_x86_64_41_64 | test_counter_batch_rejects_regular_mutations | Success | | 21.176 |
8_cythonno_x86_64_41_64 | test_stop_failure_policy | Success | | 33.974 |
8_cythonno_x86_64_41_64 | test_13911 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.459 |
8_cythonno_x86_64_41_64 | test_disk_balance_after_boundary_change_lcs | Success | | 266.894 |
8_cythonno_x86_64_41_64 | test_insert_during_range_movement_rf1 | Success | | 100.024 |
8_cythonno_x86_64_41_64 | test_sstabledump | Success | | 32.319 |
8_cythonno_x86_64_41_64 | test_add_and_remove_node | Success | | 83.391 |
8_cythonno_x86_64_41_64 | test_consistent_skinny_table | Success | | 30.013 |
8_cythonno_x86_64_41_64 | test_drop_column_compaction | Success | | 24.406 |
8_cythonno_x86_64_41_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.466 |
8_cythonno_x86_64_41_64 | test_cf_remove_column | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.190 |
8_cythonno_x86_64_41_64 | test_counter_get_slice_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.240 |
8_cythonno_x86_64_41_64 | test_type_secondary_indexing | Success | | 42.259 |
8_cythonno_x86_64_41_64 | test_colons_in_string_literals | Success | | 20.890 |
8_cythonno_x86_64_41_64 | test_all_datatypes_read | Success | | 24.433 |
8_cythonno_x86_64_41_64 | test_nonexistent_table_repair | Success | | 38.932 |
8_cythonno_x86_64_42_64 | test_restart_node_doesnt_lose_auth_data | Success | | 90.756 |
8_cythonno_x86_64_42_64 | test_logged_batch_accepts_regular_mutations | Success | | 22.705 |
8_cythonno_x86_64_42_64 | test_stop_commit_failure_policy | Success | | 73.997 |
8_cythonno_x86_64_42_64 | test_13911_rows_srp | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.189 |
8_cythonno_x86_64_42_64 | test_disk_balance_after_joining_ring_stcs | Success | | 367.599 |
8_cythonno_x86_64_42_64 | test_insert_during_range_movement_rf2 | Success | | 86.163 |
8_cythonno_x86_64_42_64 | test_with_no_results | Success | | 37.846 |
8_cythonno_x86_64_42_64 | test_schema_changes | Success | | 38.907 |
8_cythonno_x86_64_42_64 | test_consistent_wide_table | Success | | 31.810 |
8_cythonno_x86_64_42_64 | test_drop_column_queries | Success | | 22.868 |
8_cythonno_x86_64_42_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.289 |
8_cythonno_x86_64_42_64 | test_cf_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.467 |
8_cythonno_x86_64_42_64 | test_counter_get_slice_super_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.175 |
8_cythonno_x86_64_42_64 | test_type_keyspace_permission_isolation | Success | | 57.507 |
8_cythonno_x86_64_42_64 | test_select | Success | | 22.717 |
8_cythonno_x86_64_42_64 | test_all_datatypes_round_trip | Success | | 26.667 |
8_cythonno_x86_64_42_64 | test_no_anticompaction_after_hostspecific_repair | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.278 |
8_cythonno_x86_64_43_64 | test_auth_metrics | Success | | 52.763 |
8_cythonno_x86_64_43_64 | test_logged_batch_gcgs_below_threshold_single_table | Success | | 24.757 |
8_cythonno_x86_64_43_64 | test_die_failure_policy | Success | | 35.577 |
8_cythonno_x86_64_43_64 | test_13911_partitions_srp | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.630 |
8_cythonno_x86_64_43_64 | test_disk_balance_after_joining_ring_lcs | Success | | 307.611 |
8_cythonno_x86_64_43_64 | test_insert_during_range_movement_rf3 | Success | | 87.257 |
8_cythonno_x86_64_43_64 | test_with_less_results_than_page_size | Success | | 39.067 |
8_cythonno_x86_64_43_64 | test_tombstone_failure_threshold_message | Success | | 44.895 |
8_cythonno_x86_64_43_64 | test_count | Success | | 52.694 |
8_cythonno_x86_64_43_64 | test_drop_column_and_restart | Success | | 47.722 |
8_cythonno_x86_64_43_64 | test_sstableloader_uppercase_keyspace_name | Success | | 157.227 |
8_cythonno_x86_64_43_64 | test_super_cf_remove_and_range_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.481 |
8_cythonno_x86_64_43_64 | test_index_scan | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.445 |
8_cythonno_x86_64_43_64 | test_nulls_in_user_types | Success | | 42.258 |
8_cythonno_x86_64_43_64 | test_insert | Success | | 22.678 |
8_cythonno_x86_64_43_64 | test_boolstyle_round_trip | Success | | 45.173 |
8_cythonno_x86_64_43_64 | test_no_anticompaction_after_subrange_repair | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.318 |
8_cythonno_x86_64_44_64 | test_create_drop_role | Success | | 28.612 |
8_cythonno_x86_64_44_64 | test_logged_batch_gcgs_below_threshold_multi_table | Success | | 23.421 |
8_cythonno_x86_64_44_64 | test_ignore_failure_policy | Success | | 167.158 |
8_cythonno_x86_64_44_64 | test_13880 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.799 |
8_cythonno_x86_64_44_64 | test_replay | Success | | 139.874 |
8_cythonno_x86_64_44_64 | test_allow_filtering | Success | | 61.750 |
8_cythonno_x86_64_44_64 | test_with_more_results_than_page_size | Success | | 40.827 |
8_cythonno_x86_64_44_64 | test_putget | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.484 |
8_cythonno_x86_64_44_64 | test_update_on_skinny_table | Success | | 49.411 |
8_cythonno_x86_64_44_64 | test_drop_static_column_and_restart | Success | | 51.584 |
8_cythonno_x86_64_44_64 | test_incompressible_data_in_compressed_table | Success | | 26.222 |
8_cythonno_x86_64_44_64 | test_super_cf_remove_column | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.509 |
8_cythonno_x86_64_44_64 | test_index_scan_uuid_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.260 |
8_cythonno_x86_64_44_64 | test_no_counters_in_user_types | Success | | 21.388 |
8_cythonno_x86_64_44_64 | test_update | Success | | 26.993 |
8_cythonno_x86_64_44_64 | test_number_separators_round_trip | Success | | 29.384 |
8_cythonno_x86_64_44_64 | test_no_anticompaction_of_already_repaired | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.487 |
8_cythonno_x86_64_45_64 | test_conditional_create_drop_role | Success | | 31.938 |
8_cythonno_x86_64_45_64 | test_unlogged_batch_gcgs_below_threshold_should_not_print_warning | Success | | 26.006 |
8_cythonno_x86_64_45_64 | test_bad_crc | Success | | 40.980 |
8_cythonno_x86_64_45_64 | test_13747 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.510 |
8_cythonno_x86_64_45_64 | test_compare | Success | | 80.579 |
8_cythonno_x86_64_45_64 | test_secondary_index | Success | | 44.655 |
8_cythonno_x86_64_45_64 | test_with_equal_results_to_page_size | Success | | 43.905 |
8_cythonno_x86_64_45_64 | test_putget_snappy | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.260 |
8_cythonno_x86_64_45_64 | test_update_on_wide_table | Success | | 57.949 |
8_cythonno_x86_64_45_64 | test_scrub_static_table | Success | | 76.237 |
8_cythonno_x86_64_45_64 | test_remove_index_file | Success | | 64.487 |
8_cythonno_x86_64_45_64 | test_super_cf_remove_supercolumn | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.342 |
8_cythonno_x86_64_45_64 | test_index_scan_expiring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.469 |
8_cythonno_x86_64_45_64 | test_type_as_clustering_col | Success | | 42.812 |
8_cythonno_x86_64_45_64 | test_delete | Success | | 27.930 |
8_cythonno_x86_64_45_64 | test_round_trip_with_sub_second_precision | Success | | 27.522 |
8_cythonno_x86_64_45_64 | test_anticompaction_after_normal_repair | Success | | 119.758 |
8_cythonno_x86_64_46_64 | test_create_drop_role_validation | Success | | 30.250 |
8_cythonno_x86_64_46_64 | test_logged_batch_rejects_counter_mutations | Success | | 23.669 |
8_cythonno_x86_64_46_64 | test_compression_error | Success | | 36.357 |
8_cythonno_x86_64_46_64 | test_13595 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.224 |
8_cythonno_x86_64_46_64 | test_compare_mismatch | Success | | 196.583 |
8_cythonno_x86_64_46_64 | test_ttl | Success | | 60.655 |
8_cythonno_x86_64_46_64 | test_undefined_page_size_default | Success | | 44.644 |
8_cythonno_x86_64_46_64 | test_putget_deflate | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.234 |
8_cythonno_x86_64_46_64 | test_update_on_static_column_with_empty_partition | Success | | 50.106 |
8_cythonno_x86_64_46_64 | test_standalone_scrub | Success | | 70.299 |
8_cythonno_x86_64_46_64 | test_sstableloader_with_mv | Success | | 143.656 |
8_cythonno_x86_64_46_64 | test_super_cf_resurrect_subcolumn | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.230 |
8_cythonno_x86_64_46_64 | test_index_scan_indexed_column_outside_slice_predicate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.217 |
8_cythonno_x86_64_46_64 | test_udt_subfield | Success | | 39.739 |
8_cythonno_x86_64_46_64 | test_batch | Success | | 24.165 |
8_cythonno_x86_64_46_64 | test_round_trip_with_different_number_precision | Success | | 43.211 |
8_cythonno_x86_64_46_64 | test_simple_sequential_repair | Success | | 269.145 |
8_cythonno_x86_64_47_64 | test_role_admin_validation | Success | | 34.010 |
8_cythonno_x86_64_47_64 | test_unlogged_batch_accepts_regular_mutations | Success | | 23.670 |
8_cythonno_x86_64_47_64 | test_compaction_delete[LeveledCompactionStrategy] | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.223 |
8_cythonno_x86_64_47_64 | test_12872 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.210 |
8_cythonno_x86_64_47_64 | test_jvmdtest | Success | | 36.156 |
8_cythonno_x86_64_47_64 | test_query_all_new_column | Success | | 52.301 |
8_cythonno_x86_64_47_64 | test_with_order_by | Success | | 38.769 |
8_cythonno_x86_64_47_64 | test_non_local_read | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.225 |
8_cythonno_x86_64_47_64 | test_update_on_static_column_with_not_empty_partition | Success | | 51.105 |
8_cythonno_x86_64_47_64 | test_scrub_collections_table | Success | | 33.419 |
8_cythonno_x86_64_47_64 | test_sstableloader_empty_stream | Success | | 52.375 |
8_cythonno_x86_64_47_64 | test_empty_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.227 |
8_cythonno_x86_64_47_64 | test_column_not_found_quorum | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.209 |
8_cythonno_x86_64_47_64 | test_user_type_isolation | Success | | 23.123 |
8_cythonno_x86_64_47_64 | test_copy_stdout | Success | | 23.402 |
8_cythonno_x86_64_47_64 | test_round_trip_with_num_processes | Success | | 38.204 |
8_cythonno_x86_64_47_64 | test_simple_parallel_repair | Success | | 263.935 |
8_cythonno_x86_64_48_64 | test_creator_of_db_resource_granted_all_permissions | Success | | 30.475 |
8_cythonno_x86_64_48_64 | test_unlogged_batch_rejects_counter_mutations | Success | | 21.237 |
8_cythonno_x86_64_48_64 | test_compaction_delete[SizeTieredCompactionStrategy] | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.445 |
8_cythonno_x86_64_48_64 | test_short_read | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.529 |
8_cythonno_x86_64_48_64 | test_unclean_enable | Success | | 21.146 |
8_cythonno_x86_64_48_64 | test_query_new_column | Success | | 48.649 |
8_cythonno_x86_64_48_64 | test_with_order_by_reversed | Success | | 37.467 |
8_cythonno_x86_64_48_64 | test_rangeputget | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.436 |
8_cythonno_x86_64_48_64 | test_update_on_collection | Success | | 46.896 |
8_cythonno_x86_64_48_64 | test_nodetool_scrub | Success | | 50.231 |
8_cythonno_x86_64_48_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.530 |
8_cythonno_x86_64_48_64 | test_super_cql_read_compatibility | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.474 |
8_cythonno_x86_64_48_64 | test_get_range_slice_after_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.488 |
8_cythonno_x86_64_48_64 | test_wide_rows | Success | | 41.238 |
8_cythonno_x86_64_48_64 | test_create_keyspace | Success | | 21.377 |
8_cythonno_x86_64_48_64 | test_round_trip_with_rate_file | Success | | 54.962 |
8_cythonno_x86_64_48_64 | test_empty_vs_gcable_sequential_repair | Success | | 121.885 |
8_cythonno_x86_64_49_64 | test_create_and_grant_roles_with_superuser_status | Success | | 31.388 |
8_cythonno_x86_64_49_64 | test_logged_batch_throws_uae | Success | | 58.182 |
8_cythonno_x86_64_49_64 | test_compaction_delete[DateTieredCompactionStrategy] | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.245 |
8_cythonno_x86_64_49_64 | test_short_read_delete | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.249 |
8_cythonno_x86_64_49_64 | test_functional | Success | | 651.396 |
8_cythonno_x86_64_49_64 | test_rename_column | Success | | 55.774 |
8_cythonno_x86_64_49_64 | test_with_limit | Success | | 45.091 |
8_cythonno_x86_64_49_64 | test_wide_row | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.276 |
8_cythonno_x86_64_49_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 82.045 |
8_cythonno_x86_64_49_64 | test_standalone_scrub | Success | | 57.535 |
8_cythonno_x86_64_49_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.270 |
8_cythonno_x86_64_49_64 | test_super_cql_write_compatibility | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.524 |
8_cythonno_x86_64_49_64 | test_multi_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.269 |
8_cythonno_x86_64_49_64 | test_column_index_stress | Success | | 137.820 |
8_cythonno_x86_64_49_64 | test_drop_keyspace | Success | | 25.520 |
8_cythonno_x86_64_49_64 | test_copy_options_from_config_file | Success | | 57.809 |
8_cythonno_x86_64_49_64 | test_empty_vs_gcable_parallel_repair | Success | | 170.890 |
8_cythonno_x86_64_4_64 | test_archive_on_startup | Success | | 35.027 |
8_cythonno_x86_64_4_64 | test_superuser_status_is_inherited | Success | | 32.682 |
8_cythonno_x86_64_4_64 | test_consistent_range_movement_true_with_replica_down_should_fail | Success | | 116.664 |
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.620 |
8_cythonno_x86_64_4_64 | test_index | Success | | 29.581 |
8_cythonno_x86_64_4_64 | test_phi | Success | | 37.044 |
8_cythonno_x86_64_4_64 | test_simple_repair_by_base | Success | | 153.996 |
8_cythonno_x86_64_4_64 | test_paging_with_filtering_on_static_columns | Success | | 40.542 |
8_cythonno_x86_64_4_64 | test_atomic_writes[none] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.462 |
8_cythonno_x86_64_4_64 | test_mismatching_insertions_on_wide_table | Success | | 77.504 |
8_cythonno_x86_64_4_64 | test_multiple_indexes_on_single_map_column | Success | | 28.266 |
8_cythonno_x86_64_4_64 | test_sc_with_row_cache | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.613 |
8_cythonno_x86_64_4_64 | test_describe_ring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.338 |
8_cythonno_x86_64_4_64 | test_insert_ttl_works_without_default_ttl | Success | | 28.063 |
8_cythonno_x86_64_4_64 | test_sub_second_precision | Success | | 24.229 |
8_cythonno_x86_64_4_64 | test_cqlsh_json | Success | | 23.944 |
8_cythonno_x86_64_4_64 | test_copy_from_with_fewer_failures_than_max_attempts | Success | | 41.219 |
8_cythonno_x86_64_4_64 | test_failure_during_validation | Success | | 101.993 |
8_cythonno_x86_64_50_64 | test_drop_and_revoke_roles_with_superuser_status | Success | | 31.190 |
8_cythonno_x86_64_50_64 | test_logged_batch_doesnt_throw_uae | Success | | 77.322 |
8_cythonno_x86_64_50_64 | test_data_size | Success | | 67.690 |
8_cythonno_x86_64_50_64 | test_short_read_quorum_delete | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.248 |
8_cythonno_x86_64_50_64 | test_assassinate_valid_node | Success | | 161.099 |
8_cythonno_x86_64_50_64 | test_rename_column_atomicity | Success | | 46.211 |
8_cythonno_x86_64_50_64 | test_with_allow_filtering | Success | | 42.869 |
8_cythonno_x86_64_50_64 | test_ghosts | Success | | 34.967 |
8_cythonno_x86_64_50_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 80.033 |
8_cythonno_x86_64_50_64 | test_standalone_scrub_essential_files_only | Success | | 52.745 |
8_cythonno_x86_64_50_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.517 |
8_cythonno_x86_64_50_64 | test_range_with_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.503 |
8_cythonno_x86_64_50_64 | test_truncate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.491 |
8_cythonno_x86_64_50_64 | test_mutation_v2 | Skipped | 5.1 > 2.2.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.x | 0.222 |
8_cythonno_x86_64_50_64 | test_create_table | Success | | 24.463 |
8_cythonno_x86_64_50_64 | test_wrong_number_of_columns | Success | | 24.634 |
8_cythonno_x86_64_50_64 | test_range_tombstone_digest_sequential_repair | Success | | 66.715 |
8_cythonno_x86_64_51_64 | test_drop_role_removes_memberships | Success | | 30.999 |
8_cythonno_x86_64_51_64 | test_acknowledged_by_batchlog_not_set_when_batchlog_write_fails | Success | | 50.183 |
8_cythonno_x86_64_51_64 | test_bloomfilter_size[LeveledCompactionStrategy] | Success | | 95.205 |
8_cythonno_x86_64_51_64 | test_readrepair | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.312 |
8_cythonno_x86_64_51_64 | test_2dc_parallel_startup | Success | | 172.817 |
8_cythonno_x86_64_51_64 | test_lwt | Success | | 83.366 |
8_cythonno_x86_64_51_64 | test_paging_a_single_wide_row | Success | | 43.860 |
8_cythonno_x86_64_51_64 | test_tombstone_failure_v3 | Success | | 37.636 |
8_cythonno_x86_64_51_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 77.850 |
8_cythonno_x86_64_51_64 | test_scrub_with_UDT | Success | | 27.880 |
8_cythonno_x86_64_51_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.652 |
8_cythonno_x86_64_51_64 | test_range_with_remove_cf | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.359 |
8_cythonno_x86_64_51_64 | test_cql_range_tombstone_and_static | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.325 |
8_cythonno_x86_64_51_64 | test_mutation_v3 | Success | | 86.016 |
8_cythonno_x86_64_51_64 | test_drop_table | Success | | 25.291 |
8_cythonno_x86_64_51_64 | test_round_trip_murmur3 | Success | | 46.499 |
8_cythonno_x86_64_51_64 | test_range_tombstone_digest_parallel_repair | Success | | 67.069 |
8_cythonno_x86_64_52_64 | test_drop_role_revokes_permissions_granted_on_it | Success | | 28.293 |
8_cythonno_x86_64_52_64 | test_acknowledged_by_batchlog_set_when_batchlog_write_succeeds | Success | | 49.399 |
8_cythonno_x86_64_52_64 | test_bloomfilter_size[SizeTieredCompactionStrategy] | Success | | 93.555 |
8_cythonno_x86_64_52_64 | test_quorum_available_during_failure | Success | | 44.103 |
8_cythonno_x86_64_52_64 | test_2dc_parallel_startup_one_seed | Success | | 142.249 |
8_cythonno_x86_64_52_64 | test_interrupt_build_process | Success | | 225.105 |
8_cythonno_x86_64_52_64 | test_paging_across_multi_wide_rows | Success | | 43.852 |
8_cythonno_x86_64_52_64 | test_tombstone_failure_v4 | Success | | 36.486 |
8_cythonno_x86_64_52_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 72.452 |
8_cythonno_x86_64_52_64 | test_data_created_before_index_not_returned_in_where_query | Success | | 22.416 |
8_cythonno_x86_64_52_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.484 |
8_cythonno_x86_64_52_64 | test_range_collation | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.545 |
8_cythonno_x86_64_52_64 | test_compact_storage_get | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.211 |
8_cythonno_x86_64_52_64 | test_mutation_v4 | Success | | 92.755 |
8_cythonno_x86_64_52_64 | test_truncate | Success | | 27.967 |
8_cythonno_x86_64_52_64 | test_round_trip_random | Success | | 55.451 |
8_cythonno_x86_64_52_64 | test_shadowed_cell_digest_sequential_repair | Success | | 68.069 |
8_cythonno_x86_64_53_64 | test_grant_revoke_roles | Success | | 30.381 |
8_cythonno_x86_64_53_64 | test_batch_uses_proper_timestamp | Success | | 23.898 |
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.444 |
8_cythonno_x86_64_53_64 | test_consistent_reads_after_bootstrap | Success | | 95.469 |
8_cythonno_x86_64_53_64 | test_nodetool | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.459 |
8_cythonno_x86_64_53_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.001 |
8_cythonno_x86_64_53_64 | test_paging_using_secondary_indexes | Success | | 46.875 |
8_cythonno_x86_64_53_64 | test_tombstone_failure_v5 | Success | | 43.462 |
8_cythonno_x86_64_53_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 78.767 |
8_cythonno_x86_64_53_64 | test_low_cardinality_indexes | Success | | 49.974 |
8_cythonno_x86_64_53_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.493 |
8_cythonno_x86_64_53_64 | test_range_partial | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.520 |
8_cythonno_x86_64_53_64 | test_range_tombstone_eoc_0 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.514 |
8_cythonno_x86_64_53_64 | test_mutation_v5 | Success | | 97.079 |
8_cythonno_x86_64_53_64 | test_alter_table | Skipped | 5.1 > 2.2
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2 | 0.314 |
8_cythonno_x86_64_53_64 | test_round_trip_order_preserving | Success | | 54.858 |
8_cythonno_x86_64_53_64 | test_shadowed_cell_digest_parallel_repair | Success | | 71.227 |
8_cythonno_x86_64_54_64 | test_grant_revoke_role_validation | Success | | 31.223 |
8_cythonno_x86_64_54_64 | test_only_one_timestamp_is_valid | Success | | 26.206 |
8_cythonno_x86_64_54_64 | test_sstable_deletion[LeveledCompactionStrategy] | Success | | 32.184 |
8_cythonno_x86_64_54_64 | test_13691 | Skipped | 5.1 > 3.12
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.12 | 0.871 |
8_cythonno_x86_64_54_64 | test_hintedhandoff_disabled | Success | | 63.572 |
8_cythonno_x86_64_54_64 | test_drop_with_stopped_build | Success | | 129.484 |
8_cythonno_x86_64_54_64 | test_paging_with_in_orderby_and_two_partition_keys | Success | | 37.292 |
8_cythonno_x86_64_54_64 | test_alter_rf_and_run_read_repair | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.562 |
8_cythonno_x86_64_54_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 76.527 |
8_cythonno_x86_64_54_64 | test_6924_dropping_ks | Success | | 122.312 |
8_cythonno_x86_64_54_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.502 |
8_cythonno_x86_64_54_64 | test_get_slice_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.499 |
8_cythonno_x86_64_54_64 | test_multi_dc_tokens_default | Skipped | 5.1 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0.0 | 0.449 |
8_cythonno_x86_64_54_64 | test_mutation_any | Success | | 115.062 |
8_cythonno_x86_64_54_64 | test_use_keyspace | Success | | 25.039 |
8_cythonno_x86_64_54_64 | test_round_trip_byte_ordered | Success | | 51.056 |
8_cythonno_x86_64_54_64 | test_shadowed_range_tombstone_digest_sequential_repair | Success | | 76.332 |
8_cythonno_x86_64_55_64 | test_list_roles | Success | | 30.769 |
8_cythonno_x86_64_55_64 | test_each_statement_in_batch_uses_proper_timestamp | Success | | 23.662 |
8_cythonno_x86_64_55_64 | test_sstable_deletion[SizeTieredCompactionStrategy] | Success | | 30.687 |
8_cythonno_x86_64_55_64 | test_counter_leader_with_partial_view | Success | | 2.237 |
8_cythonno_x86_64_55_64 | test_counter_leader_with_partial_view | Success | | 182.835 |
8_cythonno_x86_64_55_64 | test_hintedhandoff_enabled | Success | | 75.632 |
8_cythonno_x86_64_55_64 | test_resume_stopped_build | Success | | 188.259 |
8_cythonno_x86_64_55_64 | test_group_by_paging | Success | | 48.092 |
8_cythonno_x86_64_55_64 | test_read_repair_chance | Skipped | 5.1 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.11.x | 0.237 |
8_cythonno_x86_64_55_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 78.226 |
8_cythonno_x86_64_55_64 | test_6924_dropping_cf | Success | | 73.769 |
8_cythonno_x86_64_55_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.495 |
8_cythonno_x86_64_55_64 | test_get_slice_super_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.222 |
8_cythonno_x86_64_55_64 | test_multi_dc_tokens_murmur3 | Skipped | 5.1 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0.0 | 0.474 |
8_cythonno_x86_64_55_64 | test_mutation_one | Success | | 116.719 |
8_cythonno_x86_64_55_64 | test_drop_index | Success | | 24.434 |
8_cythonno_x86_64_55_64 | test_source_copy_round_trip | Success | | 26.718 |
8_cythonno_x86_64_55_64 | test_shadowed_range_tombstone_digest_parallel_repair | Success | | 70.497 |
8_cythonno_x86_64_56_64 | test_grant_revoke_permissions | Success | | 33.330 |
8_cythonno_x86_64_56_64 | test_multi_table_batch_for_10554 | Success | | 52.082 |
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.559 |
8_cythonno_x86_64_56_64 | test_simple_increment | Success | | 40.871 |
8_cythonno_x86_64_56_64 | test_hintedhandoff_setmaxwindow | Success | | 132.807 |
8_cythonno_x86_64_56_64 | test_mv_with_default_ttl_with_flush | Success | | 242.292 |
8_cythonno_x86_64_56_64 | test_group_by_with_range_name_query_paging | Success | | 39.647 |
8_cythonno_x86_64_56_64 | test_range_slice_query_with_tombstones | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.672 |
8_cythonno_x86_64_56_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 77.336 |
8_cythonno_x86_64_56_64 | test_8280_validate_indexed_values | Success | | 25.599 |
8_cythonno_x86_64_56_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.633 |
8_cythonno_x86_64_56_64 | test_get_range_slices_tokens | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.331 |
8_cythonno_x86_64_56_64 | test_multi_dc_tokens_random | Skipped | 5.1 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0.0 | 0.343 |
8_cythonno_x86_64_56_64 | test_mutation_quorum | Success | | 63.955 |
8_cythonno_x86_64_56_64 | test_create_index | Success | | 25.793 |
8_cythonno_x86_64_56_64 | test_bulk_round_trip_default | Success | | 69.240 |
8_cythonno_x86_64_56_64 | test_local_dc_repair | Success | | 454.080 |
8_cythonno_x86_64_57_64 | test_filter_granted_permissions_by_resource_type | Success | | 30.214 |
8_cythonno_x86_64_57_64 | test_logged_batch_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.486 |
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.504 |
8_cythonno_x86_64_57_64 | test_upgrade | Success | | 179.421 |
8_cythonno_x86_64_57_64 | test_hintedhandoff_dc_disabled | Success | | 57.354 |
8_cythonno_x86_64_57_64 | test_mv_with_default_ttl_without_flush | Success | | 131.222 |
8_cythonno_x86_64_57_64 | test_group_by_with_static_columns_paging | Success | | 47.862 |
8_cythonno_x86_64_57_64 | test_gcable_tombstone_resurrection_on_range_slice_query | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.498 |
8_cythonno_x86_64_57_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 72.756 |
8_cythonno_x86_64_57_64 | test_8280_validate_indexed_values_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.548 |
8_cythonno_x86_64_57_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.491 |
8_cythonno_x86_64_57_64 | test_get_range_slice_super | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.486 |
8_cythonno_x86_64_57_64 | test_do_not_join_ring | Success | | 60.734 |
8_cythonno_x86_64_57_64 | test_batch | Success | | 86.578 |
8_cythonno_x86_64_57_64 | test_cjk_output | Success | | 22.443 |
8_cythonno_x86_64_57_64 | test_bulk_round_trip_non_prepared_statements | Success | | 85.481 |
8_cythonno_x86_64_57_64 | test_dc_repair | Success | | 417.390 |
8_cythonno_x86_64_58_64 | test_list_permissions | Success | | 30.509 |
8_cythonno_x86_64_58_64 | test_batchlog_replay_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.284 |
8_cythonno_x86_64_58_64 | test_compaction_throughput | Success | | 111.677 |
8_cythonno_x86_64_58_64 | test_counter_consistency | Success | | 109.764 |
8_cythonno_x86_64_58_64 | test_hintedhandoff_dc_reenabled | Success | | 84.230 |
8_cythonno_x86_64_58_64 | test_no_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 258.621 |
8_cythonno_x86_64_58_64 | test_static_columns_paging | Success | | 48.101 |
8_cythonno_x86_64_58_64 | test_tracing_does_not_interfere_with_digest_calculation | Success | | 71.873 |
8_cythonno_x86_64_58_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 76.352 |
8_cythonno_x86_64_58_64 | test_manual_rebuild_index | Success | | 48.216 |
8_cythonno_x86_64_58_64 | test_sstableloader_with_failing_2i | Success | | 88.605 |
8_cythonno_x86_64_58_64 | test_get_range_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.243 |
8_cythonno_x86_64_58_64 | test_size_estimates_multidc | Success | | 85.989 |
8_cythonno_x86_64_58_64 | test_counter | Success | | 108.438 |
8_cythonno_x86_64_58_64 | test_login_keeps_keyspace | Success | | 34.386 |
8_cythonno_x86_64_58_64 | test_bulk_round_trip_blogposts | Success | | 85.278 |
8_cythonno_x86_64_58_64 | test_dc_parallel_repair | Success | | 441.233 |
8_cythonno_x86_64_59_64 | test_list_permissions_validation | Success | | 29.483 |
8_cythonno_x86_64_59_64 | test_logged_batch_compatibility_2 | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.533 |
8_cythonno_x86_64_59_64 | test_compaction_strategy_switching[LeveledCompactionStrategy] | Success | | 53.993 |
8_cythonno_x86_64_59_64 | test_multi_counter_update | Success | | 37.300 |
8_cythonno_x86_64_59_64 | test_hintedhandoff_window | Success | | 96.919 |
8_cythonno_x86_64_59_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.000 |
8_cythonno_x86_64_59_64 | test_paging_using_secondary_indexes_with_static_cols | Success | | 41.617 |
8_cythonno_x86_64_59_64 | test_failed_read_repair | Success | | 45.378 |
8_cythonno_x86_64_59_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 71.265 |
8_cythonno_x86_64_59_64 | test_failing_manual_rebuild_index | Success | | 51.015 |
8_cythonno_x86_64_59_64 | test_split | Success | | 112.437 |
8_cythonno_x86_64_59_64 | test_wrapped_range_slices | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.469 |
8_cythonno_x86_64_59_64 | test_simple_removenode | Success | | 73.778 |
8_cythonno_x86_64_59_64 | test_paxos | Success | | 84.954 |
8_cythonno_x86_64_59_64 | test_login_rejects_bad_pass | Success | | 32.486 |
8_cythonno_x86_64_59_64 | test_bulk_round_trip_blogposts_with_max_connections | Success | | 80.940 |
8_cythonno_x86_64_59_64 | test_repair_validates_dc | Success | | 391.014 |
8_cythonno_x86_64_5_64 | test_archive_on_shutdown | Success | | 26.142 |
8_cythonno_x86_64_5_64 | test_list_users_considers_inherited_superuser_status | Success | | 28.996 |
8_cythonno_x86_64_5_64 | test_consistent_range_movement_false_with_replica_down_should_succeed | Success | | 104.839 |
8_cythonno_x86_64_5_64 | test_disable_autocompaction_alter[LeveledCompactionStrategy] | Success | | 41.200 |
8_cythonno_x86_64_5_64 | test_type | Success | | 22.166 |
8_cythonno_x86_64_5_64 | test_set_get_batchlog_replay_throttle | Success | | 27.482 |
8_cythonno_x86_64_5_64 | test_simple_repair_by_view | Success | | 139.383 |
8_cythonno_x86_64_5_64 | test_paging_with_filtering_on_partition_key | Success | | 42.244 |
8_cythonno_x86_64_5_64 | test_simple_rebuild | Success | | 111.589 |
8_cythonno_x86_64_5_64 | test_consistent_skinny_table | Success | | 35.229 |
8_cythonno_x86_64_5_64 | test_map_indexes | Success | | 82.428 |
8_cythonno_x86_64_5_64 | test_functional | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.185 |
8_cythonno_x86_64_5_64 | test_describe_token_map | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.421 |
8_cythonno_x86_64_5_64 | test_default_ttl_can_be_removed | Success | | 22.858 |
8_cythonno_x86_64_5_64 | test_eat_glass | Success | | 22.615 |
8_cythonno_x86_64_5_64 | test_list_data | Success | | 23.622 |
8_cythonno_x86_64_5_64 | test_copy_from_with_child_process_crashing | Success | | 133.577 |
8_cythonno_x86_64_60_64 | test_role_caching_authenticated_user | Success | | 33.790 |
8_cythonno_x86_64_60_64 | test_logged_batch_compatibility_3 | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.478 |
8_cythonno_x86_64_60_64 | test_compaction_strategy_switching[SizeTieredCompactionStrategy] | Success | | 57.233 |
8_cythonno_x86_64_60_64 | test_validate_empty_column_name | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.476 |
8_cythonno_x86_64_60_64 | test_putget_with_internode_ssl | Success | | 56.606 |
8_cythonno_x86_64_60_64 | test_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 249.652 |
8_cythonno_x86_64_60_64 | test_static_columns_with_empty_non_static_columns_paging | Success | | 39.067 |
8_cythonno_x86_64_60_64 | test_normal_read_repair | Success | | 44.688 |
8_cythonno_x86_64_60_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 79.526 |
8_cythonno_x86_64_60_64 | test_drop_index_while_building | Success | | 68.556 |
8_cythonno_x86_64_60_64 | test_single_file_split | Success | | 48.642 |
8_cythonno_x86_64_60_64 | test_get_slice_by_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.234 |
8_cythonno_x86_64_60_64 | test_simple_decommission | Success | | 69.788 |
8_cythonno_x86_64_60_64 | test_paxos_any | Success | | 89.707 |
8_cythonno_x86_64_60_64 | test_login_authenticates_correct_user | Success | | 34.691 |
8_cythonno_x86_64_60_64 | test_bulk_round_trip_with_timeouts | Success | | 57.495 |
8_cythonno_x86_64_60_64 | test_non_replicated_ks_repair | Success | | 56.354 |
8_cythonno_x86_64_61_64 | test_drop_non_existent_role_should_not_update_cache | Success | | 31.786 |
8_cythonno_x86_64_61_64 | test_logged_batch_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.226 |
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.458 |
8_cythonno_x86_64_61_64 | test_drop_counter_column | Success | | 23.170 |
8_cythonno_x86_64_61_64 | test_putget_with_internode_ssl_without_compression | Success | | 55.806 |
8_cythonno_x86_64_61_64 | test_base_column_in_view_pk_complex_timestamp_without_flush | Success | | 194.254 |
8_cythonno_x86_64_61_64 | test_select_in_clause_with_duplicate_keys | Success | | 38.302 |
8_cythonno_x86_64_61_64 | test_speculative_data_request | Success | | 43.781 |
8_cythonno_x86_64_61_64 | test_complementary_update_with_limit_on_regular_column | Success | | 77.642 |
8_cythonno_x86_64_61_64 | test_index_is_not_rebuilt_at_restart | Success | | 49.776 |
8_cythonno_x86_64_61_64 | test_compaction | Success | | 91.324 |
8_cythonno_x86_64_61_64 | test_multiget_slice_with_compact_table | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.234 |
8_cythonno_x86_64_61_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_61_64 | test_thrift | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.216 |
8_cythonno_x86_64_61_64 | test_login_allows_bad_pass_and_continued_use | Success | | 34.433 |
8_cythonno_x86_64_61_64 | test_bulk_round_trip_with_low_ingestrate | Success | | 64.862 |
8_cythonno_x86_64_61_64 | test_trace_repair | Success | | 114.076 |
8_cythonno_x86_64_62_64 | test_prevent_circular_grants | Success | | 30.284 |
8_cythonno_x86_64_62_64 | test_batchlog_replay_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.485 |
8_cythonno_x86_64_62_64 | test_large_compaction_warning | Skipped | ported to in-JVM from 5.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 5.0 >= 5.1 | 0.518 |
8_cythonno_x86_64_62_64 | test_compact_counter_cluster | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.228 |
8_cythonno_x86_64_62_64 | test_basic_auth | Success | | 44.681 |
8_cythonno_x86_64_62_64 | test_expired_liveness_with_limit_rf1_nodes1 | Success | | 23.643 |
8_cythonno_x86_64_62_64 | test_paging_with_filtering | Success | | 48.888 |
8_cythonno_x86_64_62_64 | test_speculative_write | Success | | 53.094 |
8_cythonno_x86_64_62_64 | test_complementary_update_with_limit_and_rows_between | Success | | 80.766 |
8_cythonno_x86_64_62_64 | test_multi_index_filtering_query | Success | | 23.374 |
8_cythonno_x86_64_62_64 | test_abortedcompaction | Success | | 198.681 |
8_cythonno_x86_64_62_64 | test_multiget_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.471 |
8_cythonno_x86_64_62_64 | test_resumable_decommission | Success | | 129.336 |
8_cythonno_x86_64_62_64 | test_oversized_mutation | Success | | 79.362 |
8_cythonno_x86_64_62_64 | test_list_roles_after_login | Success | | 32.930 |
8_cythonno_x86_64_62_64 | test_bulk_round_trip_with_single_core | Success | | 129.746 |
8_cythonno_x86_64_62_64 | test_thread_count_repair | Success | | 282.729 |
8_cythonno_x86_64_63_64 | test_create_user_as_alias_for_create_role | Success | | 29.937 |
8_cythonno_x86_64_63_64 | test_logged_batch_compatibility_5 | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.742 |
8_cythonno_x86_64_63_64 | test_disable_autocompaction_nodetool[LeveledCompactionStrategy] | Success | | 58.178 |
8_cythonno_x86_64_63_64 | test_counter_node_down | Success | | 66.026 |
8_cythonno_x86_64_63_64 | test_revoked_jmx_access | Success | | 38.482 |
8_cythonno_x86_64_63_64 | test_expired_liveness_with_limit_rf1_nodes3 | Success | | 72.653 |
8_cythonno_x86_64_63_64 | test_paging_with_filtering_on_counter_columns | Success | | 50.870 |
8_cythonno_x86_64_63_64 | test_quorum_requirement | Success | | 55.464 |
8_cythonno_x86_64_63_64 | test_partition_deletion_on_skinny_table | Success | | 74.492 |
8_cythonno_x86_64_63_64 | test_only_coordinator_chooses_index_for_query | Success | | 56.316 |
8_cythonno_x86_64_63_64 | test_zerocopy_streaming | Success | | 86.011 |
8_cythonno_x86_64_63_64 | test_multi_count | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.230 |
8_cythonno_x86_64_63_64 | test_decommissioned_node_cant_rejoin | Success | | 54.400 |
8_cythonno_x86_64_63_64 | test_pycodestyle_compliance | Success | | 1.784 |
8_cythonno_x86_64_63_64 | test_cqlsh_execute_cmdline | Success | | 26.733 |
8_cythonno_x86_64_63_64 | test_bulk_round_trip_with_backoff | Success | | 106.345 |
8_cythonno_x86_64_63_64 | test_wide_row_repair | Success | | 99.297 |
8_cythonno_x86_64_64_64 | test_role_name | Success | | 32.052 |
8_cythonno_x86_64_64_64 | test_simple_bootstrap_nodata | Success | | 50.196 |
8_cythonno_x86_64_64_64 | test_disable_autocompaction_nodetool[SizeTieredCompactionStrategy] | Success | | 51.299 |
8_cythonno_x86_64_64_64 | test_batch_preparation | Success | | 28.773 |
8_cythonno_x86_64_64_64 | test_netstats | Success | | 187.482 |
8_cythonno_x86_64_64_64 | test_expired_liveness_with_limit_rf3 | Success | | 82.629 |
8_cythonno_x86_64_64_64 | test_paging_with_filtering_on_counter_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.598 |
8_cythonno_x86_64_64_64 | test_quorum_requirement_on_speculated_read | Success | | 51.691 |
8_cythonno_x86_64_64_64 | test_partition_deletion_on_wide_table | Success | | 84.352 |
8_cythonno_x86_64_64_64 | test_query_indexes_with_vnodes | Success | | 41.671 |
8_cythonno_x86_64_64_64 | test_zerocopy_streaming_no_replication | Success | | 92.823 |
8_cythonno_x86_64_64_64 | test_batch_mutate_super_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.505 |
8_cythonno_x86_64_64_64 | test_crash_during_decommission | Success | | 105.365 |
8_cythonno_x86_64_64_64 | test_simple_insert | Success | | 26.015 |
8_cythonno_x86_64_64_64 | test_cqlsh_input_cmdline | Success | | 26.774 |
8_cythonno_x86_64_64_64 | test_copy_to_with_more_failures_than_max_attempts | Success | | 47.260 |
8_cythonno_x86_64_64_64 | test_dead_coordinator | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.660 |
8_cythonno_x86_64_6_64 | test_login_existing_node | Success | | 133.954 |
8_cythonno_x86_64_6_64 | test_grant_revoke_udf_permissions | Success | | 32.237 |
8_cythonno_x86_64_6_64 | test_consistent_range_movement_true_with_rf1_should_fail | Success | | 97.631 |
8_cythonno_x86_64_6_64 | test_disable_autocompaction_alter[SizeTieredCompactionStrategy] | Success | | 49.021 |
8_cythonno_x86_64_6_64 | test_user | Success | | 36.240 |
8_cythonno_x86_64_6_64 | test_bloom_filter_false_ratio | Success | | 42.741 |
8_cythonno_x86_64_6_64 | test_base_replica_repair | Success | | 146.274 |
8_cythonno_x86_64_6_64 | test_paging_with_filtering_on_partition_key_with_limit | Success | | 42.834 |
8_cythonno_x86_64_6_64 | test_resumable_rebuild | Success | | 127.357 |
8_cythonno_x86_64_6_64 | test_consistent_wide_table | Success | | 34.695 |
8_cythonno_x86_64_6_64 | test_read_old_sstables_after_upgrade | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.525 |
8_cythonno_x86_64_6_64 | test_local_system_keyspaces | Success | | 25.005 |
8_cythonno_x86_64_6_64 | test_describe_partitioner | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.556 |
8_cythonno_x86_64_6_64 | test_removing_default_ttl_does_not_affect_existing_rows | Success | | 43.773 |
8_cythonno_x86_64_6_64 | test_source_glass | Success | | 26.716 |
8_cythonno_x86_64_6_64 | test_tuple_data | Success | | 27.711 |
8_cythonno_x86_64_6_64 | test_copy_from_with_unacked_batches | Success | | 73.823 |
8_cythonno_x86_64_7_64 | test_login_new_node | Success | | 127.866 |
8_cythonno_x86_64_7_64 | test_grant_revoke_are_idempotent | Success | | 34.072 |
8_cythonno_x86_64_7_64 | test_consistent_range_movement_false_with_rf1_should_succeed | Success | | 120.032 |
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.710 |
8_cythonno_x86_64_7_64 | test_statements | Success | | 29.636 |
8_cythonno_x86_64_7_64 | test_jmx_connection | Success | | 34.093 |
8_cythonno_x86_64_7_64 | test_base_replica_repair_with_contention | Success | | 180.471 |
8_cythonno_x86_64_7_64 | test_paging_with_filtering_on_partition_key_on_counter_columns | Success | | 48.504 |
8_cythonno_x86_64_7_64 | test_rebuild_ranges | Success | | 130.500 |
8_cythonno_x86_64_7_64 | test_count | Success | | 64.939 |
8_cythonno_x86_64_7_64 | test_bootstrap | Success | | 56.614 |
8_cythonno_x86_64_7_64 | test_replicated_system_keyspaces | Success | | 29.156 |
8_cythonno_x86_64_7_64 | test_describe_snitch | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.726 |
8_cythonno_x86_64_7_64 | test_update_single_column_ttl | Success | | 33.401 |
8_cythonno_x86_64_7_64 | test_unicode_syntax_error | Success | | 25.756 |
8_cythonno_x86_64_7_64 | test_colon_delimiter | Success | | 29.213 |
8_cythonno_x86_64_7_64 | test_copy_from_with_large_cql_rows | Success | | 41.136 |
8_cythonno_x86_64_8_64 | test_list_users | Success | | 50.823 |
8_cythonno_x86_64_8_64 | test_function_resource_hierarchy_permissions | Success | | 29.602 |
8_cythonno_x86_64_8_64 | test_rf_gt_nodes_multidc_should_succeed | Success | | 46.912 |
8_cythonno_x86_64_8_64 | test_disable_autocompaction_alter_and_nodetool[LeveledCompactionStrategy] | Success | | 45.142 |
8_cythonno_x86_64_8_64 | test_partition_key_allow_filtering | Success | | 22.741 |
8_cythonno_x86_64_8_64 | test_require_client_auth | Success | | 26.378 |
8_cythonno_x86_64_8_64 | test_complex_mv_select_statements | Success | | 79.970 |
8_cythonno_x86_64_8_64 | test_paging_with_filtering_on_partition_key_on_counter_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.214 |
8_cythonno_x86_64_8_64 | test_refresh_deadlock_startup | Success | | 134.140 |
8_cythonno_x86_64_8_64 | test_update_missed_by_transient_replica | Success | | 29.799 |
8_cythonno_x86_64_8_64 | test_resume | Success | | 77.122 |
8_cythonno_x86_64_8_64 | test_closing_connections | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.580 |
8_cythonno_x86_64_8_64 | test_invalid_ks_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.183 |
8_cythonno_x86_64_8_64 | test_update_multiple_columns_ttl | Success | | 26.337 |
8_cythonno_x86_64_8_64 | test_unicode_invalid_request_error | Success | | 23.652 |
8_cythonno_x86_64_8_64 | test_letter_delimiter | Success | | 25.232 |
8_cythonno_x86_64_8_64 | test_copy_from_with_brackets_in_UDT | Success | | 24.858 |
8_cythonno_x86_64_9_64 | test_modify_and_select_auth | Success | | 107.829 |
8_cythonno_x86_64_9_64 | test_udf_permissions_validation | Success | | 32.221 |
8_cythonno_x86_64_9_64 | test_resumable_bootstrap | Success | | 107.772 |
8_cythonno_x86_64_9_64 | test_disable_autocompaction_alter_and_nodetool[SizeTieredCompactionStrategy] | Success | | 49.003 |
8_cythonno_x86_64_9_64 | test_batch | Success | | 21.946 |
8_cythonno_x86_64_9_64 | test_basic_data_types | Success | | 27.409 |
8_cythonno_x86_64_9_64 | test_base_view_consistency_on_failure_after_mv_apply | Success | | 120.528 |
8_cythonno_x86_64_9_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns | Success | | 39.479 |
8_cythonno_x86_64_9_64 | test_fail_without_replace | Success | | 139.158 |
8_cythonno_x86_64_9_64 | test_update_only_on_transient_replica | Success | | 27.248 |
8_cythonno_x86_64_9_64 | test_manual_join | Success | | 44.099 |
8_cythonno_x86_64_9_64 | test_6285 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.189 |
8_cythonno_x86_64_9_64 | test_invalid_strategy_class | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.179 |
8_cythonno_x86_64_9_64 | test_update_column_ttl_with_default_ttl | Success | | 31.370 |
8_cythonno_x86_64_9_64 | test_with_empty_values | Success | | 22.589 |
8_cythonno_x86_64_9_64 | test_number_delimiter | Success | | 25.558 |
8_cythonno_x86_64_9_64 | test_round_trip_with_authentication | Success | | 40.653 |
8_cythonno_x86_64_10_64 | test_system_auth_ks_is_alterable | Success | | 115.637 |
8_cythonno_x86_64_10_64 | test_drop_role_cleans_up_udf_permissions | Success | | 29.701 |
8_cythonno_x86_64_10_64 | test_bootstrap_with_reset_bootstrap_state | Success | | 185.462 |
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.471 |
8_cythonno_x86_64_10_64 | test_large_collection_errors | Skipped | 5.1 > 3.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0 | 0.206 |
8_cythonno_x86_64_10_64 | test_counters | Success | | 23.379 |
8_cythonno_x86_64_10_64 | test_base_view_consistency_on_failure_before_mv_apply | Success | | 108.431 |
8_cythonno_x86_64_10_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.223 |
8_cythonno_x86_64_10_64 | test_fail_when_seed | Success | | 75.987 |
8_cythonno_x86_64_10_64 | test_rf_collapse_gossiping_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.239 |
8_cythonno_x86_64_10_64 | test_write_survey | Success | | 46.168 |
8_cythonno_x86_64_10_64 | test_insert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.480 |
8_cythonno_x86_64_10_64 | test_invalid_cf_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.475 |
8_cythonno_x86_64_10_64 | test_remove_column_ttl | Success | | 25.394 |
8_cythonno_x86_64_10_64 | test_tracing_from_system_traces | Success | | 23.405 |
8_cythonno_x86_64_10_64 | test_default_null_indicator | Success | | 25.415 |
8_cythonno_x86_64_10_64 | test_reading_pk_timestamps_with_counters | Success | | 22.680 |
8_cythonno_x86_64_11_64 | test_login | Success | | 91.615 |
8_cythonno_x86_64_11_64 | test_drop_function_and_keyspace_cleans_up_udf_permissions | Success | | 30.900 |
8_cythonno_x86_64_11_64 | test_manual_bootstrap | Success | | 64.339 |
8_cythonno_x86_64_11_64 | test_user_defined_compaction | Success | | 82.121 |
8_cythonno_x86_64_11_64 | test_cql3_insert_thrift | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.166 |
8_cythonno_x86_64_11_64 | test_complex_data_types | Success | | 30.597 |
8_cythonno_x86_64_11_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.000 |
8_cythonno_x86_64_11_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns_with_contains | Success | | 37.954 |
8_cythonno_x86_64_11_64 | test_unsafe_replace | Success | | 153.980 |
8_cythonno_x86_64_11_64 | test_rf_expand_gossiping_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.193 |
8_cythonno_x86_64_11_64 | test_startup_no_live_seeds | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.442 |
8_cythonno_x86_64_11_64 | test_empty_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.178 |
8_cythonno_x86_64_11_64 | test_system_cf_recreate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.430 |
8_cythonno_x86_64_11_64 | test_set_ttl_to_zero_to_default_ttl | Success | | 25.847 |
8_cythonno_x86_64_11_64 | test_select_element_inside_udt | Success | | 21.589 |
8_cythonno_x86_64_11_64 | test_default_null_indicator_no_prepared_statements | Success | | 24.607 |
8_cythonno_x86_64_11_64 | test_copy_from_with_wrong_order_or_missing_UDT_fields | Success | | 23.617 |
8_cythonno_x86_64_12_64 | test_only_superuser_can_create_users | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.491 |
8_cythonno_x86_64_12_64 | test_udf_with_overloads_permissions | Success | | 29.083 |
8_cythonno_x86_64_12_64 | test_local_quorum_bootstrap | Success | | 113.455 |
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.698 |
8_cythonno_x86_64_12_64 | test_rename | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.573 |
8_cythonno_x86_64_12_64 | test_basic_data_types | Success | | 23.780 |
8_cythonno_x86_64_12_64 | test_multi_partition_consistent_reads_after_write | Success | | 270.494 |
8_cythonno_x86_64_12_64 | test_paging_with_filtering_on_partition_key_on_static_columns | Success | | 37.989 |
8_cythonno_x86_64_12_64 | test_insert_data_during_replace_same_address | Success | | 195.117 |
8_cythonno_x86_64_12_64 | test_rf_collapse_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.189 |
8_cythonno_x86_64_12_64 | test_startup_non_seed_with_peers | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.422 |
8_cythonno_x86_64_12_64 | test_cas | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.173 |
8_cythonno_x86_64_12_64 | test_system_keyspace_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.172 |
8_cythonno_x86_64_12_64 | test_remove_column_ttl_with_default_ttl | Skipped | 5.1 > 3.5
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.5 | 0.171 |
8_cythonno_x86_64_12_64 | test_list_queries | Success | | 31.102 |
8_cythonno_x86_64_12_64 | test_undefined_as_null_indicator | Success | | 23.982 |
8_cythonno_x86_64_12_64 | test_reading_text_pk_counters | Success | | 22.409 |
8_cythonno_x86_64_13_64 | test_password_authenticator_create_user_requires_password | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.786 |
8_cythonno_x86_64_13_64 | test_drop_keyspace_cleans_up_function_level_permissions | Success | | 39.848 |
8_cythonno_x86_64_13_64 | test_shutdown_wiped_node_cannot_join | Success | | 110.515 |
8_cythonno_x86_64_13_64 | test_disable_compression_cql | Success | | 25.722 |
8_cythonno_x86_64_13_64 | test_invalid_string_literals | Success | | 28.408 |
8_cythonno_x86_64_13_64 | test_complex_data_types | Success | | 34.017 |
8_cythonno_x86_64_13_64 | test_mutations_dontblock | Success | | 37.154 |
8_cythonno_x86_64_13_64 | test_paging_on_compact_table_with_tombstone_on_first_column | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.563 |
8_cythonno_x86_64_13_64 | test_insert_data_during_replace_different_address | Success | | 213.694 |
8_cythonno_x86_64_13_64 | test_rf_expand_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.673 |
8_cythonno_x86_64_13_64 | test_startup_after_ring_delay | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.357 |
8_cythonno_x86_64_13_64 | test_missing_super | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.583 |
8_cythonno_x86_64_13_64 | test_create_then_drop_ks | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.581 |
8_cythonno_x86_64_13_64 | test_collection_list_ttl | Success | | 36.894 |
8_cythonno_x86_64_13_64 | test_describe | Success | | 65.436 |
8_cythonno_x86_64_13_64 | test_undefined_as_null_indicator_no_prepared_statements | Success | | 28.204 |
8_cythonno_x86_64_13_64 | test_reading_text_pk_no_prepared_statements | Success | | 26.738 |
8_cythonno_x86_64_14_64 | test_cant_create_existing_user | Success | | 31.906 |
8_cythonno_x86_64_14_64 | test_udf_permissions_in_selection | Success | | 33.310 |
8_cythonno_x86_64_14_64 | test_killed_wiped_node_cannot_join | Success | | 88.038 |
8_cythonno_x86_64_14_64 | test_compression_cql_options | Success | | 24.825 |
8_cythonno_x86_64_14_64 | test_prepared_statement_invalidation | Success | | 23.804 |
8_cythonno_x86_64_14_64 | test_collection_update | Success | | 30.591 |
8_cythonno_x86_64_14_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_14_64 | test_paging_with_no_clustering_columns | Success | | 39.716 |
8_cythonno_x86_64_14_64 | test_replace_with_insufficient_replicas | Success | | 174.049 |
8_cythonno_x86_64_14_64 | test_rf_collapse_yaml_file_snitch | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.348 |
8_cythonno_x86_64_14_64 | test_basic_snapshot_and_restore | Success | | 49.845 |
8_cythonno_x86_64_14_64 | test_count | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.628 |
8_cythonno_x86_64_14_64 | test_column_validators | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.621 |
8_cythonno_x86_64_14_64 | test_collection_set_ttl | Success | | 35.564 |
8_cythonno_x86_64_14_64 | test_describe_describes_non_default_compaction_parameters | Success | | 22.991 |
8_cythonno_x86_64_14_64 | test_null_as_null_indicator | Success | | 26.768 |
8_cythonno_x86_64_14_64 | test_reading_empty_strings_for_different_types | Success | | 26.786 |
8_cythonno_x86_64_15_64 | test_list_users | Success | | 31.112 |
8_cythonno_x86_64_15_64 | test_udf_permissions_in_select_where_clause | Success | | 30.959 |
8_cythonno_x86_64_15_64 | test_decommissioned_wiped_node_can_join | Success | | 173.952 |
8_cythonno_x86_64_15_64 | test_compression_cql_disabled_with_alter | Success | | 22.083 |
8_cythonno_x86_64_15_64 | test_range_slice | Success | | 30.793 |
8_cythonno_x86_64_15_64 | test_selecting_pkey_as_json | Success | | 24.776 |
8_cythonno_x86_64_15_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 | 30.092 |
8_cythonno_x86_64_15_64 | test_paging_with_no_clustering_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.637 |
8_cythonno_x86_64_15_64 | test_multi_dc_replace_with_rf1 | Success | | 163.573 |
8_cythonno_x86_64_15_64 | test_rf_expand_yaml_file_snitch | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.568 |
8_cythonno_x86_64_15_64 | test_snapshot_and_restore_drop_table_remove_dropped_column | Success | | 47.793 |
8_cythonno_x86_64_15_64 | test_count_paging | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.463 |
8_cythonno_x86_64_15_64 | test_system_column_family_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.492 |
8_cythonno_x86_64_15_64 | test_collection_map_ttl | Success | | 30.904 |
8_cythonno_x86_64_15_64 | test_describe_functions | Success | | 30.513 |
8_cythonno_x86_64_15_64 | test_reading_collections_with_empty_values | Success | | 24.431 |
8_cythonno_x86_64_15_64 | test_importing_invalid_data_for_collections | Success | | 24.977 |
8_cythonno_x86_64_16_64 | test_handle_corrupt_role_data | Success | | 30.355 |
8_cythonno_x86_64_16_64 | test_udf_permissions_in_insert | Success | | 28.330 |
8_cythonno_x86_64_16_64 | test_decommissioned_wiped_node_can_gossip_to_single_seed | Success | | 51.087 |
8_cythonno_x86_64_16_64 | test_compression_cql_enabled_with_alter | Success | | 19.587 |
8_cythonno_x86_64_16_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_16_64 | test_select_using_secondary_index | Success | | 22.831 |
8_cythonno_x86_64_16_64 | test_putget_2dc_rf1 | Success | | 36.548 |
8_cythonno_x86_64_16_64 | test_per_partition_limit_paging | Success | | 35.438 |
8_cythonno_x86_64_16_64 | test_update_on_skinny_table | Success | | 46.310 |
8_cythonno_x86_64_16_64 | test_cannot_restart_with_different_rack | Success | | 34.027 |
8_cythonno_x86_64_16_64 | test_snapshot_and_restore_dropping_a_column | Success | | 39.663 |
8_cythonno_x86_64_16_64 | test_count_around_page_size | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.244 |
8_cythonno_x86_64_16_64 | test_dynamic_indexes_creation_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.179 |
8_cythonno_x86_64_16_64 | test_delete_with_ttl_expired | Success | | 22.834 |
8_cythonno_x86_64_16_64 | test_default_keyspaces_exist | Success | | 27.669 |
8_cythonno_x86_64_16_64 | test_writing_use_header | Success | | 26.582 |
8_cythonno_x86_64_16_64 | test_force_repair_async_1 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.300 |
8_cythonno_x86_64_17_64 | test_user_cant_drop_themselves | Success | | 38.988 |
8_cythonno_x86_64_17_64 | test_udf_permissions_in_update | Success | | 32.705 |
8_cythonno_x86_64_17_64 | test_failed_bootstrap_wiped_node_can_join | Success | | 156.885 |
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.001 |
8_cythonno_x86_64_17_64 | test_drop_compact_storage_flag | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.635 |
8_cythonno_x86_64_17_64 | test_basic_data_types | Success | | 28.712 |
8_cythonno_x86_64_17_64 | test_putget_2dc_rf2 | Success | | 73.877 |
8_cythonno_x86_64_17_64 | test_paging_for_range_name_queries | Success | | 41.059 |
8_cythonno_x86_64_17_64 | test_update_on_wide_table | Success | | 51.677 |
8_cythonno_x86_64_17_64 | test_failed_snitch_update_gossiping_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.536 |
8_cythonno_x86_64_17_64 | test_archive_commitlog | Success | | 200.638 |
8_cythonno_x86_64_17_64 | test_super_insert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.502 |
8_cythonno_x86_64_17_64 | test_dynamic_indexes_with_system_update_cf | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.263 |
8_cythonno_x86_64_17_64 | test_expiration_overflow_policy_cap | Success | | 47.536 |
8_cythonno_x86_64_17_64 | test_describe_types | Success | | 26.970 |
8_cythonno_x86_64_17_64 | test_reading_counter | Success | | 24.494 |
8_cythonno_x86_64_17_64 | test_force_repair_async_2 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.477 |
8_cythonno_x86_64_18_64 | test_only_superusers_can_drop_users | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.664 |
8_cythonno_x86_64_18_64 | test_udf_permissions_in_delete | Success | | 30.254 |
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.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.1 >= 5.1 | 0.515 |
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_truncate_failure | Success | | 40.949 |
8_cythonno_x86_64_18_64 | test_complex_data_types | Success | | 35.035 |
8_cythonno_x86_64_18_64 | test_connect_to_ssl | Success | | 61.790 |
8_cythonno_x86_64_18_64 | test_paging_for_range_name_queries_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.300 |
8_cythonno_x86_64_18_64 | test_update_on_static_column_with_empty_partition | Success | | 52.997 |
8_cythonno_x86_64_18_64 | test_failed_snitch_update_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.742 |
8_cythonno_x86_64_18_64 | test_archive_commitlog_with_active_commitlog | Success | | 263.946 |
8_cythonno_x86_64_18_64 | test_super_get | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.717 |
8_cythonno_x86_64_18_64 | test_system_super_column_family_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.432 |
8_cythonno_x86_64_18_64 | test_expiration_overflow_policy_cap_default_ttl | Success | | 57.853 |
8_cythonno_x86_64_18_64 | test_describe_on_non_reserved_keywords | Success | | 22.728 |
8_cythonno_x86_64_18_64 | test_reading_counter_without_batching | Success | | 25.943 |
8_cythonno_x86_64_18_64 | test_force_repair_async_3 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.732 |
8_cythonno_x86_64_19_64 | test_dropping_nonexistent_user_throws_exception | Success | | 29.673 |
8_cythonno_x86_64_19_64 | test_inheritence_of_udf_permissions | Success | | 28.586 |
8_cythonno_x86_64_19_64 | test_simultaneous_bootstrap | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.159 |
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_local_query | Success | | 156.566 |
8_cythonno_x86_64_19_64 | test_delete_using_pkey_json | Success | | 23.914 |
8_cythonno_x86_64_19_64 | test_connect_to_ssl_optional | Success | | 28.103 |
8_cythonno_x86_64_19_64 | test_paging_with_empty_row_and_empty_static_columns | Success | | 33.889 |
8_cythonno_x86_64_19_64 | test_update_on_static_column_with_not_empty_partition | Success | | 44.535 |
8_cythonno_x86_64_19_64 | test_failed_snitch_update_yaml_file_snitch | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.433 |
8_cythonno_x86_64_19_64 | test_dont_archive_commitlog | Success | | 155.697 |
8_cythonno_x86_64_19_64 | test_super_subcolumn_limit | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.188 |
8_cythonno_x86_64_19_64 | test_insert_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.169 |
8_cythonno_x86_64_19_64 | test_expiration_overflow_policy_capnowarn | Success | | 44.383 |
8_cythonno_x86_64_19_64 | test_describe_mv | Success | | 24.625 |
8_cythonno_x86_64_19_64 | test_reading_use_header | Success | | 20.582 |
8_cythonno_x86_64_19_64 | test_force_repair_range_async_1 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.171 |
8_cythonno_x86_64_1_64 | test_archiving | Success | | 54.237 |
8_cythonno_x86_64_1_64 | test_role_requires_login_privilege_to_authenticate | Success | | 30.097 |
8_cythonno_x86_64_1_64 | test_schema_removed_nodes | Success | | 59.175 |
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.508 |
8_cythonno_x86_64_1_64 | test_keyspace | Success | | 23.692 |
8_cythonno_x86_64_1_64 | test_table_metric_mbeans | Success | | 60.549 |
8_cythonno_x86_64_1_64 | test_base_column_in_view_pk_commutative_tombstone_with_flush | Success | | 158.447 |
8_cythonno_x86_64_1_64 | test_paging_with_filtering_on_clustering_columns | Success | | 40.873 |
8_cythonno_x86_64_1_64 | test_monotonic_reads[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.259 |
8_cythonno_x86_64_1_64 | test_row_deletion_on_wide_table | Success | | 73.964 |
8_cythonno_x86_64_1_64 | test_tuple_indexes | Success | | 41.841 |
8_cythonno_x86_64_1_64 | test_uniform_ratio | Success | | 32.005 |
8_cythonno_x86_64_1_64 | test_super_reinsert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 3.245 |
8_cythonno_x86_64_1_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_1_64 | test_tls | Success | | 24.754 |
8_cythonno_x86_64_1_64 | test_cqlsh_file_cmdline | Success | | 24.493 |
8_cythonno_x86_64_1_64 | test_copy_to_with_fewer_failures_than_max_attempts | Success | | 76.795 |
8_cythonno_x86_64_1_64 | test_dead_sync_initiator | Success | | 119.985 |
8_cythonno_x86_64_20_64 | test_drop_user_case_sensitive | Success | | 34.372 |
8_cythonno_x86_64_20_64 | test_builtin_functions_require_no_special_permissions | Success | | 30.236 |
8_cythonno_x86_64_20_64 | test_cleanup | Success | | 164.892 |
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_remote_query | Success | | 202.836 |
8_cythonno_x86_64_20_64 | test_simple_schema | Success | | 29.960 |
8_cythonno_x86_64_20_64 | test_use_custom_port | Success | | 148.230 |
8_cythonno_x86_64_20_64 | test_data_change_impacting_earlier_page | Success | | 41.142 |
8_cythonno_x86_64_20_64 | test_update_on_collection | Success | | 52.444 |
8_cythonno_x86_64_20_64 | test_switch_data_center_startup_fails | Success | | 37.167 |
8_cythonno_x86_64_20_64 | test_archive_commitlog_point_in_time | Success | | 211.655 |
8_cythonno_x86_64_20_64 | test_long_order | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.270 |
8_cythonno_x86_64_20_64 | test_insert_max_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.532 |
8_cythonno_x86_64_20_64 | test_expiration_overflow_policy_capnowarn_default_ttl | Success | | 50.556 |
8_cythonno_x86_64_20_64 | test_copy_to | Success | | 32.485 |
8_cythonno_x86_64_20_64 | test_datetimeformat_round_trip | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.266 |
8_cythonno_x86_64_20_64 | test_force_repair_range_async_2 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.265 |
8_cythonno_x86_64_21_64 | test_alter_user_case_sensitive | Success | | 31.781 |
8_cythonno_x86_64_21_64 | test_disallow_grant_revoke_on_builtin_functions | Success | | 28.671 |
8_cythonno_x86_64_21_64 | test_bootstrap_binary_disabled | Skipped | ported to in-JVM from 2.2.13 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 2.2.13 >= 5.1 | 0.226 |
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_disable_slow_query_log | Success | | 22.624 |
8_cythonno_x86_64_21_64 | test_pkey_requirement | Skipped | 5.1 > 5.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0 | 0.260 |
8_cythonno_x86_64_21_64 | test_use_custom_ssl_port | Success | | 118.860 |
8_cythonno_x86_64_21_64 | test_data_change_impacting_later_page | Success | | 37.273 |
8_cythonno_x86_64_21_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 74.211 |
8_cythonno_x86_64_21_64 | test_creating_and_dropping_keyspace | Success | | 21.673 |
8_cythonno_x86_64_21_64 | test_archive_commitlog_point_in_time_ln | Success | | 196.256 |
8_cythonno_x86_64_21_64 | test_integer_order | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.289 |
8_cythonno_x86_64_21_64 | test_insert_max_default_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.223 |
8_cythonno_x86_64_21_64 | test_expiration_overflow_policy_reject | Success | | 49.530 |
8_cythonno_x86_64_21_64 | test_float_formatting | Success | | 29.511 |
8_cythonno_x86_64_21_64 | test_datetimeformat_round_trip_40 | Success | | 35.767 |
8_cythonno_x86_64_21_64 | test_force_repair_range_async_3 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.535 |
8_cythonno_x86_64_22_64 | test_regular_users_can_alter_their_passwords_only | Success | | 33.288 |
8_cythonno_x86_64_22_64 | test_disallow_grant_execute_on_non_function_resources | Success | | 29.187 |
8_cythonno_x86_64_22_64 | test_cdc_enabled_data_readable_on_round_trip | Success | | 22.189 |
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_lwt_with_static_columns | Success | | 41.443 |
8_cythonno_x86_64_22_64 | test_null_value | Success | | 23.464 |
8_cythonno_x86_64_22_64 | test_decommission_after_drain_is_invalid | Success | | 42.355 |
8_cythonno_x86_64_22_64 | test_row_TTL_expiry_during_paging | Success | | 55.099 |
8_cythonno_x86_64_22_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 77.658 |
8_cythonno_x86_64_22_64 | test_creating_and_dropping_table | Success | | 21.132 |
8_cythonno_x86_64_22_64 | test_archive_commitlog_restore_skip_by_position | Success | | 186.490 |
8_cythonno_x86_64_22_64 | test_time_uuid | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.238 |
8_cythonno_x86_64_22_64 | test_simple_expiration | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.438 |
8_cythonno_x86_64_22_64 | test_expiration_overflow_policy_reject_default_ttl | Success | | 50.554 |
8_cythonno_x86_64_22_64 | test_int_values | Success | | 25.812 |
8_cythonno_x86_64_22_64 | test_reading_with_ttl | Success | | 33.688 |
8_cythonno_x86_64_22_64 | test_deprecated_repair_error_notification | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.483 |
8_cythonno_x86_64_23_64 | test_users_cant_alter_their_superuser_status | Success | | 30.978 |
8_cythonno_x86_64_23_64 | test_aggregate_function_permissions | Success | | 30.576 |
8_cythonno_x86_64_23_64 | test_cdc_disabled_data_readable_on_round_trip | Success | | 22.512 |
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_null_values | Success | | 44.573 |
8_cythonno_x86_64_23_64 | test_complex_schema | Success | | 39.546 |
8_cythonno_x86_64_23_64 | test_correct_dc_rack_in_nodetool_info | Success | | 77.608 |
8_cythonno_x86_64_23_64 | test_cell_TTL_expiry_during_paging | Success | | 55.961 |
8_cythonno_x86_64_23_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 79.598 |
8_cythonno_x86_64_23_64 | test_creating_and_dropping_table_with_2ary_indexes | Success | | 22.937 |
8_cythonno_x86_64_23_64 | test_archive_and_restore_commitlog_repeatedly | Success | | 93.789 |
8_cythonno_x86_64_23_64 | test_long_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.285 |
8_cythonno_x86_64_23_64 | test_expiration_with_default_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.457 |
8_cythonno_x86_64_23_64 | test_ttl_is_replicated | Success | | 36.138 |
8_cythonno_x86_64_23_64 | test_datetime_values | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.264 |
8_cythonno_x86_64_23_64 | test_reading_with_skip_and_max_rows | Success | | 54.347 |
8_cythonno_x86_64_23_64 | test_consistent_repair | Success | | 99.657 |
8_cythonno_x86_64_24_64 | test_only_superuser_alters_superuser_status | Success | | 29.637 |
8_cythonno_x86_64_24_64 | test_ignore_invalid_roles | Success | | 26.639 |
8_cythonno_x86_64_24_64 | test_non_cdc_segments_deleted_after_replay | Success | | 41.930 |
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_non_existing_values | Success | | 33.748 |
8_cythonno_x86_64_24_64 | test_json_tools | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.180 |
8_cythonno_x86_64_24_64 | test_nodetool_timeout_commands | Success | | 39.647 |
8_cythonno_x86_64_24_64 | test_node_unavailabe_during_paging | Success | | 51.371 |
8_cythonno_x86_64_24_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 69.421 |
8_cythonno_x86_64_24_64 | test_creating_and_dropping_user_types | Success | | 19.913 |
8_cythonno_x86_64_24_64 | test_prefer_local_reconnect_on_listen_address | Success | | 52.735 |
8_cythonno_x86_64_24_64 | test_integer_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.489 |
8_cythonno_x86_64_24_64 | test_expiration_with_default_ttl_and_zero_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.206 |
8_cythonno_x86_64_24_64 | test_ttl_is_respected_on_delayed_replication | Success | | 89.325 |
8_cythonno_x86_64_24_64 | test_datetime_values_40 | Success | | 21.358 |
8_cythonno_x86_64_24_64 | test_reading_with_skip_cols | Success | | 29.124 |
8_cythonno_x86_64_24_64 | test_sstable_marking | Success | | 83.041 |
8_cythonno_x86_64_25_64 | test_altering_nonexistent_user_throws_exception | Success | | 40.298 |
8_cythonno_x86_64_25_64 | test_authentication_handle_unavailable | Success | | 60.518 |
8_cythonno_x86_64_25_64 | test_insertion_and_commitlog_behavior_after_reaching_cdc_total_space | Success | | 66.364 |
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_updates_on_static_columns_with_null_values_batch | Success | | 38.091 |
8_cythonno_x86_64_25_64 | test_cleanup | Success | | 69.240 |
8_cythonno_x86_64_25_64 | test_cleanup_when_no_replica_with_index | Success | | 44.591 |
8_cythonno_x86_64_25_64 | test_query_isolation | Success | | 88.475 |
8_cythonno_x86_64_25_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 81.552 |
8_cythonno_x86_64_25_64 | test_creating_and_dropping_udf | Success | | 21.954 |
8_cythonno_x86_64_25_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_25_64 | test_batch_insert | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.517 |
8_cythonno_x86_64_25_64 | test_simple_expiration_batch_mutate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.547 |
8_cythonno_x86_64_25_64 | test_ttl_is_respected_on_repair | Success | | 76.501 |
8_cythonno_x86_64_25_64 | test_tracing | Success | | 23.531 |
8_cythonno_x86_64_25_64 | test_reading_counters_with_skip_cols | Success | | 25.414 |
8_cythonno_x86_64_25_64 | test_multiple_repair | Success | | 125.553 |
8_cythonno_x86_64_26_64 | test_conditional_create_drop_user | Success | | 30.032 |
8_cythonno_x86_64_26_64 | test_authentication_through_cache_handle_unavailable | Success | | 52.312 |
8_cythonno_x86_64_26_64 | test_cdc_data_available_in_cdc_raw | Success | | 120.207 |
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.001 |
8_cythonno_x86_64_26_64 | test_conditional_deletes_on_static_columns_with_null_values | Success | | 35.019 |
8_cythonno_x86_64_26_64 | test_14766 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.459 |
8_cythonno_x86_64_26_64 | test_cleanup_when_no_replica_without_index | Success | | 38.129 |
8_cythonno_x86_64_26_64 | test_single_partition_deletions | Success | | 38.031 |
8_cythonno_x86_64_26_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 69.723 |
8_cythonno_x86_64_26_64 | test_creating_and_dropping_uda | Success | | 22.379 |
8_cythonno_x86_64_26_64 | test_ssl_enabled | Success | | 64.270 |
8_cythonno_x86_64_26_64 | test_batch_mutate_standard_columns | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.209 |
8_cythonno_x86_64_26_64 | test_update_expiring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.434 |
8_cythonno_x86_64_26_64 | test_recover_negative_expiration_date_sstables_with_scrub | Success | | 46.809 |
8_cythonno_x86_64_26_64 | test_client_warnings | Success | | 67.203 |
8_cythonno_x86_64_26_64 | test_writing_with_token_boundaries | Success | | 51.194 |
8_cythonno_x86_64_26_64 | test_sstable_repairedset | Success | | 109.810 |
8_cythonno_x86_64_27_64 | test_create_ks_auth | Success | | 32.009 |
8_cythonno_x86_64_27_64 | test_authentication_from_cache_while_unavailable | Success | | 52.034 |
8_cythonno_x86_64_27_64 | test_cfid | Success | | 30.935 |
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_conditional_deletes_on_static_columns_with_null_values_batch | Success | | 36.506 |
8_cythonno_x86_64_27_64 | test_view_metadata_cleanup | Success | | 56.504 |
8_cythonno_x86_64_27_64 | test_meaningless_notice_in_status | Success | | 42.558 |
8_cythonno_x86_64_27_64 | test_multiple_partition_deletions | Success | | 37.029 |
8_cythonno_x86_64_27_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 74.697 |
8_cythonno_x86_64_27_64 | test_basic_table_datatype | Success | | 21.417 |
8_cythonno_x86_64_27_64 | test_ssl_correct_hostname_with_validation | Success | | 69.476 |
8_cythonno_x86_64_27_64 | test_batch_mutate_remove_standard_columns | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.227 |
8_cythonno_x86_64_27_64 | test_remove_expiring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.479 |
8_cythonno_x86_64_27_64 | test_udt | Success | | 38.990 |
8_cythonno_x86_64_27_64 | test_connect_timeout | Success | | 21.390 |
8_cythonno_x86_64_27_64 | test_reading_max_parse_errors | Success | | 30.005 |
8_cythonno_x86_64_27_64 | test_compaction | Success | | 76.711 |
8_cythonno_x86_64_28_64 | test_create_cf_auth | Success | | 32.281 |
8_cythonno_x86_64_28_64 | test_credentials_cache_background_reload_handle_unavailable | Success | | 58.296 |
8_cythonno_x86_64_28_64 | test_defaults | Success | | 19.390 |
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_simple | Success | | 40.478 |
8_cythonno_x86_64_28_64 | test_create | Success | | 38.957 |
8_cythonno_x86_64_28_64 | test_set_get_batchlog_replay_throttle | Success | | 32.589 |
8_cythonno_x86_64_28_64 | test_single_row_deletions | Success | | 41.747 |
8_cythonno_x86_64_28_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 75.956 |
8_cythonno_x86_64_28_64 | test_collection_table_datatype | Success | | 21.133 |
8_cythonno_x86_64_28_64 | test_ssl_wrong_hostname_no_validation | Success | | 70.434 |
8_cythonno_x86_64_28_64 | test_batch_mutate_remove_standard_row | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 12.513 |
8_cythonno_x86_64_28_64 | test_describe_ring_on_invalid_keyspace | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.316 |
8_cythonno_x86_64_28_64 | test_migration | Success | | 50.142 |
8_cythonno_x86_64_28_64 | test_protocol_negotiation | Success | | 25.232 |
8_cythonno_x86_64_28_64 | test_reading_max_insert_errors | Success | | 36.011 |
8_cythonno_x86_64_28_64 | test_multiple_full_repairs_lcs | Success | | 469.362 |
8_cythonno_x86_64_29_64 | test_alter_ks_auth | Success | | 32.265 |
8_cythonno_x86_64_29_64 | test_authorization_handle_unavailable | Success | | 52.794 |
8_cythonno_x86_64_29_64 | test_hsha_defaults | Skipped | 5.1 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.11.x | 0.225 |
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_unknown_impl | Success | | 40.253 |
8_cythonno_x86_64_29_64 | test_gcgs_validation | Success | | 42.292 |
8_cythonno_x86_64_29_64 | test_reloadlocalschema | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.226 |
8_cythonno_x86_64_29_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_29_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 74.678 |
8_cythonno_x86_64_29_64 | test_clustering_order | Success | | 21.393 |
8_cythonno_x86_64_29_64 | test_ssl_wrong_hostname_with_validation | Success | | 26.884 |
8_cythonno_x86_64_29_64 | test_batch_mutate_remove_super_columns_with_standard_under | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.223 |
8_cythonno_x86_64_29_64 | test_incr_decr_standard_add | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.457 |
8_cythonno_x86_64_29_64 | test_udf_overload | Success | | 46.081 |
8_cythonno_x86_64_29_64 | test_protocol_version_restriction | Success | | 22.139 |
8_cythonno_x86_64_29_64 | test_reading_with_parse_errors | Success | | 30.189 |
8_cythonno_x86_64_29_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_2_64 | test_fql_nodetool_options | Success | | 38.874 |
8_cythonno_x86_64_2_64 | test_roles_do_not_inherit_login_privilege | Success | | 27.520 |
8_cythonno_x86_64_2_64 | test_read_from_bootstrapped_node | Success | | 73.242 |
8_cythonno_x86_64_2_64 | test_disable_autocompaction_schema[LeveledCompactionStrategy] | Success | | 64.857 |
8_cythonno_x86_64_2_64 | test_table | Success | | 21.990 |
8_cythonno_x86_64_2_64 | test_mv_metric_mbeans_release | Success | | 28.569 |
8_cythonno_x86_64_2_64 | test_base_column_in_view_pk_commutative_tombstone_without_flush | Success | | 97.678 |
8_cythonno_x86_64_2_64 | test_paging_with_filtering_on_clustering_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.261 |
8_cythonno_x86_64_2_64 | test_monotonic_reads[none] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.444 |
8_cythonno_x86_64_2_64 | test_range_deletion_on_wide_table | Success | | 72.538 |
8_cythonno_x86_64_2_64 | test_list_indexes | Success | | 63.655 |
8_cythonno_x86_64_2_64 | test_fixed_ratio | Success | | 29.177 |
8_cythonno_x86_64_2_64 | test_describe_keyspace | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.556 |
8_cythonno_x86_64_2_64 | test_default_ttl | Success | | 24.459 |
8_cythonno_x86_64_2_64 | test_lwt | Success | | 23.480 |
8_cythonno_x86_64_2_64 | test_cqlsh_copy | Success | | 26.442 |
8_cythonno_x86_64_2_64 | test_copy_to_with_child_process_crashing | Success | | 42.301 |
8_cythonno_x86_64_2_64 | test_dead_sync_participant | Success | | 88.885 |
8_cythonno_x86_64_30_64 | test_alter_cf_auth | Success | | 34.013 |
8_cythonno_x86_64_30_64 | test_authorization_through_cache_handle_unavailable | Success | | 54.540 |
8_cythonno_x86_64_30_64 | test_hsha_with_ssl | Skipped | 5.1 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.11.x | 0.501 |
8_cythonno_x86_64_30_64 | test_compression_chunk_length | Success | | 21.366 |
8_cythonno_x86_64_30_64 | test_tracing_default_impl | Success | | 40.006 |
8_cythonno_x86_64_30_64 | test_insert | Success | | 48.776 |
8_cythonno_x86_64_30_64 | test_refresh_size_estimates_clears_invalid_entries | Success | | 22.160 |
8_cythonno_x86_64_30_64 | test_single_cell_deletions | Success | | 39.967 |
8_cythonno_x86_64_30_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 73.666 |
8_cythonno_x86_64_30_64 | test_compact_storage | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.224 |
8_cythonno_x86_64_30_64 | test_ssl_client_auth_required_fail | Success | | 28.076 |
8_cythonno_x86_64_30_64 | test_batch_mutate_remove_super_columns_with_none_given_underneath | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.244 |
8_cythonno_x86_64_30_64 | test_incr_decr_super_add | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.211 |
8_cythonno_x86_64_30_64 | test_udf_scripting | Skipped | 5.1 > 4.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4.1.x | 0.209 |
8_cythonno_x86_64_30_64 | test_update_schema_with_down_node | Success | | 93.499 |
8_cythonno_x86_64_30_64 | test_reading_with_wrong_number_of_columns | Success | | 22.652 |
8_cythonno_x86_64_30_64 | test_force | Success | | 47.914 |
8_cythonno_x86_64_31_64 | test_materialized_views_auth | Success | | 33.259 |
8_cythonno_x86_64_31_64 | test_authorization_from_cache_while_unavailable | Success | | 54.388 |
8_cythonno_x86_64_31_64 | test_write_and_read | Success | | 47.192 |
8_cythonno_x86_64_31_64 | test_change_durable_writes | Failure | AssertionError: Commitlog was written with durable writes disabled
assert 163840 == 90112
+163840
-90112
self = <configuration_test.TestConfiguration object at 0x7fcab9efe4f0>
@pytest.mark.timeout(60*30)
def test_change_durable_writes(self):
"""
@jira_ticket CASSANDRA-9560
Test that changes to the DURABLE_WRITES option on keyspaces is
respected in subsequent writes.
This test starts by writing a dataset to a cluster and asserting that
the commitlogs have been written to. The subsequent test depends on
the assumption that this dataset triggers an fsync.
After checking this assumption, the test destroys the cluster and
creates a fresh one. Then it tests that DURABLE_WRITES is respected by:
- creating a keyspace with DURABLE_WRITES set to false,
- using ALTER KEYSPACE to set its DURABLE_WRITES option to true,
- writing a dataset to this keyspace that is known to trigger a commitlog fsync,
- asserting that the commitlog has grown in size since the data was written.
"""
cluster = self.cluster
cluster.set_batch_commitlog(enabled=True, use_batch_window = cluster.version() < '5.0')
cluster.set_configuration_options(values={'commitlog_segment_size_in_mb': 1})
cluster.populate(1).start()
durable_node = cluster.nodelist()[0]
durable_init_size = commitlog_size(durable_node)
durable_session = self.patient_exclusive_cql_connection(durable_node)
# test assumption that write_to_trigger_fsync actually triggers a commitlog fsync
durable_session.execute("CREATE KEYSPACE ks WITH REPLICATION = {'class': 'SimpleStrategy', 'replication_factor': 1} "
"AND DURABLE_WRITES = true")
durable_session.execute('CREATE TABLE ks.tab (key int PRIMARY KEY, a int, b int, c int)')
logger.debug('commitlog size diff = ' + str(commitlog_size(durable_node) - durable_init_size))
write_to_trigger_fsync(durable_session, 'ks', 'tab')
logger.debug('commitlog size diff = ' + str(commitlog_size(durable_node) - durable_init_size))
assert commitlog_size(durable_node) > durable_init_size, \
"This test will not work in this environment; write_to_trigger_fsync does not trigger fsync."
durable_session.shutdown()
cluster.stop()
cluster.clear()
cluster.set_batch_commitlog(enabled=True, use_batch_window = cluster.version() < '5.0')
cluster.set_configuration_options(values={'commitlog_segment_size_in_mb': 1})
cluster.start()
node = cluster.nodelist()[0]
session = self.patient_exclusive_cql_connection(node)
# set up a keyspace without durable writes, then alter it to use them
session.execute("CREATE KEYSPACE ks WITH REPLICATION = {'class': 'SimpleStrategy', 'replication_factor': 1} "
"AND DURABLE_WRITES = false")
session.execute('CREATE TABLE ks.tab (key int PRIMARY KEY, a int, b int, c int)')
init_size = commitlog_size(node)
write_to_trigger_fsync(session, 'ks', 'tab')
> assert commitlog_size(node) == init_size, "Commitlog was written with durable writes disabled"
E AssertionError: Commitlog was written with durable writes disabled
E assert 163840 == 90112
E +163840
E -90112
configuration_test.py:104: AssertionError | 93.042 |
8_cythonno_x86_64_31_64 | test_delete_insert_search | Success | | 65.573 |
8_cythonno_x86_64_31_64 | test_populate_mv_after_insert | Success | | 61.279 |
8_cythonno_x86_64_31_64 | test_set_get_concurrent_view_builders | Success | | 42.052 |
8_cythonno_x86_64_31_64 | test_multiple_cell_deletions | Success | | 44.990 |
8_cythonno_x86_64_31_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 80.666 |
8_cythonno_x86_64_31_64 | test_compact_storage_composite | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.261 |
8_cythonno_x86_64_31_64 | test_ssl_client_auth_required_succeed | Success | | 71.767 |
8_cythonno_x86_64_31_64 | test_batch_mutate_remove_super_columns_entire_row | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.471 |
8_cythonno_x86_64_31_64 | test_incr_standard_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.460 |
8_cythonno_x86_64_31_64 | test_default_aggregate | Success | | 23.463 |
8_cythonno_x86_64_31_64 | test_describe_round_trip | Success | | 23.684 |
8_cythonno_x86_64_31_64 | test_reading_with_multiple_files | Success | | 28.737 |
8_cythonno_x86_64_31_64 | test_force_with_none_down | Success | | 40.767 |
8_cythonno_x86_64_32_64 | test_drop_ks_auth | Success | | 33.777 |
8_cythonno_x86_64_32_64 | test_permission_cache_background_reload_handle_unavailable | Success | | 58.651 |
8_cythonno_x86_64_32_64 | test_batch_and_slice | Success | | 48.178 |
8_cythonno_x86_64_32_64 | test_relative_paths | Success | | 26.526 |
8_cythonno_x86_64_32_64 | test_gc | Success | | 25.141 |
8_cythonno_x86_64_32_64 | test_populate_mv_after_insert_wide_rows_version40 | Skipped | Should be addressed with CASSANDRA-15845
Should be addressed with CASSANDRA-15845
| 107.127 |
8_cythonno_x86_64_32_64 | test_populate_mv_after_insert_wide_rows_version40 | Success | | 175.750 |
8_cythonno_x86_64_32_64 | test_describecluster_more_information_three_datacenters | Success | | 50.879 |
8_cythonno_x86_64_32_64 | test_ttl_deletions | Success | | 52.516 |
8_cythonno_x86_64_32_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 70.665 |
8_cythonno_x86_64_32_64 | test_nondefault_table_settings | Success | | 19.854 |
8_cythonno_x86_64_32_64 | test_ca_mismatch | Success | | 26.050 |
8_cythonno_x86_64_32_64 | test_batch_mutate_remove_slice_standard | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.191 |
8_cythonno_x86_64_32_64 | test_incr_super_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.455 |
8_cythonno_x86_64_32_64 | test_aggregate_udf | Success | | 20.606 |
8_cythonno_x86_64_32_64 | test_materialized_view | Success | | 24.908 |
8_cythonno_x86_64_32_64 | test_writing_with_max_output_size | Success | | 35.156 |
8_cythonno_x86_64_32_64 | test_hosts | Success | | 36.964 |
8_cythonno_x86_64_33_64 | test_drop_cf_auth | Success | | 33.036 |
8_cythonno_x86_64_33_64 | test_full_dc_access | Success | | 35.823 |
8_cythonno_x86_64_33_64 | test_paxos | Success | | 45.100 |
8_cythonno_x86_64_33_64 | test_simple_strategy | Success | | 87.144 |
8_cythonno_x86_64_33_64 | test_tombstone_size | Success | | 23.148 |
8_cythonno_x86_64_33_64 | test_populate_mv_after_insert_wide_rows | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.223 |
8_cythonno_x86_64_33_64 | test_sjk | Success | | 24.397 |
8_cythonno_x86_64_33_64 | test_failure_threshold_deletions | Success | | 46.533 |
8_cythonno_x86_64_33_64 | test_complementary_update_with_limit_on_regular_column | Success | | 74.725 |
8_cythonno_x86_64_33_64 | test_indexes | Success | | 21.389 |
8_cythonno_x86_64_33_64 | test_optional_outbound_tls | Success | | 178.157 |
8_cythonno_x86_64_33_64 | test_batch_mutate_remove_slice_of_entire_supercolumns | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.228 |
8_cythonno_x86_64_33_64 | test_incr_decr_standard_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.210 |
8_cythonno_x86_64_33_64 | test_udf_with_udt | Success | | 23.412 |
8_cythonno_x86_64_33_64 | test_clear | Success | | 21.416 |
8_cythonno_x86_64_33_64 | test_explicit_column_order_writing | Success | | 22.395 |
8_cythonno_x86_64_33_64 | test_subrange | Success | | 52.337 |
8_cythonno_x86_64_34_64 | test_modify_and_select_auth | Success | | 33.730 |
8_cythonno_x86_64_34_64 | test_single_dc_access | Success | | 36.611 |
8_cythonno_x86_64_34_64 | test_client_request_metrics | Success | | 133.727 |
8_cythonno_x86_64_34_64 | test_simple_strategy_each_quorum | Success | | 69.402 |
8_cythonno_x86_64_34_64 | test_disk_balance_stress | Success | | 153.211 |
8_cythonno_x86_64_34_64 | test_crc_check_chance | Success | | 37.009 |
8_cythonno_x86_64_34_64 | test_jobs_option_warning | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.454 |
8_cythonno_x86_64_34_64 | test_deletion_with_distinct_paging | Success | | 35.714 |
8_cythonno_x86_64_34_64 | test_complementary_update_with_limit_and_rows_between | Success | | 69.470 |
8_cythonno_x86_64_34_64 | test_durable_writes | Success | | 19.899 |
8_cythonno_x86_64_34_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.512 |
8_cythonno_x86_64_34_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_34_64 | test_incr_decr_super_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.507 |
8_cythonno_x86_64_34_64 | test_udf_with_udt_keyspace_isolation | Success | | 19.910 |
8_cythonno_x86_64_34_64 | test_cls | Success | | 19.614 |
8_cythonno_x86_64_34_64 | test_explicit_column_order_reading | Success | | 21.639 |
8_cythonno_x86_64_34_64 | test_repaired_tracking_with_partition_deletes | Success | | 50.925 |
8_cythonno_x86_64_35_64 | test_grant_revoke_without_ks_specified | Success | | 57.175 |
8_cythonno_x86_64_35_64 | test_revoked_dc_access | Success | | 45.434 |
8_cythonno_x86_64_35_64 | test_mv_lock_contention_during_replay | Success | | 49.382 |
8_cythonno_x86_64_35_64 | test_simple_strategy_counters | Success | | 89.086 |
8_cythonno_x86_64_35_64 | test_disk_balance_replace_same_address | Success | | 161.225 |
8_cythonno_x86_64_35_64 | test_prepared_statement | Success | | 41.133 |
8_cythonno_x86_64_35_64 | test_ipv4_ipv6_host | Success | | 24.034 |
8_cythonno_x86_64_35_64 | test_replica_availability | Success | | 91.762 |
8_cythonno_x86_64_35_64 | test_partition_deletion_on_skinny_table | Success | | 81.634 |
8_cythonno_x86_64_35_64 | test_static_column | Success | | 23.239 |
8_cythonno_x86_64_35_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.683 |
8_cythonno_x86_64_35_64 | test_batch_mutate_insertions_and_deletions | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.700 |
8_cythonno_x86_64_35_64 | test_incr_decr_standard_batch_add | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.619 |
8_cythonno_x86_64_35_64 | test_aggregate_with_udt_keyspace_isolation | Success | | 22.975 |
8_cythonno_x86_64_35_64 | test_batch | Success | | 24.676 |
8_cythonno_x86_64_35_64 | test_quoted_column_names_reading_specify_names | Success | | 27.252 |
8_cythonno_x86_64_35_64 | test_repaired_tracking_with_varying_sstable_sets | Success | | 70.052 |
8_cythonno_x86_64_36_64 | test_grant_revoke_auth | Success | | 32.102 |
8_cythonno_x86_64_36_64 | test_create_dc_validation | Success | | 36.646 |
8_cythonno_x86_64_36_64 | test_commitlog_replay_on_startup | Success | | 36.977 |
8_cythonno_x86_64_36_64 | test_simple_strategy_each_quorum_counters | Success | | 46.473 |
8_cythonno_x86_64_36_64 | test_disk_balance_replace_different_address | Success | | 140.828 |
8_cythonno_x86_64_36_64 | test_immutable | Success | | 38.489 |
8_cythonno_x86_64_36_64 | test_sstablelevelreset | Success | | 150.376 |
8_cythonno_x86_64_36_64 | test_contention_multi_iterations | Skipped | Hanging the build
/home/cassandra/cassandra-dtest/paxos_test.py:91: Hanging the build | 0.551 |
8_cythonno_x86_64_36_64 | test_partition_deletion_on_wide_table | Success | | 70.195 |
8_cythonno_x86_64_36_64 | test_udt_table | Success | | 19.638 |
8_cythonno_x86_64_36_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.449 |
8_cythonno_x86_64_36_64 | test_bad_system_calls | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.450 |
8_cythonno_x86_64_36_64 | test_incr_decr_standard_batch_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.486 |
8_cythonno_x86_64_36_64 | test_type_dropping | Success | | 41.696 |
8_cythonno_x86_64_36_64 | test_execute_statement | Success | | 20.131 |
8_cythonno_x86_64_36_64 | test_quoted_column_names_reading_dont_specify_names | Success | | 21.413 |
8_cythonno_x86_64_36_64 | test_repaired_tracking_with_mismatching_replicas | Success | | 64.745 |
8_cythonno_x86_64_37_64 | test_grant_revoke_nonexistent_user_or_ks | Success | | 33.023 |
8_cythonno_x86_64_37_64 | test_alter_dc_validation | Success | | 36.080 |
8_cythonno_x86_64_37_64 | test_default_segment_size | Success | | 46.719 |
8_cythonno_x86_64_37_64 | test_18766_sr | Success | | 144.052 |
8_cythonno_x86_64_37_64 | test_disk_balance_decommission | Success | | 113.510 |
8_cythonno_x86_64_37_64 | test_drop_mv | Success | | 40.558 |
8_cythonno_x86_64_37_64 | test_sstableofflinerelevel | Success | | 156.594 |
8_cythonno_x86_64_37_64 | test_contention_many_threads | Success | | 60.981 |
8_cythonno_x86_64_37_64 | test_row_deletion_on_wide_table | Success | | 74.733 |
8_cythonno_x86_64_37_64 | test_udf | Success | | 21.641 |
8_cythonno_x86_64_37_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.478 |
8_cythonno_x86_64_37_64 | test_bad_batch_calls | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.210 |
8_cythonno_x86_64_37_64 | test_range_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.482 |
8_cythonno_x86_64_37_64 | test_nested_type_dropping | Success | | 38.259 |
8_cythonno_x86_64_37_64 | test_fetch_all_rows_in_batch_mode | Success | | 22.440 |
8_cythonno_x86_64_37_64 | test_quoted_column_names_writing | Success | | 23.414 |
8_cythonno_x86_64_37_64 | test_parent_repair_session_cleanup | Success | | 46.034 |
8_cythonno_x86_64_38_64 | test_grant_revoke_cleanup | Success | | 32.220 |
8_cythonno_x86_64_38_64 | test_revoked_login | Success | | 39.654 |
8_cythonno_x86_64_38_64 | test_small_segment_size | Success | | 42.482 |
8_cythonno_x86_64_38_64 | test_14513_transient | Success | | 25.183 |
8_cythonno_x86_64_38_64 | test_blacklisted_directory | Success | | 57.391 |
8_cythonno_x86_64_38_64 | test_drop_column | Success | | 42.174 |
8_cythonno_x86_64_38_64 | test_sstableverify | Success | | 107.782 |
8_cythonno_x86_64_38_64 | test_dropped_index | Success | | 20.448 |
8_cythonno_x86_64_38_64 | test_range_deletion_on_wide_table | Success | | 75.046 |
8_cythonno_x86_64_38_64 | test_uda | Success | | 25.767 |
8_cythonno_x86_64_38_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.591 |
8_cythonno_x86_64_38_64 | test_column_name_lengths | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.325 |
8_cythonno_x86_64_38_64 | test_range_deletion_eoc_0 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.575 |
8_cythonno_x86_64_38_64 | test_type_enforcement | Success | | 43.971 |
8_cythonno_x86_64_38_64 | test_passwd_warnings | Success | | 47.095 |
8_cythonno_x86_64_38_64 | test_data_validation_on_read_template | Success | | 33.295 |
8_cythonno_x86_64_38_64 | test_parent_repair_session_cleanup | Success | | 51.587 |
8_cythonno_x86_64_39_64 | test_permissions_caching | Success | | 38.940 |
8_cythonno_x86_64_39_64 | test_empty_batch_throws_no_error | Success | | 22.989 |
8_cythonno_x86_64_39_64 | test_default_compressed_segment_size | Success | | 48.583 |
8_cythonno_x86_64_39_64 | test_14513_permanent | Success | | 80.896 |
8_cythonno_x86_64_39_64 | test_alter_replication_factor | Success | | 113.291 |
8_cythonno_x86_64_39_64 | test_drop_table | Success | | 46.387 |
8_cythonno_x86_64_39_64 | test_sstableexpiredblockers | Success | | 27.505 |
8_cythonno_x86_64_39_64 | test_restart_node | Success | | 184.922 |
8_cythonno_x86_64_39_64 | test_mismatching_insertions_on_skinny_table | Success | | 75.312 |
8_cythonno_x86_64_39_64 | test_table_alteration | Success | | 35.456 |
8_cythonno_x86_64_39_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.496 |
8_cythonno_x86_64_39_64 | test_bad_calls | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.484 |
8_cythonno_x86_64_39_64 | test_incr_decr_standard_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.508 |
8_cythonno_x86_64_39_64 | test_nested_user_types | Success | | 54.654 |
8_cythonno_x86_64_39_64 | test_uuid | Success | | 27.316 |
8_cythonno_x86_64_39_64 | test_read_wrong_column_names | Success | | 25.582 |
8_cythonno_x86_64_39_64 | test_parent_repair_session_cleanup | Success | | 67.868 |
8_cythonno_x86_64_3_64 | test_archiving_fql | Success | | 44.610 |
8_cythonno_x86_64_3_64 | test_role_requires_password_to_login | Success | | 29.280 |
8_cythonno_x86_64_3_64 | test_bootstrap_waits_for_streaming_to_finish | Success | | 65.979 |
8_cythonno_x86_64_3_64 | test_disable_autocompaction_schema[SizeTieredCompactionStrategy] | Success | | 87.779 |
8_cythonno_x86_64_3_64 | test_table_compact_storage | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.562 |
8_cythonno_x86_64_3_64 | test_compactionstats | Success | | 104.016 |
8_cythonno_x86_64_3_64 | test_view_tombstone | Success | | 119.819 |
8_cythonno_x86_64_3_64 | test_paging_with_filtering_on_clustering_columns_with_contains | Success | | 48.141 |
8_cythonno_x86_64_3_64 | test_atomic_writes[blocking] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.366 |
8_cythonno_x86_64_3_64 | test_mismatching_insertions_on_skinny_table | Success | | 76.952 |
8_cythonno_x86_64_3_64 | test_set_indexes | Success | | 78.200 |
8_cythonno_x86_64_3_64 | test_quick_write | Success | | 60.337 |
8_cythonno_x86_64_3_64 | test_describe | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.238 |
8_cythonno_x86_64_3_64 | test_insert_ttl_has_priority_on_defaut_ttl | Success | | 29.165 |
8_cythonno_x86_64_3_64 | test_past_and_future_dates | Success | | 22.652 |
8_cythonno_x86_64_3_64 | test_cqlsh_source | Success | | 23.417 |
8_cythonno_x86_64_3_64 | test_copy_from_with_more_failures_than_max_attempts | Success | | 39.191 |
8_cythonno_x86_64_3_64 | test_failure_during_anticompaction | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.241 |
8_cythonno_x86_64_40_64 | test_list_permissions | Success | | 34.381 |
8_cythonno_x86_64_40_64 | test_counter_batch_accepts_counter_mutations | Success | | 23.686 |
8_cythonno_x86_64_40_64 | test_small_compressed_segment_size | Success | | 55.520 |
8_cythonno_x86_64_40_64 | test_14330 | Success | | 57.438 |
8_cythonno_x86_64_40_64 | test_disk_balance_after_boundary_change_stcs | Success | | 388.670 |
8_cythonno_x86_64_40_64 | test_clustering_column | Success | | 50.661 |
8_cythonno_x86_64_40_64 | test_sstableupgrade | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.263 |
8_cythonno_x86_64_40_64 | test_restart_node_localhost | Success | | 116.439 |
8_cythonno_x86_64_40_64 | test_mismatching_insertions_on_wide_table | Success | | 79.785 |
8_cythonno_x86_64_40_64 | test_drop_column_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.264 |
8_cythonno_x86_64_40_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.516 |
8_cythonno_x86_64_40_64 | test_batch_insert_super | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.263 |
8_cythonno_x86_64_40_64 | test_incr_decr_standard_multiget_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.269 |
8_cythonno_x86_64_40_64 | test_type_as_part_of_pkey | Success | | 42.364 |
8_cythonno_x86_64_40_64 | test_commented_lines | Success | | 25.743 |
8_cythonno_x86_64_40_64 | test_all_datatypes_write | Success | | 27.460 |
8_cythonno_x86_64_40_64 | test_no_anticompaction_after_dclocal_repair | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.271 |
8_cythonno_x86_64_41_64 | test_type_auth | Success | | 32.574 |
8_cythonno_x86_64_41_64 | test_counter_batch_rejects_regular_mutations | Success | | 20.924 |
8_cythonno_x86_64_41_64 | test_stop_failure_policy | Success | | 32.446 |
8_cythonno_x86_64_41_64 | test_13911 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.467 |
8_cythonno_x86_64_41_64 | test_disk_balance_after_boundary_change_lcs | Success | | 251.412 |
8_cythonno_x86_64_41_64 | test_insert_during_range_movement_rf1 | Success | | 95.780 |
8_cythonno_x86_64_41_64 | test_sstabledump | Success | | 31.065 |
8_cythonno_x86_64_41_64 | test_add_and_remove_node | Success | | 82.128 |
8_cythonno_x86_64_41_64 | test_consistent_skinny_table | Success | | 28.790 |
8_cythonno_x86_64_41_64 | test_drop_column_compaction | Success | | 23.627 |
8_cythonno_x86_64_41_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.436 |
8_cythonno_x86_64_41_64 | test_cf_remove_column | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.465 |
8_cythonno_x86_64_41_64 | test_counter_get_slice_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.492 |
8_cythonno_x86_64_41_64 | test_type_secondary_indexing | Success | | 40.771 |
8_cythonno_x86_64_41_64 | test_colons_in_string_literals | Success | | 21.656 |
8_cythonno_x86_64_41_64 | test_all_datatypes_read | Success | | 23.928 |
8_cythonno_x86_64_41_64 | test_nonexistent_table_repair | Success | | 36.333 |
8_cythonno_x86_64_42_64 | test_restart_node_doesnt_lose_auth_data | Success | | 82.679 |
8_cythonno_x86_64_42_64 | test_logged_batch_accepts_regular_mutations | Success | | 22.753 |
8_cythonno_x86_64_42_64 | test_stop_commit_failure_policy | Success | | 71.615 |
8_cythonno_x86_64_42_64 | test_13911_rows_srp | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.310 |
8_cythonno_x86_64_42_64 | test_disk_balance_after_joining_ring_stcs | Success | | 272.489 |
8_cythonno_x86_64_42_64 | test_insert_during_range_movement_rf2 | Success | | 71.972 |
8_cythonno_x86_64_42_64 | test_with_no_results | Success | | 33.612 |
8_cythonno_x86_64_42_64 | test_schema_changes | Success | | 37.241 |
8_cythonno_x86_64_42_64 | test_consistent_wide_table | Success | | 29.686 |
8_cythonno_x86_64_42_64 | test_drop_column_queries | Success | | 23.514 |
8_cythonno_x86_64_42_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.330 |
8_cythonno_x86_64_42_64 | test_cf_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.320 |
8_cythonno_x86_64_42_64 | test_counter_get_slice_super_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.304 |
8_cythonno_x86_64_42_64 | test_type_keyspace_permission_isolation | Success | | 54.908 |
8_cythonno_x86_64_42_64 | test_select | Success | | 22.759 |
8_cythonno_x86_64_42_64 | test_all_datatypes_round_trip | Success | | 26.549 |
8_cythonno_x86_64_42_64 | test_no_anticompaction_after_hostspecific_repair | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.333 |
8_cythonno_x86_64_43_64 | test_auth_metrics | Success | | 52.329 |
8_cythonno_x86_64_43_64 | test_logged_batch_gcgs_below_threshold_single_table | Success | | 21.895 |
8_cythonno_x86_64_43_64 | test_die_failure_policy | Success | | 31.871 |
8_cythonno_x86_64_43_64 | test_13911_partitions_srp | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.229 |
8_cythonno_x86_64_43_64 | test_disk_balance_after_joining_ring_lcs | Success | | 327.451 |
8_cythonno_x86_64_43_64 | test_insert_during_range_movement_rf3 | Success | | 78.679 |
8_cythonno_x86_64_43_64 | test_with_less_results_than_page_size | Success | | 36.029 |
8_cythonno_x86_64_43_64 | test_tombstone_failure_threshold_message | Success | | 40.253 |
8_cythonno_x86_64_43_64 | test_count | Success | | 48.887 |
8_cythonno_x86_64_43_64 | test_drop_column_and_restart | Success | | 46.216 |
8_cythonno_x86_64_43_64 | test_sstableloader_uppercase_keyspace_name | Success | | 135.659 |
8_cythonno_x86_64_43_64 | test_super_cf_remove_and_range_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.248 |
8_cythonno_x86_64_43_64 | test_index_scan | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.216 |
8_cythonno_x86_64_43_64 | test_nulls_in_user_types | Success | | 40.024 |
8_cythonno_x86_64_43_64 | test_insert | Success | | 22.145 |
8_cythonno_x86_64_43_64 | test_boolstyle_round_trip | Success | | 38.739 |
8_cythonno_x86_64_43_64 | test_no_anticompaction_after_subrange_repair | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.233 |
8_cythonno_x86_64_44_64 | test_create_drop_role | Success | | 27.285 |
8_cythonno_x86_64_44_64 | test_logged_batch_gcgs_below_threshold_multi_table | Success | | 21.146 |
8_cythonno_x86_64_44_64 | test_ignore_failure_policy | Success | | 163.077 |
8_cythonno_x86_64_44_64 | test_13880 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.436 |
8_cythonno_x86_64_44_64 | test_replay | Success | | 123.652 |
8_cythonno_x86_64_44_64 | test_allow_filtering | Success | | 50.228 |
8_cythonno_x86_64_44_64 | test_with_more_results_than_page_size | Success | | 36.275 |
8_cythonno_x86_64_44_64 | test_putget | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.436 |
8_cythonno_x86_64_44_64 | test_update_on_skinny_table | Success | | 44.627 |
8_cythonno_x86_64_44_64 | test_drop_static_column_and_restart | Success | | 44.714 |
8_cythonno_x86_64_44_64 | test_incompressible_data_in_compressed_table | Success | | 24.148 |
8_cythonno_x86_64_44_64 | test_super_cf_remove_column | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.466 |
8_cythonno_x86_64_44_64 | test_index_scan_uuid_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.472 |
8_cythonno_x86_64_44_64 | test_no_counters_in_user_types | Success | | 19.647 |
8_cythonno_x86_64_44_64 | test_update | Success | | 20.637 |
8_cythonno_x86_64_44_64 | test_number_separators_round_trip | Success | | 27.196 |
8_cythonno_x86_64_44_64 | test_no_anticompaction_of_already_repaired | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.496 |
8_cythonno_x86_64_45_64 | test_conditional_create_drop_role | Success | | 28.107 |
8_cythonno_x86_64_45_64 | test_unlogged_batch_gcgs_below_threshold_should_not_print_warning | Success | | 21.424 |
8_cythonno_x86_64_45_64 | test_bad_crc | Success | | 32.816 |
8_cythonno_x86_64_45_64 | test_13747 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.495 |
8_cythonno_x86_64_45_64 | test_compare | Success | | 71.585 |
8_cythonno_x86_64_45_64 | test_secondary_index | Success | | 38.875 |
8_cythonno_x86_64_45_64 | test_with_equal_results_to_page_size | Success | | 36.882 |
8_cythonno_x86_64_45_64 | test_putget_snappy | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.530 |
8_cythonno_x86_64_45_64 | test_update_on_wide_table | Success | | 48.381 |
8_cythonno_x86_64_45_64 | test_scrub_static_table | Success | | 62.258 |
8_cythonno_x86_64_45_64 | test_remove_index_file | Success | | 60.262 |
8_cythonno_x86_64_45_64 | test_super_cf_remove_supercolumn | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.556 |
8_cythonno_x86_64_45_64 | test_index_scan_expiring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.544 |
8_cythonno_x86_64_45_64 | test_type_as_clustering_col | Success | | 42.158 |
8_cythonno_x86_64_45_64 | test_delete | Success | | 21.701 |
8_cythonno_x86_64_45_64 | test_round_trip_with_sub_second_precision | Success | | 24.677 |
8_cythonno_x86_64_45_64 | test_anticompaction_after_normal_repair | Success | | 93.905 |
8_cythonno_x86_64_46_64 | test_create_drop_role_validation | Success | | 29.269 |
8_cythonno_x86_64_46_64 | test_logged_batch_rejects_counter_mutations | Success | | 21.915 |
8_cythonno_x86_64_46_64 | test_compression_error | Success | | 33.351 |
8_cythonno_x86_64_46_64 | test_13595 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.475 |
8_cythonno_x86_64_46_64 | test_compare_mismatch | Success | | 176.351 |
8_cythonno_x86_64_46_64 | test_ttl | Success | | 58.906 |
8_cythonno_x86_64_46_64 | test_undefined_page_size_default | Success | | 43.482 |
8_cythonno_x86_64_46_64 | test_putget_deflate | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.225 |
8_cythonno_x86_64_46_64 | test_update_on_static_column_with_empty_partition | Success | | 47.380 |
8_cythonno_x86_64_46_64 | test_standalone_scrub | Success | | 65.764 |
8_cythonno_x86_64_46_64 | test_sstableloader_with_mv | Success | | 141.259 |
8_cythonno_x86_64_46_64 | test_super_cf_resurrect_subcolumn | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.467 |
8_cythonno_x86_64_46_64 | test_index_scan_indexed_column_outside_slice_predicate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.213 |
8_cythonno_x86_64_46_64 | test_udt_subfield | Success | | 41.068 |
8_cythonno_x86_64_46_64 | test_batch | Success | | 23.210 |
8_cythonno_x86_64_46_64 | test_round_trip_with_different_number_precision | Success | | 40.983 |
8_cythonno_x86_64_46_64 | test_simple_sequential_repair | Success | | 255.841 |
8_cythonno_x86_64_47_64 | test_role_admin_validation | Success | | 33.556 |
8_cythonno_x86_64_47_64 | test_unlogged_batch_accepts_regular_mutations | Success | | 22.755 |
8_cythonno_x86_64_47_64 | test_compaction_delete[LeveledCompactionStrategy] | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.304 |
8_cythonno_x86_64_47_64 | test_12872 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.300 |
8_cythonno_x86_64_47_64 | test_jvmdtest | Success | | 34.301 |
8_cythonno_x86_64_47_64 | test_query_all_new_column | Success | | 45.637 |
8_cythonno_x86_64_47_64 | test_with_order_by | Success | | 34.855 |
8_cythonno_x86_64_47_64 | test_non_local_read | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.311 |
8_cythonno_x86_64_47_64 | test_update_on_static_column_with_not_empty_partition | Success | | 46.993 |
8_cythonno_x86_64_47_64 | test_scrub_collections_table | Success | | 30.523 |
8_cythonno_x86_64_47_64 | test_sstableloader_empty_stream | Success | | 49.476 |
8_cythonno_x86_64_47_64 | test_empty_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.306 |
8_cythonno_x86_64_47_64 | test_column_not_found_quorum | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.307 |
8_cythonno_x86_64_47_64 | test_user_type_isolation | Success | | 21.995 |
8_cythonno_x86_64_47_64 | test_copy_stdout | Success | | 22.011 |
8_cythonno_x86_64_47_64 | test_round_trip_with_num_processes | Success | | 34.311 |
8_cythonno_x86_64_47_64 | test_simple_parallel_repair | Success | | 247.748 |
8_cythonno_x86_64_48_64 | test_creator_of_db_resource_granted_all_permissions | Success | | 29.232 |
8_cythonno_x86_64_48_64 | test_unlogged_batch_rejects_counter_mutations | Success | | 21.881 |
8_cythonno_x86_64_48_64 | test_compaction_delete[SizeTieredCompactionStrategy] | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.191 |
8_cythonno_x86_64_48_64 | test_short_read | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.182 |
8_cythonno_x86_64_48_64 | test_unclean_enable | Success | | 23.883 |
8_cythonno_x86_64_48_64 | test_query_new_column | Success | | 51.771 |
8_cythonno_x86_64_48_64 | test_with_order_by_reversed | Success | | 39.651 |
8_cythonno_x86_64_48_64 | test_rangeputget | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.513 |
8_cythonno_x86_64_48_64 | test_update_on_collection | Success | | 47.455 |
8_cythonno_x86_64_48_64 | test_nodetool_scrub | Success | | 48.924 |
8_cythonno_x86_64_48_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.481 |
8_cythonno_x86_64_48_64 | test_super_cql_read_compatibility | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.472 |
8_cythonno_x86_64_48_64 | test_get_range_slice_after_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.247 |
8_cythonno_x86_64_48_64 | test_wide_rows | Success | | 47.931 |
8_cythonno_x86_64_48_64 | test_create_keyspace | Success | | 21.694 |
8_cythonno_x86_64_48_64 | test_round_trip_with_rate_file | Success | | 85.603 |
8_cythonno_x86_64_48_64 | test_empty_vs_gcable_sequential_repair | Success | | 133.352 |
8_cythonno_x86_64_49_64 | test_create_and_grant_roles_with_superuser_status | Success | | 28.121 |
8_cythonno_x86_64_49_64 | test_logged_batch_throws_uae | Success | | 52.124 |
8_cythonno_x86_64_49_64 | test_compaction_delete[DateTieredCompactionStrategy] | Skipped | 5.1 > 2.2.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.X | 0.180 |
8_cythonno_x86_64_49_64 | test_short_read_delete | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.179 |
8_cythonno_x86_64_49_64 | test_functional | Success | | 598.539 |
8_cythonno_x86_64_49_64 | test_rename_column | Success | | 44.062 |
8_cythonno_x86_64_49_64 | test_with_limit | Success | | 38.268 |
8_cythonno_x86_64_49_64 | test_wide_row | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.196 |
8_cythonno_x86_64_49_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_empty_partitions | Success | | 70.193 |
8_cythonno_x86_64_49_64 | test_standalone_scrub | Success | | 46.975 |
8_cythonno_x86_64_49_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.474 |
8_cythonno_x86_64_49_64 | test_super_cql_write_compatibility | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.221 |
8_cythonno_x86_64_49_64 | test_multi_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.504 |
8_cythonno_x86_64_49_64 | test_column_index_stress | Success | | 75.648 |
8_cythonno_x86_64_49_64 | test_drop_keyspace | Success | | 21.161 |
8_cythonno_x86_64_49_64 | test_copy_options_from_config_file | Success | | 47.975 |
8_cythonno_x86_64_49_64 | test_empty_vs_gcable_parallel_repair | Success | | 118.094 |
8_cythonno_x86_64_4_64 | test_archive_on_startup | Success | | 26.003 |
8_cythonno_x86_64_4_64 | test_superuser_status_is_inherited | Success | | 29.276 |
8_cythonno_x86_64_4_64 | test_consistent_range_movement_true_with_replica_down_should_fail | Success | | 92.244 |
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.707 |
8_cythonno_x86_64_4_64 | test_index | Success | | 25.549 |
8_cythonno_x86_64_4_64 | test_phi | Success | | 35.127 |
8_cythonno_x86_64_4_64 | test_simple_repair_by_base | Success | | 130.633 |
8_cythonno_x86_64_4_64 | test_paging_with_filtering_on_static_columns | Success | | 35.607 |
8_cythonno_x86_64_4_64 | test_atomic_writes[none] | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.307 |
8_cythonno_x86_64_4_64 | test_mismatching_insertions_on_wide_table | Success | | 75.078 |
8_cythonno_x86_64_4_64 | test_multiple_indexes_on_single_map_column | Success | | 24.295 |
8_cythonno_x86_64_4_64 | test_sc_with_row_cache | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.338 |
8_cythonno_x86_64_4_64 | test_describe_ring | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.314 |
8_cythonno_x86_64_4_64 | test_insert_ttl_works_without_default_ttl | Success | | 25.024 |
8_cythonno_x86_64_4_64 | test_sub_second_precision | Success | | 24.768 |
8_cythonno_x86_64_4_64 | test_cqlsh_json | Success | | 24.338 |
8_cythonno_x86_64_4_64 | test_copy_from_with_fewer_failures_than_max_attempts | Success | | 41.551 |
8_cythonno_x86_64_4_64 | test_failure_during_validation | Success | | 90.429 |
8_cythonno_x86_64_50_64 | test_drop_and_revoke_roles_with_superuser_status | Success | | 30.419 |
8_cythonno_x86_64_50_64 | test_logged_batch_doesnt_throw_uae | Success | | 76.566 |
8_cythonno_x86_64_50_64 | test_data_size | Success | | 65.917 |
8_cythonno_x86_64_50_64 | test_short_read_quorum_delete | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.332 |
8_cythonno_x86_64_50_64 | test_assassinate_valid_node | Success | | 152.296 |
8_cythonno_x86_64_50_64 | test_rename_column_atomicity | Success | | 43.461 |
8_cythonno_x86_64_50_64 | test_with_allow_filtering | Success | | 40.358 |
8_cythonno_x86_64_50_64 | test_ghosts | Success | | 33.352 |
8_cythonno_x86_64_50_64 | test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions | Success | | 79.272 |
8_cythonno_x86_64_50_64 | test_standalone_scrub_essential_files_only | Success | | 50.806 |
8_cythonno_x86_64_50_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.500 |
8_cythonno_x86_64_50_64 | test_range_with_remove | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.489 |
8_cythonno_x86_64_50_64 | test_truncate | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.513 |
8_cythonno_x86_64_50_64 | test_mutation_v2 | Skipped | 5.1 > 2.2.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2.x | 0.470 |
8_cythonno_x86_64_50_64 | test_create_table | Success | | 23.179 |
8_cythonno_x86_64_50_64 | test_wrong_number_of_columns | Success | | 23.428 |
8_cythonno_x86_64_50_64 | test_range_tombstone_digest_sequential_repair | Success | | 70.013 |
8_cythonno_x86_64_51_64 | test_drop_role_removes_memberships | Success | | 28.751 |
8_cythonno_x86_64_51_64 | test_acknowledged_by_batchlog_not_set_when_batchlog_write_fails | Success | | 49.304 |
8_cythonno_x86_64_51_64 | test_bloomfilter_size[LeveledCompactionStrategy] | Success | | 108.908 |
8_cythonno_x86_64_51_64 | test_readrepair | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.224 |
8_cythonno_x86_64_51_64 | test_2dc_parallel_startup | Success | | 164.453 |
8_cythonno_x86_64_51_64 | test_lwt | Success | | 83.422 |
8_cythonno_x86_64_51_64 | test_paging_a_single_wide_row | Success | | 44.941 |
8_cythonno_x86_64_51_64 | test_tombstone_failure_v3 | Success | | 37.753 |
8_cythonno_x86_64_51_64 | test_complementary_deletion_with_limit_on_clustering_key_column | Success | | 73.179 |
8_cythonno_x86_64_51_64 | test_scrub_with_UDT | Success | | 25.160 |
8_cythonno_x86_64_51_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.483 |
8_cythonno_x86_64_51_64 | test_range_with_remove_cf | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.214 |
8_cythonno_x86_64_51_64 | test_cql_range_tombstone_and_static | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.217 |
8_cythonno_x86_64_51_64 | test_mutation_v3 | Success | | 84.639 |
8_cythonno_x86_64_51_64 | test_drop_table | Success | | 22.907 |
8_cythonno_x86_64_51_64 | test_round_trip_murmur3 | Success | | 50.148 |
8_cythonno_x86_64_51_64 | test_range_tombstone_digest_parallel_repair | Success | | 66.431 |
8_cythonno_x86_64_52_64 | test_drop_role_revokes_permissions_granted_on_it | Success | | 28.754 |
8_cythonno_x86_64_52_64 | test_acknowledged_by_batchlog_set_when_batchlog_write_succeeds | Success | | 49.444 |
8_cythonno_x86_64_52_64 | test_bloomfilter_size[SizeTieredCompactionStrategy] | Success | | 111.903 |
8_cythonno_x86_64_52_64 | test_quorum_available_during_failure | Success | | 45.415 |
8_cythonno_x86_64_52_64 | test_2dc_parallel_startup_one_seed | Success | | 146.309 |
8_cythonno_x86_64_52_64 | test_interrupt_build_process | Success | | 240.653 |
8_cythonno_x86_64_52_64 | test_paging_across_multi_wide_rows | Success | | 44.488 |
8_cythonno_x86_64_52_64 | test_tombstone_failure_v4 | Success | | 38.008 |
8_cythonno_x86_64_52_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions | Success | | 72.991 |
8_cythonno_x86_64_52_64 | test_data_created_before_index_not_returned_in_where_query | Success | | 21.945 |
8_cythonno_x86_64_52_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.496 |
8_cythonno_x86_64_52_64 | test_range_collation | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.229 |
8_cythonno_x86_64_52_64 | test_compact_storage_get | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.212 |
8_cythonno_x86_64_52_64 | test_mutation_v4 | Success | | 84.623 |
8_cythonno_x86_64_52_64 | test_truncate | Success | | 22.425 |
8_cythonno_x86_64_52_64 | test_round_trip_random | Success | | 48.910 |
8_cythonno_x86_64_52_64 | test_shadowed_cell_digest_sequential_repair | Success | | 64.488 |
8_cythonno_x86_64_53_64 | test_grant_revoke_roles | Success | | 28.579 |
8_cythonno_x86_64_53_64 | test_batch_uses_proper_timestamp | Success | | 21.654 |
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.455 |
8_cythonno_x86_64_53_64 | test_consistent_reads_after_bootstrap | Success | | 85.023 |
8_cythonno_x86_64_53_64 | test_nodetool | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.461 |
8_cythonno_x86_64_53_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_53_64 | test_paging_using_secondary_indexes | Success | | 40.308 |
8_cythonno_x86_64_53_64 | test_tombstone_failure_v5 | Success | | 45.635 |
8_cythonno_x86_64_53_64 | test_complementary_deletion_with_limit_on_static_column_with_empty_partitions_and_rows_after | Success | | 70.187 |
8_cythonno_x86_64_53_64 | test_low_cardinality_indexes | Success | | 42.369 |
8_cythonno_x86_64_53_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.456 |
8_cythonno_x86_64_53_64 | test_range_partial | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.454 |
8_cythonno_x86_64_53_64 | test_range_tombstone_eoc_0 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.487 |
8_cythonno_x86_64_53_64 | test_mutation_v5 | Success | | 80.460 |
8_cythonno_x86_64_53_64 | test_alter_table | Skipped | 5.1 > 2.2
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.2 | 0.472 |
8_cythonno_x86_64_53_64 | test_round_trip_order_preserving | Success | | 43.158 |
8_cythonno_x86_64_53_64 | test_shadowed_cell_digest_parallel_repair | Success | | 62.194 |
8_cythonno_x86_64_54_64 | test_grant_revoke_role_validation | Success | | 29.526 |
8_cythonno_x86_64_54_64 | test_only_one_timestamp_is_valid | Success | | 21.914 |
8_cythonno_x86_64_54_64 | test_sstable_deletion[LeveledCompactionStrategy] | Success | | 28.442 |
8_cythonno_x86_64_54_64 | test_13691 | Skipped | 5.1 > 3.12
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.12 | 0.226 |
8_cythonno_x86_64_54_64 | test_hintedhandoff_disabled | Success | | 58.036 |
8_cythonno_x86_64_54_64 | test_drop_with_stopped_build | Success | | 140.841 |
8_cythonno_x86_64_54_64 | test_paging_with_in_orderby_and_two_partition_keys | Success | | 37.026 |
8_cythonno_x86_64_54_64 | test_alter_rf_and_run_read_repair | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.229 |
8_cythonno_x86_64_54_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions | Success | | 74.972 |
8_cythonno_x86_64_54_64 | test_6924_dropping_ks | Success | | 114.164 |
8_cythonno_x86_64_54_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.264 |
8_cythonno_x86_64_54_64 | test_get_slice_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.464 |
8_cythonno_x86_64_54_64 | test_multi_dc_tokens_default | Skipped | 5.1 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0.0 | 0.265 |
8_cythonno_x86_64_54_64 | test_mutation_any | Success | | 111.492 |
8_cythonno_x86_64_54_64 | test_use_keyspace | Success | | 23.183 |
8_cythonno_x86_64_54_64 | test_round_trip_byte_ordered | Success | | 46.949 |
8_cythonno_x86_64_54_64 | test_shadowed_range_tombstone_digest_sequential_repair | Success | | 69.487 |
8_cythonno_x86_64_55_64 | test_list_roles | Success | | 29.740 |
8_cythonno_x86_64_55_64 | test_each_statement_in_batch_uses_proper_timestamp | Success | | 22.992 |
8_cythonno_x86_64_55_64 | test_sstable_deletion[SizeTieredCompactionStrategy] | Success | | 29.716 |
8_cythonno_x86_64_55_64 | test_counter_leader_with_partial_view | Success | | 150.167 |
8_cythonno_x86_64_55_64 | test_hintedhandoff_enabled | Success | | 73.516 |
8_cythonno_x86_64_55_64 | test_resume_stopped_build | Success | | 185.823 |
8_cythonno_x86_64_55_64 | test_group_by_paging | Success | | 41.257 |
8_cythonno_x86_64_55_64 | test_read_repair_chance | Skipped | 5.1 > 3.11.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.11.x | 0.597 |
8_cythonno_x86_64_55_64 | test_complementary_deletion_with_limit_on_static_column_with_not_empty_partitions_and_rows_after | Success | | 73.911 |
8_cythonno_x86_64_55_64 | test_6924_dropping_cf | Success | | 89.946 |
8_cythonno_x86_64_55_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.656 |
8_cythonno_x86_64_55_64 | test_get_slice_super_range | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.334 |
8_cythonno_x86_64_55_64 | test_multi_dc_tokens_murmur3 | Skipped | 5.1 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0.0 | 0.317 |
8_cythonno_x86_64_55_64 | test_mutation_one | Success | | 108.095 |
8_cythonno_x86_64_55_64 | test_drop_index | Success | | 23.865 |
8_cythonno_x86_64_55_64 | test_source_copy_round_trip | Success | | 25.945 |
8_cythonno_x86_64_55_64 | test_shadowed_range_tombstone_digest_parallel_repair | Success | | 70.091 |
8_cythonno_x86_64_56_64 | test_grant_revoke_permissions | Success | | 30.264 |
8_cythonno_x86_64_56_64 | test_multi_table_batch_for_10554 | Success | | 47.227 |
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.453 |
8_cythonno_x86_64_56_64 | test_simple_increment | Success | | 39.322 |
8_cythonno_x86_64_56_64 | test_hintedhandoff_setmaxwindow | Success | | 118.428 |
8_cythonno_x86_64_56_64 | test_mv_with_default_ttl_with_flush | Success | | 222.357 |
8_cythonno_x86_64_56_64 | test_group_by_with_range_name_query_paging | Success | | 42.113 |
8_cythonno_x86_64_56_64 | test_range_slice_query_with_tombstones | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.220 |
8_cythonno_x86_64_56_64 | test_complementary_deletion_with_limit_on_regular_column | Success | | 72.179 |
8_cythonno_x86_64_56_64 | test_8280_validate_indexed_values | Success | | 21.233 |
8_cythonno_x86_64_56_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.259 |
8_cythonno_x86_64_56_64 | test_get_range_slices_tokens | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.474 |
8_cythonno_x86_64_56_64 | test_multi_dc_tokens_random | Skipped | 5.1 > 3.0.0
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0.0 | 0.223 |
8_cythonno_x86_64_56_64 | test_mutation_quorum | Success | | 61.089 |
8_cythonno_x86_64_56_64 | test_create_index | Success | | 21.662 |
8_cythonno_x86_64_56_64 | test_bulk_round_trip_default | Success | | 97.094 |
8_cythonno_x86_64_56_64 | test_local_dc_repair | Success | | 442.239 |
8_cythonno_x86_64_57_64 | test_filter_granted_permissions_by_resource_type | Success | | 31.272 |
8_cythonno_x86_64_57_64 | test_logged_batch_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.559 |
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.550 |
8_cythonno_x86_64_57_64 | test_upgrade | Success | | 184.846 |
8_cythonno_x86_64_57_64 | test_hintedhandoff_dc_disabled | Success | | 58.966 |
8_cythonno_x86_64_57_64 | test_mv_with_default_ttl_without_flush | Success | | 135.402 |
8_cythonno_x86_64_57_64 | test_group_by_with_static_columns_paging | Success | | 43.649 |
8_cythonno_x86_64_57_64 | test_gcable_tombstone_resurrection_on_range_slice_query | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.359 |
8_cythonno_x86_64_57_64 | test_complementary_deletion_with_limit_and_rows_after | Success | | 72.892 |
8_cythonno_x86_64_57_64 | test_8280_validate_indexed_values_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.328 |
8_cythonno_x86_64_57_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.344 |
8_cythonno_x86_64_57_64 | test_get_range_slice_super | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.323 |
8_cythonno_x86_64_57_64 | test_do_not_join_ring | Success | | 61.245 |
8_cythonno_x86_64_57_64 | test_batch | Success | | 82.771 |
8_cythonno_x86_64_57_64 | test_cjk_output | Success | | 23.027 |
8_cythonno_x86_64_57_64 | test_bulk_round_trip_non_prepared_statements | Success | | 64.664 |
8_cythonno_x86_64_57_64 | test_dc_repair | Success | | 450.355 |
8_cythonno_x86_64_58_64 | test_list_permissions | Success | | 28.969 |
8_cythonno_x86_64_58_64 | test_batchlog_replay_compatibility_1 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.249 |
8_cythonno_x86_64_58_64 | test_compaction_throughput | Success | | 99.511 |
8_cythonno_x86_64_58_64 | test_counter_consistency | Success | | 101.203 |
8_cythonno_x86_64_58_64 | test_hintedhandoff_dc_reenabled | Success | | 88.705 |
8_cythonno_x86_64_58_64 | test_no_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 235.421 |
8_cythonno_x86_64_58_64 | test_static_columns_paging | Success | | 47.839 |
8_cythonno_x86_64_58_64 | test_tracing_does_not_interfere_with_digest_calculation | Success | | 71.805 |
8_cythonno_x86_64_58_64 | test_complementary_deletion_with_limit_and_rows_between | Success | | 72.330 |
8_cythonno_x86_64_58_64 | test_manual_rebuild_index | Success | | 45.523 |
8_cythonno_x86_64_58_64 | test_sstableloader_with_failing_2i | Success | | 72.766 |
8_cythonno_x86_64_58_64 | test_get_range_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.198 |
8_cythonno_x86_64_58_64 | test_size_estimates_multidc | Success | | 80.039 |
8_cythonno_x86_64_58_64 | test_counter | Success | | 85.478 |
8_cythonno_x86_64_58_64 | test_login_keeps_keyspace | Success | | 32.218 |
8_cythonno_x86_64_58_64 | test_bulk_round_trip_blogposts | Success | | 84.285 |
8_cythonno_x86_64_58_64 | test_dc_parallel_repair | Success | | 422.290 |
8_cythonno_x86_64_59_64 | test_list_permissions_validation | Success | | 31.028 |
8_cythonno_x86_64_59_64 | test_logged_batch_compatibility_2 | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.466 |
8_cythonno_x86_64_59_64 | test_compaction_strategy_switching[LeveledCompactionStrategy] | Success | | 55.222 |
8_cythonno_x86_64_59_64 | test_multi_counter_update | Success | | 35.978 |
8_cythonno_x86_64_59_64 | test_hintedhandoff_window | Success | | 96.113 |
8_cythonno_x86_64_59_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.000 |
8_cythonno_x86_64_59_64 | test_paging_using_secondary_indexes_with_static_cols | Success | | 40.286 |
8_cythonno_x86_64_59_64 | test_failed_read_repair | Success | | 41.978 |
8_cythonno_x86_64_59_64 | test_complementary_update_with_limit_on_static_column_with_empty_partitions | Success | | 73.159 |
8_cythonno_x86_64_59_64 | test_failing_manual_rebuild_index | Success | | 51.457 |
8_cythonno_x86_64_59_64 | test_split | Success | | 113.080 |
8_cythonno_x86_64_59_64 | test_wrapped_range_slices | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.244 |
8_cythonno_x86_64_59_64 | test_simple_removenode | Success | | 73.974 |
8_cythonno_x86_64_59_64 | test_paxos | Success | | 85.872 |
8_cythonno_x86_64_59_64 | test_login_rejects_bad_pass | Success | | 32.667 |
8_cythonno_x86_64_59_64 | test_bulk_round_trip_blogposts_with_max_connections | Success | | 85.491 |
8_cythonno_x86_64_59_64 | test_repair_validates_dc | Success | | 398.889 |
8_cythonno_x86_64_5_64 | test_archive_on_shutdown | Success | | 26.090 |
8_cythonno_x86_64_5_64 | test_list_users_considers_inherited_superuser_status | Success | | 29.567 |
8_cythonno_x86_64_5_64 | test_consistent_range_movement_false_with_replica_down_should_succeed | Success | | 106.577 |
8_cythonno_x86_64_5_64 | test_disable_autocompaction_alter[LeveledCompactionStrategy] | Success | | 45.123 |
8_cythonno_x86_64_5_64 | test_type | Success | | 25.027 |
8_cythonno_x86_64_5_64 | test_set_get_batchlog_replay_throttle | Success | | 28.705 |
8_cythonno_x86_64_5_64 | test_simple_repair_by_view | Success | | 135.120 |
8_cythonno_x86_64_5_64 | test_paging_with_filtering_on_partition_key | Success | | 38.721 |
8_cythonno_x86_64_5_64 | test_simple_rebuild | Success | | 112.542 |
8_cythonno_x86_64_5_64 | test_consistent_skinny_table | Success | | 30.735 |
8_cythonno_x86_64_5_64 | test_map_indexes | Success | | 87.995 |
8_cythonno_x86_64_5_64 | test_functional | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.569 |
8_cythonno_x86_64_5_64 | test_describe_token_map | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.567 |
8_cythonno_x86_64_5_64 | test_default_ttl_can_be_removed | Success | | 23.515 |
8_cythonno_x86_64_5_64 | test_eat_glass | Success | | 23.791 |
8_cythonno_x86_64_5_64 | test_list_data | Success | | 24.787 |
8_cythonno_x86_64_5_64 | test_copy_from_with_child_process_crashing | Success | | 128.011 |
8_cythonno_x86_64_60_64 | test_role_caching_authenticated_user | Success | | 32.664 |
8_cythonno_x86_64_60_64 | test_logged_batch_compatibility_3 | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.466 |
8_cythonno_x86_64_60_64 | test_compaction_strategy_switching[SizeTieredCompactionStrategy] | Success | | 54.043 |
8_cythonno_x86_64_60_64 | test_validate_empty_column_name | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.380 |
8_cythonno_x86_64_60_64 | test_putget_with_internode_ssl | Success | | 56.445 |
8_cythonno_x86_64_60_64 | test_base_column_in_view_pk_complex_timestamp_with_flush | Success | | 232.130 |
8_cythonno_x86_64_60_64 | test_static_columns_with_empty_non_static_columns_paging | Success | | 37.383 |
8_cythonno_x86_64_60_64 | test_normal_read_repair | Success | | 41.813 |
8_cythonno_x86_64_60_64 | test_complementary_update_with_limit_on_static_column_with_not_empty_partitions | Success | | 70.739 |
8_cythonno_x86_64_60_64 | test_drop_index_while_building | Success | | 61.088 |
8_cythonno_x86_64_60_64 | test_single_file_split | Success | | 41.870 |
8_cythonno_x86_64_60_64 | test_get_slice_by_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.451 |
8_cythonno_x86_64_60_64 | test_simple_decommission | Success | | 69.088 |
8_cythonno_x86_64_60_64 | test_paxos_any | Success | | 87.873 |
8_cythonno_x86_64_60_64 | test_login_authenticates_correct_user | Success | | 30.965 |
8_cythonno_x86_64_60_64 | test_bulk_round_trip_with_timeouts | Success | | 50.504 |
8_cythonno_x86_64_60_64 | test_non_replicated_ks_repair | Success | | 52.571 |
8_cythonno_x86_64_61_64 | test_drop_non_existent_role_should_not_update_cache | Success | | 31.103 |
8_cythonno_x86_64_61_64 | test_logged_batch_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.565 |
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.504 |
8_cythonno_x86_64_61_64 | test_drop_counter_column | Success | | 22.397 |
8_cythonno_x86_64_61_64 | test_putget_with_internode_ssl_without_compression | Success | | 55.963 |
8_cythonno_x86_64_61_64 | test_base_column_in_view_pk_complex_timestamp_without_flush | Success | | 169.901 |
8_cythonno_x86_64_61_64 | test_select_in_clause_with_duplicate_keys | Success | | 36.813 |
8_cythonno_x86_64_61_64 | test_speculative_data_request | Success | | 41.548 |
8_cythonno_x86_64_61_64 | test_complementary_update_with_limit_on_regular_column | Success | | 69.937 |
8_cythonno_x86_64_61_64 | test_index_is_not_rebuilt_at_restart | Success | | 45.715 |
8_cythonno_x86_64_61_64 | test_compaction | Success | | 88.243 |
8_cythonno_x86_64_61_64 | test_multiget_slice_with_compact_table | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.240 |
8_cythonno_x86_64_61_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_61_64 | test_thrift | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.462 |
8_cythonno_x86_64_61_64 | test_login_allows_bad_pass_and_continued_use | Success | | 33.521 |
8_cythonno_x86_64_61_64 | test_bulk_round_trip_with_low_ingestrate | Success | | 65.002 |
8_cythonno_x86_64_61_64 | test_trace_repair | Success | | 124.105 |
8_cythonno_x86_64_62_64 | test_prevent_circular_grants | Success | | 29.399 |
8_cythonno_x86_64_62_64 | test_batchlog_replay_compatibility_4 | Skipped | ported to in-JVM from 4.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1 | 0.440 |
8_cythonno_x86_64_62_64 | test_large_compaction_warning | Skipped | ported to in-JVM from 5.0 >= 5.1
/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 5.0 >= 5.1 | 0.455 |
8_cythonno_x86_64_62_64 | test_compact_counter_cluster | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.472 |
8_cythonno_x86_64_62_64 | test_basic_auth | Success | | 41.746 |
8_cythonno_x86_64_62_64 | test_expired_liveness_with_limit_rf1_nodes1 | Success | | 22.162 |
8_cythonno_x86_64_62_64 | test_paging_with_filtering | Success | | 44.731 |
8_cythonno_x86_64_62_64 | test_speculative_write | Success | | 45.214 |
8_cythonno_x86_64_62_64 | test_complementary_update_with_limit_and_rows_between | Success | | 80.354 |
8_cythonno_x86_64_62_64 | test_multi_index_filtering_query | Success | | 21.463 |
8_cythonno_x86_64_62_64 | test_abortedcompaction | Success | | 177.260 |
8_cythonno_x86_64_62_64 | test_multiget_slice | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.185 |
8_cythonno_x86_64_62_64 | test_resumable_decommission | Success | | 138.010 |
8_cythonno_x86_64_62_64 | test_oversized_mutation | Success | | 81.535 |
8_cythonno_x86_64_62_64 | test_list_roles_after_login | Success | | 33.422 |
8_cythonno_x86_64_62_64 | test_bulk_round_trip_with_single_core | Success | | 131.744 |
8_cythonno_x86_64_62_64 | test_thread_count_repair | Success | | 283.146 |
8_cythonno_x86_64_63_64 | test_create_user_as_alias_for_create_role | Success | | 30.237 |
8_cythonno_x86_64_63_64 | test_logged_batch_compatibility_5 | Skipped | 5.1 > 3.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.x | 0.261 |
8_cythonno_x86_64_63_64 | test_disable_autocompaction_nodetool[LeveledCompactionStrategy] | Success | | 49.019 |
8_cythonno_x86_64_63_64 | test_counter_node_down | Success | | 67.102 |
8_cythonno_x86_64_63_64 | test_revoked_jmx_access | Success | | 43.751 |
8_cythonno_x86_64_63_64 | test_expired_liveness_with_limit_rf1_nodes3 | Success | | 76.877 |
8_cythonno_x86_64_63_64 | test_paging_with_filtering_on_counter_columns | Success | | 41.890 |
8_cythonno_x86_64_63_64 | test_quorum_requirement | Success | | 48.073 |
8_cythonno_x86_64_63_64 | test_partition_deletion_on_skinny_table | Success | | 79.278 |
8_cythonno_x86_64_63_64 | test_only_coordinator_chooses_index_for_query | Success | | 53.501 |
8_cythonno_x86_64_63_64 | test_zerocopy_streaming | Success | | 88.027 |
8_cythonno_x86_64_63_64 | test_multi_count | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.491 |
8_cythonno_x86_64_63_64 | test_decommissioned_node_cant_rejoin | Success | | 57.635 |
8_cythonno_x86_64_63_64 | test_pycodestyle_compliance | Success | | 1.800 |
8_cythonno_x86_64_63_64 | test_cqlsh_execute_cmdline | Success | | 24.477 |
8_cythonno_x86_64_63_64 | test_bulk_round_trip_with_backoff | Success | | 141.972 |
8_cythonno_x86_64_63_64 | test_wide_row_repair | Success | | 101.083 |
8_cythonno_x86_64_64_64 | test_role_name | Success | | 29.184 |
8_cythonno_x86_64_64_64 | test_simple_bootstrap_nodata | Success | | 42.698 |
8_cythonno_x86_64_64_64 | test_disable_autocompaction_nodetool[SizeTieredCompactionStrategy] | Success | | 36.210 |
8_cythonno_x86_64_64_64 | test_batch_preparation | Success | | 19.854 |
8_cythonno_x86_64_64_64 | test_netstats | Success | | 153.179 |
8_cythonno_x86_64_64_64 | test_expired_liveness_with_limit_rf3 | Success | | 69.612 |
8_cythonno_x86_64_64_64 | test_paging_with_filtering_on_counter_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.185 |
8_cythonno_x86_64_64_64 | test_quorum_requirement_on_speculated_read | Success | | 38.158 |
8_cythonno_x86_64_64_64 | test_partition_deletion_on_wide_table | Success | | 67.679 |
8_cythonno_x86_64_64_64 | test_query_indexes_with_vnodes | Success | | 31.820 |
8_cythonno_x86_64_64_64 | test_zerocopy_streaming_no_replication | Success | | 89.286 |
8_cythonno_x86_64_64_64 | test_batch_mutate_super_deletion | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.490 |
8_cythonno_x86_64_64_64 | test_crash_during_decommission | Success | | 84.090 |
8_cythonno_x86_64_64_64 | test_simple_insert | Success | | 20.917 |
8_cythonno_x86_64_64_64 | test_cqlsh_input_cmdline | Success | | 21.993 |
8_cythonno_x86_64_64_64 | test_copy_to_with_more_failures_than_max_attempts | Success | | 36.656 |
8_cythonno_x86_64_64_64 | test_dead_coordinator | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.453 |
8_cythonno_x86_64_6_64 | test_login_existing_node | Success | | 132.588 |
8_cythonno_x86_64_6_64 | test_grant_revoke_udf_permissions | Success | | 32.285 |
8_cythonno_x86_64_6_64 | test_consistent_range_movement_true_with_rf1_should_fail | Success | | 95.061 |
8_cythonno_x86_64_6_64 | test_disable_autocompaction_alter[SizeTieredCompactionStrategy] | Success | | 40.710 |
8_cythonno_x86_64_6_64 | test_user | Success | | 33.446 |
8_cythonno_x86_64_6_64 | test_bloom_filter_false_ratio | Success | | 35.950 |
8_cythonno_x86_64_6_64 | test_base_replica_repair | Success | | 134.628 |
8_cythonno_x86_64_6_64 | test_paging_with_filtering_on_partition_key_with_limit | Success | | 37.076 |
8_cythonno_x86_64_6_64 | test_resumable_rebuild | Success | | 109.737 |
8_cythonno_x86_64_6_64 | test_consistent_wide_table | Success | | 31.098 |
8_cythonno_x86_64_6_64 | test_read_old_sstables_after_upgrade | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.232 |
8_cythonno_x86_64_6_64 | test_local_system_keyspaces | Success | | 20.881 |
8_cythonno_x86_64_6_64 | test_describe_partitioner | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.230 |
8_cythonno_x86_64_6_64 | test_removing_default_ttl_does_not_affect_existing_rows | Success | | 42.175 |
8_cythonno_x86_64_6_64 | test_source_glass | Success | | 24.393 |
8_cythonno_x86_64_6_64 | test_tuple_data | Success | | 24.954 |
8_cythonno_x86_64_6_64 | test_copy_from_with_unacked_batches | Success | | 67.537 |
8_cythonno_x86_64_7_64 | test_login_new_node | Success | | 117.032 |
8_cythonno_x86_64_7_64 | test_grant_revoke_are_idempotent | Success | | 29.433 |
8_cythonno_x86_64_7_64 | test_consistent_range_movement_false_with_rf1_should_succeed | Success | | 101.812 |
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.476 |
8_cythonno_x86_64_7_64 | test_statements | Success | | 21.382 |
8_cythonno_x86_64_7_64 | test_jmx_connection | Success | | 25.673 |
8_cythonno_x86_64_7_64 | test_base_replica_repair_with_contention | Success | | 136.911 |
8_cythonno_x86_64_7_64 | test_paging_with_filtering_on_partition_key_on_counter_columns | Success | | 40.021 |
8_cythonno_x86_64_7_64 | test_rebuild_ranges | Success | | 115.099 |
8_cythonno_x86_64_7_64 | test_count | Success | | 47.222 |
8_cythonno_x86_64_7_64 | test_bootstrap | Success | | 45.873 |
8_cythonno_x86_64_7_64 | test_replicated_system_keyspaces | Success | | 21.411 |
8_cythonno_x86_64_7_64 | test_describe_snitch | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.229 |
8_cythonno_x86_64_7_64 | test_update_single_column_ttl | Success | | 26.403 |
8_cythonno_x86_64_7_64 | test_unicode_syntax_error | Success | | 21.659 |
8_cythonno_x86_64_7_64 | test_colon_delimiter | Success | | 26.588 |
8_cythonno_x86_64_7_64 | test_copy_from_with_large_cql_rows | Success | | 34.010 |
8_cythonno_x86_64_8_64 | test_list_users | Success | | 53.743 |
8_cythonno_x86_64_8_64 | test_function_resource_hierarchy_permissions | Success | | 34.834 |
8_cythonno_x86_64_8_64 | test_rf_gt_nodes_multidc_should_succeed | Success | | 51.800 |
8_cythonno_x86_64_8_64 | test_disable_autocompaction_alter_and_nodetool[LeveledCompactionStrategy] | Success | | 42.994 |
8_cythonno_x86_64_8_64 | test_partition_key_allow_filtering | Success | | 21.410 |
8_cythonno_x86_64_8_64 | test_require_client_auth | Success | | 27.950 |
8_cythonno_x86_64_8_64 | test_complex_mv_select_statements | Success | | 91.377 |
8_cythonno_x86_64_8_64 | test_paging_with_filtering_on_partition_key_on_counter_columns_compact | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.444 |
8_cythonno_x86_64_8_64 | test_refresh_deadlock_startup | Success | | 121.197 |
8_cythonno_x86_64_8_64 | test_update_missed_by_transient_replica | Success | | 32.483 |
8_cythonno_x86_64_8_64 | test_resume | Success | | 73.110 |
8_cythonno_x86_64_8_64 | test_closing_connections | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.478 |
8_cythonno_x86_64_8_64 | test_invalid_ks_names | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.495 |
8_cythonno_x86_64_8_64 | test_update_multiple_columns_ttl | Success | | 23.713 |
8_cythonno_x86_64_8_64 | test_unicode_invalid_request_error | Success | | 19.933 |
8_cythonno_x86_64_8_64 | test_letter_delimiter | Success | | 24.022 |
8_cythonno_x86_64_8_64 | test_copy_from_with_brackets_in_UDT | Success | | 24.928 |
8_cythonno_x86_64_9_64 | test_modify_and_select_auth | Success | | 88.461 |
8_cythonno_x86_64_9_64 | test_udf_permissions_validation | Success | | 28.851 |
8_cythonno_x86_64_9_64 | test_resumable_bootstrap | Success | | 98.006 |
8_cythonno_x86_64_9_64 | test_disable_autocompaction_alter_and_nodetool[SizeTieredCompactionStrategy] | Success | | 39.692 |
8_cythonno_x86_64_9_64 | test_batch | Success | | 19.562 |
8_cythonno_x86_64_9_64 | test_basic_data_types | Success | | 22.857 |
8_cythonno_x86_64_9_64 | test_base_view_consistency_on_failure_after_mv_apply | Success | | 112.252 |
8_cythonno_x86_64_9_64 | test_paging_with_filtering_on_partition_key_on_clustering_columns | Success | | 59.625 |
8_cythonno_x86_64_9_64 | test_fail_without_replace | Success | | 147.746 |
8_cythonno_x86_64_9_64 | test_update_only_on_transient_replica | Success | | 29.614 |
8_cythonno_x86_64_9_64 | test_manual_join | Success | | 51.096 |
8_cythonno_x86_64_9_64 | test_6285 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.561 |
8_cythonno_x86_64_9_64 | test_invalid_strategy_class | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.283 |
8_cythonno_x86_64_9_64 | test_update_column_ttl_with_default_ttl | Success | | 35.008 |
8_cythonno_x86_64_9_64 | test_with_empty_values | Success | | 23.789 |
8_cythonno_x86_64_9_64 | test_number_delimiter | Success | | 26.035 |
8_cythonno_x86_64_9_64 | test_round_trip_with_authentication | Success | | 40.182 |