Pull Request: PR #26586
Workflow Run: 18356195417
Build Preset: relwithdebinfo
Branch: main
test owner | test name | elapsed | status | LOG |
---|---|---|---|---|
ui-backend | ydb/core/viewer/tests/test.py.TestViewer.test_topic_data | 50.909s | MUTE | log | logsdir |
system-infra | ydb/tests/functional/hive/test_drain.py.TestHive.test_drain_on_stop | 1m 13.073s | MUTE | log | logsdir |
ydb/tests/functional/serverless/test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--false] | 2m 35.111s | MUTE | log | logsdir | |
ydb/tests/functional/serverless/test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--true] | 2m 58.022s | MUTE | log | logsdir | |
system-infra | ydb/tests/functional/tenants/test_dynamic_tenants.py.test_create_and_drop_tenants[enable_alter_database_create_hive_first--true] | 1m 15.857s | MUTE | log | logsdir |
system-infra | ydb/tests/functional/tenants/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false] | 15.349s | MUTE | log | logsdir |
system-infra | ydb/tests/functional/tenants/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true] | 23.178s | MUTE | log | logsdir |
system-infra | ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_list_database_above[enable_alter_database_create_hive_first--false] | 16.065s | MUTE | log | logsdir |
system-infra | ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_list_database_above[enable_alter_database_create_hive_first--true] | 16.795s | MUTE | log | logsdir |
system-infra | ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_stop_start[enable_alter_database_create_hive_first--false] | 1m 23.317s | MUTE | log | logsdir |
cs | ydb/tests/olap/py3test.[9/10] chunk | 0.000s | MUTE | logsdir |
cs | ydb/tests/olap/scenario/py3test.[2/10] chunk | 0.000s | MUTE | logsdir |
cs | ydb/tests/olap/scenario/test_alter_tiering.py.TestAlterTiering.test[many_tables] | 2m 14.730s | MUTE | log | logsdir |
cs | ydb/tests/olap/scenario/test_insert.py.TestInsert.test_multi[read_data_during_bulk_upsert] | 9m 1.121s | MUTE | log | logsdir |
cs | ydb/tests/olap/zip_bomb.py.TestZipBomb.test | 36.989s | MUTE | log | logsdir |
engineering | ydb/tests/stress/olap_workload/tests/test_workload.py.TestYdbWorkload.test | 1m 38.760s | MUTE | log | logsdir |
test owner | test name | elapsed | status | LOG |
---|---|---|---|---|
ui-backend | ydb/core/viewer/tests/py3test.sole chunk | 0.000s | PASS | logsdir |
ydb/tests/functional/api/py3test.[test_crud.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_discovery.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_execute_scheme.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_indexes.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_insert.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_isolation.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_public_api.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_read_table.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_session_grace_shutdown.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/py3test.[test_session_pool.py] chunk | 0.000s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestCRUDOperations.test_create_table_and_drop_table_success | 4.935s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestCRUDOperations.test_create_table_wrong_primary_key_failed1 | 0.120s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestCRUDOperations.test_create_table_wrong_primary_key_failed2 | 17.166s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestClientTimeouts.test_can_set_timeouts_on_query | 31.435s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestCreateAndUpsertWithRepetitions.test_create_and_select_with_repetitions[10-64] | 9.431s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestCreateAndUpsertWithRepetitions.test_create_and_upsert_data_with_repetitions[10-64] | 18.571s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestManySelectsInRow.test_selects_in_row_success[500-500-50] | 44.582s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestSelect.test_advanced_select_failed[select count(a, b) from t1-Aggregation function Count requires exactly 1 argument] | 0.030s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestSelect.test_advanced_select_failed[select distinct b, a from (select a, b from t1 union all select b, a from t1 order by b) order by B-Column B is not in source column set.*] | 5.383s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestSelect.test_advanced_select_failed[select min(*) from t1-.*is not allowed here] | 17.032s | PASS | ||
ydb/tests/functional/api/test_crud.py.TestSelect.test_advanced_select_failed[select min(a, b) from t1-Aggregation function Min requires exactly 1 argument] | 0.041s | PASS | ||
ydb/tests/functional/api/test_discovery.py.TestDiscoveryExtEndpoint.test_scenario | 42.098s | PASS | ||
ydb/tests/functional/api/test_discovery.py.TestDiscoveryFaultInjectionSlotStop.test_scenario | 36.293s | PASS | ||
ydb/tests/functional/api/test_discovery.py.TestMirror3DCDiscovery.test_mirror3dc_discovery_logic | 28.689s | PASS | ||
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_add_new_column | 0.111s | PASS | ||
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_add_to_key | 0.148s | PASS | ||
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_change_column_type | 0.084s | PASS | ||
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_remove_column | 0.102s | PASS | ||
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_remove_from_key | 22.205s | PASS | ||
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_success | 7.071s | PASS | ||
ydb/tests/functional/api/test_indexes.py.TestSecondaryIndexes.test_create_table_with_global_index | 22.612s | PASS | ||
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_insert_plus_update_per_transaction_are_success | 0.437s | PASS | ||
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_insert_plus_upsert_are_success | 0.382s | PASS | ||
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_insert_revert_basis | 0.425s | PASS | ||
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_query_pairs | 30.282s | PASS | ||
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_several_inserts_per_transaction_are_success | 8.644s | PASS | ||
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_update_plus_insert_per_transaction_are_success_prepared_case | 0.334s | PASS | ||
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_upsert_plus_insert_per_transaction_are_success_prepared_case | 0.291s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_anti_dependency_cycles_g2 | 0.331s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_anti_dependency_cycles_g2_two_edges | 22.439s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_does_not_prevent_predicate_many_preceders_pmp | 0.287s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_does_not_prevent_predicate_many_preceders_pmp_for_write_predicates | 0.194s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_isolation_mailing_list_example | 0.309s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_lost_update_on_value_p4 | 0.366s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_lost_update_on_value_with_upsert_p4 | 0.233s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_lost_update_p4 | 0.253s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_aborted_reads_g1a | 0.247s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_circular_information_flow_g1c | 0.255s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_intermediate_reads_g1b | 0.222s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_observed_transaction_vanishes_otv | 0.549s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_write_cycles_g0 | 5.381s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_read_skew_g_single | 0.377s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_read_skew_g_single_predicate_deps | 0.325s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_read_skew_g_single_write_predicate | 0.290s | PASS | ||
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_write_skew_g2_item | 0.373s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_alter_table | 0.071s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_copy_table | 0.057s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_create_indexed_table | 0.033s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_create_table | 6.009s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes0] | 0.009s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes1] | 0.007s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes2] | 0.008s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes3] | 0.010s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes4] | 12.535s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestBadSession.test_simple | 29.455s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_acl_modification_2 | 0.007s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_acl_modifications_1 | 0.026s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_all_enums_are_presented_as_exceptions | 0.049s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_bulk_prepared_insert_many_values | 0.170s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_bulk_upsert | 0.225s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_can_execute_valid_statement_after_invalid_success | 0.108s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_create_and_delete_session_then_use_it_again | 0.038s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_crud_acl_actions | 0.086s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_data_types | 0.688s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_decimal_values | 0.369s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_decimal_values_negative_stories | 0.051s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_dict_type | 0.049s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_direct_leak_tx_but_no_actual_leak_by_best_efforts | 0.429s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_directory_that_doesnt_exists | 0.052s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_list_directory_with_children | 0.134s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_locks_invalidated_error | 0.243s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_modify_permissions_3 | 0.009s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_none_values | 0.094s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_parse_list_type | 0.054s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_parse_tuple | 0.041s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_prepared_query_pipeline | 4.972s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_presented_in_cache | 0.033s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_queries_set2 | 0.692s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_query_set1 | 0.553s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_reuse_session_to_tx_leak | 2.515s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_scheme_client_ops | 0.393s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_scheme_operation_errors_handle | 0.100s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_struct_type | 0.123s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_struct_type_parameter | 0.064s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_tcl | 0.101s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_tcl_2 | 0.067s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_tcl_3 | 0.065s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_too_many_pending_transactions | 0.131s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_type_builders_str_methods | 0.017s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_validate_describe_path_result | 0.050s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_when_result_set_is_large_then_issue_occure | 20.613s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_alter_table[None-BadRequest] | 0.041s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_alter_table[settings1-None] | 0.042s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_create_table | 9.758s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_drop_table[None-None] | 0.042s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_drop_table[settings1-None] | 12.552s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestDriverCanRecover.test_driver_recovery | 18.406s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestExplain.test_explain_data_query | 28.960s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestForPotentialDeadlock.test_deadlocked_threads_on_cleanup | 4.241s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestJsonExample.test_json_success | 12.054s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestJsonExample.test_json_unexpected_failure | 3.175s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestMetaDataInvalidation.test_invalidation_success | 15.320s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestRecursiveCreation.test_create_table | 12.037s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestRecursiveCreation.test_mkdir | 3.022s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSelectAfterDropWithRepetitions.test_select_on_dropped_table_unsuccessful[10] | 16.269s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFound.test_session_not_found | 34.325s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_can_commit_bad_tx | 0.027s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_cannot_commit_bad_tx | 0.018s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_commit_successfully_after_success_commit | 0.022s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_describe_table_with_bounds | 0.044s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_explicit_partitions_case_1 | 0.035s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_explict_partitions_case_2 | 0.019s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_invalid_keep_alive_example | 0.004s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_keep_in_cache_disabled | 0.022s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_native_date_types | 0.023s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_native_datetime_types | 0.028s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_ok_keep_alive_example | 0.015s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_session_pool | 3.425s | PASS | ||
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_simple_table_profile_settings | 27.014s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_constructed_key_range | 4.242s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_only_specified_ranges | 6.078s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_reads_only_specified_columns | 0.199s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_without_data_has_snapshot | 22.179s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableTruncatedResults.test_truncated_results[async_read_table] | 11.343s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableTruncatedResults.test_truncated_results[read_table] | 21.952s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableWithTabletKills.test_read_table_async_simple[async_read_table] | 5.151s | PASS | ||
ydb/tests/functional/api/test_read_table.py.TestReadTableWithTabletKills.test_read_table_async_simple[read_table] | 32.293s | PASS | ||
ydb/tests/functional/api/test_session_grace_shutdown.py.Test.test_grace_shutdown_of_session | 14.004s | PASS | ||
ydb/tests/functional/api/test_session_grace_shutdown.py.TestIdle.test_idle_shutdown_of_session | 50.460s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_no_cluster_endpoints_no_failure | 24.611s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_close_basic_logic_case_1 | 0.148s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_close_basic_logic_case_2 | 0.437s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_keep_alive | 0.176s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_min_size_feature | 17.169s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_1 | 0.250s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_2 | 0.241s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_3 | 0.147s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_4 | 0.485s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_release_logic | 0.194s | PASS | ||
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_simple_acquire | 6.908s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_pdisk_format_info.py 0/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_replication.py 0/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_replication.py 1/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_replication.py 2/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_replication.py 3/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_self_heal.py 0/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_tablet_channel_migration.py 0/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_tablet_channel_migration.py 1/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_vdisks.py 0/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_vdisks.py 1/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_vdisks.py 2/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/py3test.[test_vdisks.py 3/20] chunk | 0.000s | PASS | ||
ydb/tests/functional/blobstorage/test_pdisk_format_info.py.TestPDiskInfo.test_read_disk_state | 32.391s | PASS | ||
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[block-4-2] | 1m 11.324s | PASS | ||
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[mirror-3-dc] | 1m 20.428s | PASS | ||
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[mirror-3] | 37.863s | PASS | ||
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[none] | 16.777s | PASS | ||
ydb/tests/functional/blobstorage/test_self_heal.py.TestEnableSelfHeal.test_replication | 20.133s | PASS | ||
ydb/tests/functional/blobstorage/test_tablet_channel_migration.py.TestChannelsOps.test_when_write_and_change_tablet_channel_then_can_read_from_tablet | 13.219s | PASS | ||
ydb/tests/functional/blobstorage/test_tablet_channel_migration.py.TestChannelsOps.test_when_write_in_new_channel_then_can_read_from_tablet | 20.818s | PASS | ||
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_disabled | 2m 42.047s | PASS | ||
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_disabled_enabled | 2m 28.456s | PASS | ||
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_enabled | 2m 31.572s | PASS | ||
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_enabled_disabled | 1m 55.499s | PASS | ||
core | ydb/tests/functional/cms/py3test.[test_cms_erasure.py 0/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_erasure.py 1/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_erasure.py 2/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_erasure.py 3/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_restart.py 0/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_restart.py 1/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_restart.py 2/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_restart.py 3/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_state_storage.py 0/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/py3test.[test_cms_state_storage.py 1/10] chunk | 0.000s | PASS | |
core | ydb/tests/functional/cms/test_cms_erasure.py.TestDegradedGroupBlock42Keep.test_no_degraded_groups_after_shutdown | 2m 56.915s | PASS | |
core | ydb/tests/functional/cms/test_cms_erasure.py.TestDegradedGroupBlock42Max.test_no_degraded_groups_after_shutdown | 2m 52.188s | PASS | |
core | ydb/tests/functional/cms/test_cms_erasure.py.TestDegradedGroupMirror3dcKeep.test_no_degraded_groups_after_shutdown | 2m 56.825s | PASS | |
core | ydb/tests/functional/cms/test_cms_erasure.py.TestDegradedGroupMirror3dcMax.test_no_degraded_groups_after_shutdown | 2m 53.145s | PASS | |
core | ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsBlockKeep.test_restart_as_much_as_can | 2m 45.299s | PASS | |
core | ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsBlockMax.test_restart_as_much_as_can | 3m 14.047s | PASS | |
core | ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsMirrorKeep.test_restart_as_much_as_can | 3m 20.075s | PASS | |
core | ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsMirrorMax.test_restart_as_much_as_can | 3m 11.191s | PASS | |
core | ydb/tests/functional/cms/test_cms_state_storage.py.TestCmsStateStorageSimpleKeep.test_check_shutdown_state_storage_nodes | 2m 43.081s | PASS | |
core | ydb/tests/functional/cms/test_cms_state_storage.py.TestCmsStateStorageSimpleMax.test_check_shutdown_state_storage_nodes | 2m 41.211s | PASS | |
ydb/tests/functional/encryption/py3test.sole chunk | 0.000s | PASS | ||
ydb/tests/functional/encryption/test_encryption.py.TestEncryption.test_simple_encryption | 1m 17.163s | PASS | ||
system-infra | ydb/tests/functional/hive/py3test.[test_create_tablets.py 0/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/py3test.[test_create_tablets.py 1/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/py3test.[test_drain.py 0/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/py3test.[test_drain.py 1/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/py3test.[test_kill_tablets.py 0/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/py3test.[test_kill_tablets.py 1/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/py3test.[test_kill_tablets.py 2/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/test_create_tablets.py.TestHive.test_when_create_tablets_after_bs_groups_and_kill_hive_then_tablets_start | 29.958s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/test_create_tablets.py.TestHive.test_when_create_tablets_then_can_lookup_them | 27.328s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/test_drain.py.TestHive.test_drain_tablets | 1m 30.136s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/test_kill_tablets.py.TestKillTablets.test_then_kill_system_tablets_and_it_increases_generation | 24.468s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/test_kill_tablets.py.TestKillTablets.test_when_kill_hive_it_will_be_restarted_and_can_create_tablets | 13.581s | PASS | logsdir |
system-infra | ydb/tests/functional/hive/test_kill_tablets.py.TestKillTablets.test_when_kill_keyvalue_tablet_it_will_be_restarted | 15.114s | PASS | logsdir |
qp | ydb/tests/functional/kqp/kqp_query_svc/KqpQueryService.ReplyPartLimitProxyNode | 0.611s | PASS | |
qp | ydb/tests/functional/kqp/kqp_query_svc/NodeIdDescribe.HasDistribution | 16.063s | PASS | |
qp | ydb/tests/functional/kqp/kqp_query_svc/unittest.sole chunk | 0.000s | PASS | |
ydb/tests/functional/restarts/py3test.[test_restarts.py 0/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/py3test.[test_restarts.py 1/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/py3test.[test_restarts.py 2/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/py3test.[test_restarts.py 3/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/py3test.[test_restarts.py 4/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/py3test.[test_restarts.py 5/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/py3test.[test_restarts.py 6/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/py3test.[test_restarts.py 7/10] chunk | 0.000s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartClusterBlock42.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok | 2m 42.395s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok | 2m 43.090s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartClusterMirror3DC.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok | 2m 34.073s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartMultipleBlock42.test_tablets_are_successfully_started_after_few_killed_nodes | 3m 2.126s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartMultipleMirror34.test_tablets_are_successfully_started_after_few_killed_nodes | 3m 21.565s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartMultipleMirror3DC.test_tablets_are_successfully_started_after_few_killed_nodes | 3m 33.220s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartSingleBlock42.test_restart_single_node_is_ok | 2m 39.956s | PASS | ||
ydb/tests/functional/restarts/test_restarts.py.TestRestartSingleMirror3DC.test_restart_single_node_is_ok | 2m 56.915s | PASS | ||
ydb/tests/functional/serverless/py3test.[test_serverless.py 0/10] chunk | 0.000s | PASS | logsdir | |
ydb/tests/functional/serverless/py3test.[test_serverless.py 1/10] chunk | 0.000s | PASS | logsdir | |
Topics | ydb/tests/functional/sqs/large/py3test.[0/10] chunk | 0.000s | PASS | |
Topics | ydb/tests/functional/sqs/large/py3test.[1/10] chunk | 0.000s | PASS | |
Topics | ydb/tests/functional/sqs/large/py3test.[2/10] chunk | 0.000s | PASS | |
Topics | ydb/tests/functional/sqs/large/py3test.[3/10] chunk | 0.000s | PASS | |
Topics | ydb/tests/functional/sqs/large/test_leader_start_inflight.py.TestSqsMultinodeCluster.test_limit_leader_start_inflight[tables_format_v0-fifo] | 1m 58.755s | PASS | |
Topics | ydb/tests/functional/sqs/large/test_leader_start_inflight.py.TestSqsMultinodeCluster.test_limit_leader_start_inflight[tables_format_v0-std] | 2m 55.182s | PASS | |
Topics | ydb/tests/functional/sqs/large/test_leader_start_inflight.py.TestSqsMultinodeCluster.test_limit_leader_start_inflight[tables_format_v1-fifo] | 1m 49.626s | PASS | |
Topics | ydb/tests/functional/sqs/large/test_leader_start_inflight.py.TestSqsMultinodeCluster.test_limit_leader_start_inflight[tables_format_v1-std] | 1m 50.185s | PASS | |
Topics | ydb/tests/functional/sqs/merge_split_common_table/fifo/py3test.sole chunk | 0.000s | PASS | |
Topics | ydb/tests/functional/sqs/merge_split_common_table/fifo/test.py.TestSqsSplitMergeFifoTables.test_fifo_merge_split | 1m 29.734s | PASS | |
system-infra | ydb/tests/functional/tenants/py3test.[0/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/tenants/py3test.[1/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/tenants/py3test.[2/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/tenants/py3test.[3/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/tenants/py3test.[4/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/tenants/py3test.[5/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/tenants/py3test.[6/20] chunk | 0.000s | PASS | logsdir |
system-infra | ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_stop_start[enable_alter_database_create_hive_first--true] | 2m 12.736s | PASS | logsdir |
cs | ydb/tests/olap/data_read_correctness.py.TestDataReadCorrectness.test | 14.256s | PASS | logsdir |
cs | ydb/tests/olap/data_read_correctness.py.TestDataReadPerformanceNoIntersections.test | 5m 4.827s | PASS | logsdir |
cs | ydb/tests/olap/order_by_with_limit.py.TestOrderBy.test | 25.990s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[0/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[1/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[2/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[3/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[4/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[5/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[6/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[7/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/py3test.[8/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/scenario/py3test.[0/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/scenario/py3test.[1/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/scenario/py3test.[3/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/scenario/py3test.[4/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/scenario/py3test.[5/10] chunk | 0.000s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_alter_compression.py.TestAlterCompression.test[alter_compression] | 3m 21.067s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_alter_compression.py.TestAlterCompression.test_multi[alter_compression] | 22.031s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_alter_tiering.py.TestAlterTiering.test_multi[many_tables] | 22.029s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_insert.py.TestInsert.test[read_data_during_bulk_upsert] | 1m 25.637s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_read_update_write_load.py.TestReadUpdateWriteLoad.test[read_update_write_load] | 2m 7.581s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_read_update_write_load.py.TestReadUpdateWriteLoad.test_multi[read_update_write_load] | 32.022s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_scheme_load.py.TestSchemeLoad.test[create_and_drop_tables] | 41.375s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_scheme_load.py.TestSchemeLoad.test_multi[create_and_drop_tables] | 37.126s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test[alter_table] | 27.649s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test[alter_tablestore] | 5.047s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test[table] | 2.986s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test[tablestores] | 2.640s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[alter_table] | 0.020s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[alter_tablestore] | 0.020s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[table] | 0.013s | PASS | logsdir |
cs | ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[tablestores] | 32.054s | PASS | logsdir |
cs | ydb/tests/olap/tablets_movement.py.TestTabletsMovement.test[COLUMN] | 1m 29.209s | PASS | logsdir |
cs | ydb/tests/olap/tablets_movement.py.TestTabletsMovement.test[ROW] | 1m 19.700s | PASS | logsdir |
cs | ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[bulk_upsert] | 32.150s | PASS | logsdir |
cs | ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[bulk_upsert_update_upsert] | 1m 47.713s | PASS | logsdir |
cs | ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[update] | 3m 11.920s | PASS | logsdir |
cs | ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[update_bulk_upsert] | 21.695s | PASS | logsdir |
cs | ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[update_upsert_bulk_upsert] | 33.504s | PASS | logsdir |
cs | ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[upsert] | 25.892s | PASS | logsdir |
cs | ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates_random_sequence | 33.660s | PASS | logsdir |
cs | ydb/tests/olap/test_log_scenario.py.TestLogScenario.test_log_deviation[1051200] | 1m 24.950s | PASS | logsdir |
cs | ydb/tests/olap/test_log_scenario.py.TestLogScenario.test_log_deviation[180] | 1m 9.015s | PASS | logsdir |
cs | ydb/tests/olap/test_log_scenario.py.TestLogScenario.test_log_uniform | 2m 16.910s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-128] | 4.135s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-1] | 3.593s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-2] | 4.826s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-64] | 17.999s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-8] | 23.666s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-128] | 8.639s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-1] | 7.563s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-2] | 10.359s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-64] | 17.007s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-8] | 15.289s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-128] | 9.826s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-1] | 6.754s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-2] | 9.648s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-64] | 30.326s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-8] | 10.316s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-128] | 8.242s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-1] | 6.656s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-2] | 10.479s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-64] | 17.077s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-8] | 15.561s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-128] | 9.114s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-1] | 7.393s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-2] | 10.045s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-64] | 6.707s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-8] | 5.756s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-128] | 6.470s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-1] | 6.226s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-2] | 6.610s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-64] | 31.481s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-8] | 11.774s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1-10000] | 1m 29.151s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1-1] | 1m 39.713s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1000-1] | 1m 24.827s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1000-2] | 2m 27.565s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[2-10000] | 1m 36.570s | PASS | logsdir |
cs | ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[2-2] | 1m 36.943s | PASS | logsdir |
cs | ydb/tests/olap/ttl_tiering/data_correctness.py.TestDataCorrectness.test | 3m 46.868s | PASS | |
cs | ydb/tests/olap/ttl_tiering/data_migration_when_alter_ttl.py.TestDataMigrationWhenAlterTtl.test | 2m 30.225s | PASS | |
cs | ydb/tests/olap/ttl_tiering/py3test.[0/10] chunk | 0.000s | PASS | |
cs | ydb/tests/olap/ttl_tiering/py3test.[1/10] chunk | 0.000s | PASS | |
cs | ydb/tests/olap/ttl_tiering/py3test.[2/10] chunk | 0.000s | PASS | |
cs | ydb/tests/olap/ttl_tiering/py3test.[3/10] chunk | 0.000s | PASS | |
cs | ydb/tests/olap/ttl_tiering/py3test.[4/10] chunk | 0.000s | PASS | |
cs | ydb/tests/olap/ttl_tiering/py3test.[5/10] chunk | 0.000s | PASS | |
cs | ydb/tests/olap/ttl_tiering/py3test.[6/10] chunk | 0.000s | PASS | |
cs | ydb/tests/olap/ttl_tiering/tier_delete.py.TestTierDelete.test_delete_s3_ttl | 2m 38.795s | PASS | |
cs | ydb/tests/olap/ttl_tiering/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change | 2m 31.759s | PASS | |
cs | ydb/tests/olap/ttl_tiering/ttl_delete_s3.py.TestDeleteS3Ttl.test_delete_s3_tiering | 3m 15.300s | PASS | |
cs | ydb/tests/olap/ttl_tiering/ttl_delete_s3.py.TestDeleteTtl.test_ttl_delete | 4m 17.233s | PASS | |
cs | ydb/tests/olap/ttl_tiering/ttl_unavailable_s3.py.TestUnavailableS3.test | 2m 32.574s | PASS | |
cs | ydb/tests/olap/ttl_tiering/unstable_connection.py.TestUnstableConnection.test | 2m 59.421s | PASS | |
cs | ydb/tests/olap/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test | 3m 52.990s | PASS | logsdir |
engineering | ydb/tests/stress/log/tests/py3test.sole chunk | 0.000s | PASS | |
engineering | ydb/tests/stress/log/tests/test_workload.py.TestYdbLogWorkload.test[row] | 3m 26.749s | PASS | |
engineering | ydb/tests/stress/olap_workload/tests/py3test.sole chunk | 0.000s | PASS | logsdir |
engineering | ydb/tests/stress/transfer/tests/py3test.sole chunk | 0.000s | PASS | |
engineering | ydb/tests/stress/transfer/tests/test_workload.py.TestYdbWorkload.test[column-local] | 1m 45.002s | PASS | |
engineering | ydb/tests/stress/transfer/tests/test_workload.py.TestYdbWorkload.test[column-remote] | 1m 47.650s | PASS | |
engineering | ydb/tests/stress/transfer/tests/test_workload.py.TestYdbWorkload.test[row-local] | 2m 0.648s | PASS | |
engineering | ydb/tests/stress/transfer/tests/test_workload.py.TestYdbWorkload.test[row-remote] | 1m 45.688s | PASS | |
ydb/tests/tools/nemesis/ut/py3test.[test_disk.py 0/10] chunk | 0.000s | PASS | ||
ydb/tests/tools/nemesis/ut/py3test.[test_tablet.py 0/10] chunk | 0.000s | PASS | ||
ydb/tests/tools/nemesis/ut/test_disk.py.TestSafeDiskBreak.test_erase_method | 43.600s | PASS | ||
ydb/tests/tools/nemesis/ut/test_tablet.py.TestMassiveKills.test_tablets_are_ok_after_many_kills | 1m 32.117s | PASS |