Test Report Information

Pull Request: PR #27653

Workflow Run: 18916339793

Build Preset: relwithdebinfo

Branch: main

FAIL (3)

test owner test name history
old->new
elapsed status LOG
qp ydb/core/kqp/ut/olap/KqpOlapJson.RandomJsonCharacters
3.672s FAIL logsdir | stdout | stderr
ydb/core/sys_view/ut/SystemView.ShowCreateTableColumnAlterColumn
7.854s FAIL logsdir | stdout | stderr
ydb/core/sys_view/ut/SystemView.ShowCreateTableColumnAlterObject
8.325s FAIL logsdir | stdout | stderr

MUTE (14)

test owner test name history
old->new
elapsed status LOG
qp ydb/core/kqp/ut/query/KqpAnalyze.AnalyzeTable+ColumnStore
35.668s MUTE logsdir | stderr
qp ydb/core/kqp/ut/scheme/KqpOlapScheme.AddPgColumnWithStore
0.000s MUTE logsdir | stdout | stderr
system-infra ydb/core/tx/schemeshard/ut_vector_index_build_reboots/VectorIndexBuildTestReboots.BaseCase+Prefixed[TabletReboots]
0.000s MUTE logsdir | stdout | stderr
ui-backend ydb/core/viewer/tests/test.py.TestViewer.test_topic_data
1m 2.503s MUTE log | logsdir
duty ydb/services/ydb/ut/YdbLogStore.AlterLogTable
1.601s MUTE logsdir | stdout | stderr
system-infra ydb/tests/functional/hive/test_drain.py.TestHive.test_drain_on_stop
1m 11.876s MUTE log | logsdir
ydb/tests/functional/serverless/test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--false]
3m 2.579s MUTE log | logsdir
ydb/tests/functional/serverless/test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--true]
2m 58.955s MUTE log | logsdir
system-infra ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_list_database_above[enable_alter_database_create_hive_first--false]
37.807s MUTE log | logsdir
system-infra ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_list_database_above[enable_alter_database_create_hive_first--true]
32.776s MUTE log | logsdir
system-infra ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_stop_start[enable_alter_database_create_hive_first--false]
1m 14.067s MUTE log | logsdir
system-infra ydb/tests/functional/tenants/test_tenants.py.TestTenants.test_stop_start[enable_alter_database_create_hive_first--true]
1m 15.050s MUTE log | logsdir
cs ydb/tests/olap/scenario/test_alter_tiering.py.TestAlterTiering.test[many_tables]
2m 21.893s MUTE log | logsdir
engineering ydb/tests/stress/olap_workload/tests/test_workload.py.TestYdbWorkload.test
1m 8.800s MUTE log | logsdir

PASS (416)

test owner test name elapsed status LOG
qp ydb/core/kqp/ut/olap/unittest.[0/1000] chunk 0.000s PASS logsdir
qp ydb/core/kqp/ut/query/unittest.[0/50] chunk 0.000s PASS logsdir
qp ydb/core/kqp/ut/scheme/unittest.[0/50] chunk 0.000s PASS logsdir
ydb/core/sys_view/ut/unittest.[0/10] chunk 0.000s PASS logsdir
ydb/core/sys_view/ut/unittest.[1/10] chunk 0.000s PASS logsdir
system-infra ydb/core/tx/schemeshard/ut_vector_index_build_reboots/unittest.[0/10] chunk 0.000s PASS logsdir
ui-backend ydb/core/viewer/tests/py3test.sole chunk 0.000s PASS logsdir
duty ydb/services/ydb/ut/unittest.[0/60] 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 5.356s PASS  
ydb/tests/functional/api/test_crud.py.TestCRUDOperations.test_create_table_wrong_primary_key_failed1 0.061s PASS  
ydb/tests/functional/api/test_crud.py.TestCRUDOperations.test_create_table_wrong_primary_key_failed2 17.090s PASS  
ydb/tests/functional/api/test_crud.py.TestClientTimeouts.test_can_set_timeouts_on_query 37.601s PASS  
ydb/tests/functional/api/test_crud.py.TestCreateAndUpsertWithRepetitions.test_create_and_select_with_repetitions[10-64] 9.684s PASS  
ydb/tests/functional/api/test_crud.py.TestCreateAndUpsertWithRepetitions.test_create_and_upsert_data_with_repetitions[10-64] 13.716s PASS  
ydb/tests/functional/api/test_crud.py.TestManySelectsInRow.test_selects_in_row_success[500-500-50] 46.294s 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.083s 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.*] 4.806s PASS  
ydb/tests/functional/api/test_crud.py.TestSelect.test_advanced_select_failed[select min(*) from t1-.*is not allowed here] 22.190s 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.053s PASS  
ydb/tests/functional/api/test_discovery.py.TestDiscoveryExtEndpoint.test_scenario 1m 7.690s PASS  
ydb/tests/functional/api/test_discovery.py.TestDiscoveryFaultInjectionSlotStop.test_scenario 37.404s PASS  
ydb/tests/functional/api/test_discovery.py.TestMirror3DCDiscovery.test_mirror3dc_discovery_logic 36.726s PASS  
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_add_new_column 0.143s PASS  
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_add_to_key 0.110s PASS  
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_change_column_type 0.075s PASS  
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_remove_column 0.090s PASS  
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_fail_remove_from_key 22.283s PASS  
ydb/tests/functional/api/test_execute_scheme.py.TestExecuteSchemeOperations.test_create_table_if_it_is_created_success 6.895s PASS  
ydb/tests/functional/api/test_indexes.py.TestSecondaryIndexes.test_create_table_with_global_index 11.780s PASS  
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_insert_plus_update_per_transaction_are_success 0.342s PASS  
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_insert_plus_upsert_are_success 0.366s PASS  
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_insert_revert_basis 0.285s PASS  
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_query_pairs 19.211s PASS  
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_several_inserts_per_transaction_are_success 6.223s PASS  
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_update_plus_insert_per_transaction_are_success_prepared_case 0.430s PASS  
ydb/tests/functional/api/test_insert.py.TestInsertOperations.test_upsert_plus_insert_per_transaction_are_success_prepared_case 0.262s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_anti_dependency_cycles_g2 0.371s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_anti_dependency_cycles_g2_two_edges 22.493s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_does_not_prevent_predicate_many_preceders_pmp 0.328s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_does_not_prevent_predicate_many_preceders_pmp_for_write_predicates 0.220s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_isolation_mailing_list_example 0.287s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_lost_update_on_value_p4 0.396s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_lost_update_on_value_with_upsert_p4 0.259s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_lost_update_p4 0.359s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_aborted_reads_g1a 0.330s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_circular_information_flow_g1c 0.266s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_intermediate_reads_g1b 0.274s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_observed_transaction_vanishes_otv 0.660s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_prevents_write_cycles_g0 6.401s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_read_skew_g_single 0.348s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_read_skew_g_single_predicate_deps 0.280s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_read_skew_g_single_write_predicate 0.238s PASS  
ydb/tests/functional/api/test_isolation.py.TestTransactionIsolation.test_write_skew_g2_item 0.348s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_alter_table 0.070s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_copy_table 0.049s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_create_indexed_table 0.035s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_create_table 5.835s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes0] 0.008s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes1] 0.012s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes2] 0.010s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes3] 0.012s PASS  
ydb/tests/functional/api/test_public_api.py.TestAttributes.test_limits[attributes4] 12.538s PASS  
ydb/tests/functional/api/test_public_api.py.TestBadSession.test_simple 21.654s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_acl_modification_2 0.020s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_acl_modifications_1 0.011s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_all_enums_are_presented_as_exceptions 0.010s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_bulk_prepared_insert_many_values 0.418s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_bulk_upsert 0.226s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_can_execute_valid_statement_after_invalid_success 0.096s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_create_and_delete_session_then_use_it_again 0.041s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_crud_acl_actions 0.050s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_data_types 0.549s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_decimal_values 0.415s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_decimal_values_negative_stories 0.030s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_dict_type 0.098s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_direct_leak_tx_but_no_actual_leak_by_best_efforts 0.494s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_directory_that_doesnt_exists 0.015s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_list_directory_with_children 0.155s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_locks_invalidated_error 0.179s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_modify_permissions_3 0.011s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_none_values 0.079s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_parse_list_type 0.115s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_parse_tuple 0.076s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_prepared_query_pipeline 4.335s 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.629s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_query_set1 0.798s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_reuse_session_to_tx_leak 2.175s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_scheme_client_ops 0.479s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_scheme_operation_errors_handle 0.043s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_struct_type 0.059s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_struct_type_parameter 0.070s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_tcl 0.027s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_tcl_2 0.024s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_tcl_3 0.040s 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.005s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_validate_describe_path_result 0.052s PASS  
ydb/tests/functional/api/test_public_api.py.TestCRUDOperations.test_when_result_set_is_large_then_issue_occure 24.947s PASS  
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_alter_table[None-BadRequest] 0.035s PASS  
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_alter_table[settings1-None] 0.026s PASS  
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_create_table 9.923s PASS  
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_drop_table[None-None] 0.043s PASS  
ydb/tests/functional/api/test_public_api.py.TestDocApiTables.test_drop_table[settings1-None] 12.562s PASS  
ydb/tests/functional/api/test_public_api.py.TestDriverCanRecover.test_driver_recovery 22.409s PASS  
ydb/tests/functional/api/test_public_api.py.TestExplain.test_explain_data_query 27.651s PASS  
ydb/tests/functional/api/test_public_api.py.TestForPotentialDeadlock.test_deadlocked_threads_on_cleanup 6.211s PASS  
ydb/tests/functional/api/test_public_api.py.TestJsonExample.test_json_success 12.059s PASS  
ydb/tests/functional/api/test_public_api.py.TestJsonExample.test_json_unexpected_failure 3.186s PASS  
ydb/tests/functional/api/test_public_api.py.TestMetaDataInvalidation.test_invalidation_success 15.111s PASS  
ydb/tests/functional/api/test_public_api.py.TestRecursiveCreation.test_create_table 12.043s PASS  
ydb/tests/functional/api/test_public_api.py.TestRecursiveCreation.test_mkdir 2.994s PASS  
ydb/tests/functional/api/test_public_api.py.TestSelectAfterDropWithRepetitions.test_select_on_dropped_table_unsuccessful[10] 16.122s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFound.test_session_not_found 29.636s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_can_commit_bad_tx 0.022s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_cannot_commit_bad_tx 0.020s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_commit_successfully_after_success_commit 0.023s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_describe_table_with_bounds 0.079s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_explicit_partitions_case_1 0.041s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_explict_partitions_case_2 0.032s 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.027s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_native_date_types 0.027s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_native_datetime_types 0.049s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_ok_keep_alive_example 0.037s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_session_pool 3.998s PASS  
ydb/tests/functional/api/test_public_api.py.TestSessionNotFoundOperations.test_simple_table_profile_settings 12.019s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_constructed_key_range 3.933s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_only_specified_ranges 6.853s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_reads_only_specified_columns 0.295s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableSuccessStories.test_read_table_without_data_has_snapshot 22.209s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableTruncatedResults.test_truncated_results[async_read_table] 8.158s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableTruncatedResults.test_truncated_results[read_table] 26.014s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableWithTabletKills.test_read_table_async_simple[async_read_table] 6.475s PASS  
ydb/tests/functional/api/test_read_table.py.TestReadTableWithTabletKills.test_read_table_async_simple[read_table] 22.426s PASS  
ydb/tests/functional/api/test_session_grace_shutdown.py.Test.test_grace_shutdown_of_session 12.619s PASS  
ydb/tests/functional/api/test_session_grace_shutdown.py.TestIdle.test_idle_shutdown_of_session 53.174s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_no_cluster_endpoints_no_failure 24.619s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_close_basic_logic_case_1 0.120s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_close_basic_logic_case_2 0.519s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_keep_alive 0.063s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_min_size_feature 17.187s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_1 0.096s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_2 0.112s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_3 0.060s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_no_race_after_future_cancel_case_4 0.034s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_release_logic 0.216s PASS  
ydb/tests/functional/api/test_session_pool.py.TestSessionPool.test_session_pool_simple_acquire 4.943s 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 11.175s PASS  
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[block-4-2] 32.324s PASS  
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[mirror-3-dc] 34.268s PASS  
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[mirror-3] 1m 7.332s PASS  
ydb/tests/functional/blobstorage/test_replication.py.TestReplicationAfterNodesRestart.test_replication[none] 15.216s PASS  
ydb/tests/functional/blobstorage/test_self_heal.py.TestEnableSelfHeal.test_replication 15.116s PASS  
ydb/tests/functional/blobstorage/test_tablet_channel_migration.py.TestChannelsOps.test_when_write_and_change_tablet_channel_then_can_read_from_tablet 18.597s PASS  
ydb/tests/functional/blobstorage/test_tablet_channel_migration.py.TestChannelsOps.test_when_write_in_new_channel_then_can_read_from_tablet 14.504s PASS  
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_disabled 1m 50.196s PASS  
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_disabled_enabled 2m 3.785s PASS  
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_enabled 2m 8.518s PASS  
ydb/tests/functional/blobstorage/test_vdisks.py.TestTinyVDisks.test_enabled_disabled 1m 55.507s 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 55.011s PASS  
core ydb/tests/functional/cms/test_cms_erasure.py.TestDegradedGroupBlock42Max.test_no_degraded_groups_after_shutdown 2m 53.412s PASS  
core ydb/tests/functional/cms/test_cms_erasure.py.TestDegradedGroupMirror3dcKeep.test_no_degraded_groups_after_shutdown 2m 55.799s PASS  
core ydb/tests/functional/cms/test_cms_erasure.py.TestDegradedGroupMirror3dcMax.test_no_degraded_groups_after_shutdown 2m 54.266s PASS  
core ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsBlockKeep.test_restart_as_much_as_can 3m 1.962s PASS  
core ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsBlockMax.test_restart_as_much_as_can 3m 3.110s PASS  
core ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsMirrorKeep.test_restart_as_much_as_can 3m 8.737s PASS  
core ydb/tests/functional/cms/test_cms_restart.py.TestCmsStateStorageRestartsMirrorMax.test_restart_as_much_as_can 2m 57.656s PASS  
core ydb/tests/functional/cms/test_cms_state_storage.py.TestCmsStateStorageSimpleKeep.test_check_shutdown_state_storage_nodes 2m 41.865s PASS  
core ydb/tests/functional/cms/test_cms_state_storage.py.TestCmsStateStorageSimpleMax.test_check_shutdown_state_storage_nodes 2m 33.854s PASS  
ydb/tests/functional/encryption/py3test.sole chunk 0.000s PASS  
ydb/tests/functional/encryption/test_encryption.py.TestEncryption.test_simple_encryption 1m 26.312s 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 41.246s PASS logsdir
system-infra ydb/tests/functional/hive/test_create_tablets.py.TestHive.test_when_create_tablets_then_can_lookup_them 44.249s PASS logsdir
system-infra ydb/tests/functional/hive/test_drain.py.TestHive.test_drain_tablets 1m 43.934s PASS logsdir
system-infra ydb/tests/functional/hive/test_kill_tablets.py.TestKillTablets.test_then_kill_system_tablets_and_it_increases_generation 24.921s 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 28.895s PASS logsdir
system-infra ydb/tests/functional/hive/test_kill_tablets.py.TestKillTablets.test_when_kill_keyvalue_tablet_it_will_be_restarted 23.989s PASS logsdir
qp ydb/tests/functional/kqp/kqp_query_svc/KqpQueryService.ReplyPartLimitProxyNode 0.320s PASS  
qp ydb/tests/functional/kqp/kqp_query_svc/NodeIdDescribe.HasDistribution 8.580s 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 35.543s PASS  
ydb/tests/functional/restarts/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok 2m 40.145s PASS  
ydb/tests/functional/restarts/test_restarts.py.TestRestartClusterMirror3DC.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok 2m 49.528s PASS  
ydb/tests/functional/restarts/test_restarts.py.TestRestartMultipleBlock42.test_tablets_are_successfully_started_after_few_killed_nodes 2m 48.990s PASS  
ydb/tests/functional/restarts/test_restarts.py.TestRestartMultipleMirror34.test_tablets_are_successfully_started_after_few_killed_nodes 2m 42.584s PASS  
ydb/tests/functional/restarts/test_restarts.py.TestRestartMultipleMirror3DC.test_tablets_are_successfully_started_after_few_killed_nodes 3m 3.108s PASS  
ydb/tests/functional/restarts/test_restarts.py.TestRestartSingleBlock42.test_restart_single_node_is_ok 2m 27.154s PASS  
ydb/tests/functional/restarts/test_restarts.py.TestRestartSingleMirror3DC.test_restart_single_node_is_ok 2m 41.546s 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] 2m 42.268s PASS  
Topics ydb/tests/functional/sqs/large/test_leader_start_inflight.py.TestSqsMultinodeCluster.test_limit_leader_start_inflight[tables_format_v0-std] 2m 56.169s PASS  
Topics ydb/tests/functional/sqs/large/test_leader_start_inflight.py.TestSqsMultinodeCluster.test_limit_leader_start_inflight[tables_format_v1-fifo] 2m 2.478s PASS  
Topics ydb/tests/functional/sqs/large/test_leader_start_inflight.py.TestSqsMultinodeCluster.test_limit_leader_start_inflight[tables_format_v1-std] 2m 2.535s 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 2m 9.203s PASS  
Topics ydb/tests/functional/sqs/merge_split_common_table/std/py3test.sole chunk 0.000s PASS  
Topics ydb/tests/functional/sqs/merge_split_common_table/std/test.py.TestSqsSplitMergeStdTables.test_std_merge_split 2m 14.467s 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
cs ydb/tests/olap/data_read_correctness.py.TestDataReadCorrectness.test 7.370s PASS  
cs ydb/tests/olap/data_read_correctness.py.TestDataReadPerformanceNoIntersections.test 3m 59.797s PASS  
cs ydb/tests/olap/order_by_with_limit.py.TestOrderBy.test 22.588s PASS  
cs ydb/tests/olap/py3test.[0/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[1/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[2/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[3/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[4/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[5/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[6/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[7/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[8/10] chunk 0.000s PASS  
cs ydb/tests/olap/py3test.[9/10] chunk 0.000s PASS  
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.[2/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 53.758s PASS logsdir
cs ydb/tests/olap/scenario/test_alter_compression.py.TestAlterCompression.test_multi[alter_compression] 32.024s PASS logsdir
cs ydb/tests/olap/scenario/test_alter_tiering.py.TestAlterTiering.test_multi[many_tables] 27.044s PASS logsdir
cs ydb/tests/olap/scenario/test_insert.py.TestInsert.test[read_data_during_bulk_upsert] 1m 46.528s PASS logsdir
cs ydb/tests/olap/scenario/test_insert.py.TestInsert.test_multi[read_data_during_bulk_upsert] 1m 39.364s PASS logsdir
cs ydb/tests/olap/scenario/test_read_update_write_load.py.TestReadUpdateWriteLoad.test[read_update_write_load] 2m 39.179s PASS logsdir
cs ydb/tests/olap/scenario/test_read_update_write_load.py.TestReadUpdateWriteLoad.test_multi[read_update_write_load] 32.202s PASS logsdir
cs ydb/tests/olap/scenario/test_scheme_load.py.TestSchemeLoad.test[create_and_drop_tables] 1m 15.894s PASS logsdir
cs ydb/tests/olap/scenario/test_scheme_load.py.TestSchemeLoad.test_multi[create_and_drop_tables] 47.228s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test[alter_table] 48.471s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test[alter_tablestore] 7.017s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test[table] 3.563s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test[tablestores] 3.744s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[alter_table] 0.030s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[alter_tablestore] 0.047s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[table] 0.008s PASS logsdir
cs ydb/tests/olap/scenario/test_simple.py.TestSimple.test_multi[tablestores] 32.067s PASS logsdir
cs ydb/tests/olap/tablets_movement.py.TestTabletsMovement.test[COLUMN] 1m 25.374s PASS  
cs ydb/tests/olap/tablets_movement.py.TestTabletsMovement.test[ROW] 1m 16.051s PASS  
cs ydb/tests/olap/test_create.py.TestCreate.test_create_all_opt_ints 3.227s PASS  
cs ydb/tests/olap/test_create.py.TestCreate.test_create_all_req_ints 0.247s PASS  
cs ydb/tests/olap/test_create.py.TestCreate.test_create_decimals 2.751s PASS  
cs ydb/tests/olap/test_create.py.TestCreate.test_create_real_opt 0.312s PASS  
cs ydb/tests/olap/test_create.py.TestCreate.test_create_real_req 0.255s PASS  
cs ydb/tests/olap/test_create.py.TestCreate.test_create_strings_opt 0.277s PASS  
cs ydb/tests/olap/test_create.py.TestCreate.test_dy_number_not_supported 7.225s PASS  
cs ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[bulk_upsert] 1m 11.819s PASS  
cs ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[bulk_upsert_update_upsert] 1m 3.629s PASS  
cs ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[update] 1m 45.751s PASS  
cs ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[update_bulk_upsert] 18.308s PASS  
cs ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[update_upsert_bulk_upsert] 27.027s PASS  
cs ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates[upsert] 22.007s PASS  
cs ydb/tests/olap/test_cs_many_updates.py.TestCSManyUpdates.test_many_updates_random_sequence 57.679s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_rollback 3.488s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[False-100] 0.335s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[True-0] 0.427s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[id < 10 OR vf >= 90-80] 13.626s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[id = 101-100] 1.752s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[id = 42-99] 1.490s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[id > 50-51] 2.024s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[id >= 30 AND vf < 70-60] 1.707s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[vf < 0.9-99] 1.463s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[vf > 300-100] 1.568s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[vf > 50.5-51] 1.602s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[vs LIKE '3'-99] 1.575s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_delete_where[vs LIKE 'nope'-100] 1.589s PASS  
cs ydb/tests/olap/test_delete.py.TestDelete.test_incorrect 1.176s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_bulk 7.590s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_copy_full 2.534s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_copy_partial 1.861s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_duplicate 0.803s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_incorrect 0.898s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_insert_rollback 1.250s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_out_of_range 0.714s PASS  
cs ydb/tests/olap/test_insert.py.TestInsertStatement.test_plain 1.062s PASS  
cs ydb/tests/olap/test_log_scenario.py.TestLogScenario.test_log_deviation[1051200] 40.105s PASS  
cs ydb/tests/olap/test_log_scenario.py.TestLogScenario.test_log_deviation[180] 22.867s PASS  
cs ydb/tests/olap/test_log_scenario.py.TestLogScenario.test_log_uniform 1m 13.433s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-128] 12.824s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-1] 7.458s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-2] 7.626s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-64] 8.518s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-1-8] 7.220s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-128] 8.997s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-1] 9.267s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-2] 6.050s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-64] 8.498s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1-10000-8] 5.967s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-128] 7.519s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-1] 10.450s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-2] 6.726s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-64] 7.537s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-1-8] 8.422s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-128] 9.232s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-1] 6.832s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-2] 7.784s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-64] 6.972s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[1000-2-8] 6.115s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-128] 7.508s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-1] 5.979s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-2] 7.244s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-64] 7.572s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-10000-8] 7.333s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-128] 9.788s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-1] 8.260s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-2] 5.610s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-64] 6.166s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert[2-2-8] 5.415s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_reject_probability 8.931s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1-10000] 1m 50.308s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1-1] 1m 18.277s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1000-1] 1m 41.773s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[1000-2] 1m 19.013s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[2-10000] 1m 18.386s PASS  
cs ydb/tests/olap/test_overloads.py.TestLogScenario.test_overloads_workload[2-2] 1m 47.724s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_copy_full 3.451s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_copy_partial 0.572s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_count 0.698s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_incorrect 0.206s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_partial_replace 0.342s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_replace_rollback 8.738s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_replace_total 1.852s PASS  
cs ydb/tests/olap/test_replace.py.TestReplace.test_replace_with_nulls 1.347s PASS  
cs ydb/tests/olap/test_select.py.TestSelect.test_incorrect 8.317s PASS  
cs ydb/tests/olap/test_select.py.TestSelect.test_json_query 1.943s PASS  
cs ydb/tests/olap/test_update.py.TestUpdate.test_incorrect 7.949s PASS  
cs ydb/tests/olap/test_update.py.TestUpdate.test_partial_update 1.356s PASS  
cs ydb/tests/olap/test_update.py.TestUpdate.test_update_many_rows 1.587s PASS  
cs ydb/tests/olap/test_update.py.TestUpdate.test_update_pk 1.122s PASS  
cs ydb/tests/olap/test_update.py.TestUpdate.test_update_rollback 1.902s PASS  
cs ydb/tests/olap/test_update.py.TestUpdate.test_update_single_column 8.234s PASS  
cs ydb/tests/olap/test_update.py.TestUpdate.test_update_single_row 1.369s PASS  
cs ydb/tests/olap/test_upsert.py.TestUpsert.test_copy_full 8.606s PASS  
cs ydb/tests/olap/test_upsert.py.TestUpsert.test_copy_partial 1.960s PASS  
cs ydb/tests/olap/test_upsert.py.TestUpsert.test_count 2.772s PASS  
cs ydb/tests/olap/test_upsert.py.TestUpsert.test_incorrect 0.774s PASS  
cs ydb/tests/olap/test_upsert.py.TestUpsert.test_insert_nulls 1.008s PASS  
cs ydb/tests/olap/test_upsert.py.TestUpsert.test_partial_update 0.947s PASS  
cs ydb/tests/olap/ttl_tiering/data_correctness.py.TestDataCorrectness.test 3m 26.953s PASS  
cs ydb/tests/olap/ttl_tiering/data_migration_when_alter_ttl.py.TestDataMigrationWhenAlterTtl.test 2m 9.167s 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 47.235s PASS  
cs ydb/tests/olap/ttl_tiering/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change 2m 38.308s PASS  
cs ydb/tests/olap/ttl_tiering/ttl_delete_s3.py.TestDeleteS3Ttl.test_delete_s3_tiering 2m 34.090s PASS  
cs ydb/tests/olap/ttl_tiering/ttl_delete_s3.py.TestDeleteTtl.test_ttl_delete 4m 20.086s PASS  
cs ydb/tests/olap/ttl_tiering/ttl_unavailable_s3.py.TestUnavailableS3.test 2m 28.764s PASS  
cs ydb/tests/olap/ttl_tiering/unstable_connection.py.TestUnstableConnection.test 2m 44.452s PASS  
cs ydb/tests/olap/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test 5m 4.667s PASS  
cs ydb/tests/olap/zip_bomb.py.TestZipBomb.test 44.735s PASS  
engineering ydb/tests/stress/mixedpy/tests/py3test.sole chunk 0.000s PASS  
engineering ydb/tests/stress/mixedpy/tests/test_workload.py.TestYdbMixedWorkload.test[column] 3m 25.999s PASS  
engineering ydb/tests/stress/mixedpy/tests/test_workload.py.TestYdbMixedWorkload.test[row] 2m 57.148s PASS  
engineering ydb/tests/stress/olap_workload/tests/py3test.sole chunk 0.000s PASS logsdir
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 1m 1.940s PASS  
ydb/tests/tools/nemesis/ut/test_tablet.py.TestMassiveKills.test_tablets_are_ok_after_many_kills 1m 29.628s PASS