============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/004561/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_crud
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 11 items

test_crud.py ...........

============================== slowest durations ===============================
256.24s call     test_crud.py::TestManySelectsInRow::test_selects_in_row_success[500-500-50]
187.76s teardown test_crud.py::TestManySelectsInRow::test_selects_in_row_success[500-500-50]
27.04s teardown test_crud.py::TestClientTimeouts::test_can_set_timeouts_on_query
22.05s teardown test_crud.py::TestCRUDOperations::test_create_table_wrong_primary_key_failed2
22.02s teardown test_crud.py::TestSelect::test_advanced_select_failed[select min(*) from t1-.*is not allowed here]
17.02s teardown test_crud.py::TestCreateAndUpsertWithRepetitions::test_create_and_upsert_data_with_repetitions[10-64]
14.75s call     test_crud.py::TestCreateAndUpsertWithRepetitions::test_create_and_select_with_repetitions[10-64]
10.08s setup    test_crud.py::TestCRUDOperations::test_create_table_and_drop_table_success
9.69s setup    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.*]
8.22s setup    test_crud.py::TestManySelectsInRow::test_selects_in_row_success[500-500-50]
6.12s setup    test_crud.py::TestClientTimeouts::test_can_set_timeouts_on_query
6.11s call     test_crud.py::TestCreateAndUpsertWithRepetitions::test_create_and_upsert_data_with_repetitions[10-64]
5.22s setup    test_crud.py::TestCreateAndUpsertWithRepetitions::test_create_and_select_with_repetitions[10-64]
1.65s call     test_crud.py::TestClientTimeouts::test_can_set_timeouts_on_query
0.49s call     test_crud.py::TestCRUDOperations::test_create_table_and_drop_table_success
0.09s call     test_crud.py::TestSelect::test_advanced_select_failed[select min(a, b) from t1-Aggregation function Min requires exactly 1 argument]
0.09s call     test_crud.py::TestCRUDOperations::test_create_table_wrong_primary_key_failed1
0.06s call     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.*]
0.06s call     test_crud.py::TestSelect::test_advanced_select_failed[select count(a, b) from t1-Aggregation function Count requires exactly 1 argument]
0.05s call     test_crud.py::TestCRUDOperations::test_create_table_wrong_primary_key_failed2
0.04s setup    test_crud.py::TestCreateAndUpsertWithRepetitions::test_create_and_upsert_data_with_repetitions[10-64]
0.04s setup    test_crud.py::TestCRUDOperations::test_create_table_wrong_primary_key_failed1
0.03s call     test_crud.py::TestSelect::test_advanced_select_failed[select min(*) from t1-.*is not allowed here]
0.02s teardown test_crud.py::TestCreateAndUpsertWithRepetitions::test_create_and_select_with_repetitions[10-64]
0.02s setup    test_crud.py::TestCRUDOperations::test_create_table_wrong_primary_key_failed2
0.01s setup    test_crud.py::TestSelect::test_advanced_select_failed[select min(a, b) from t1-Aggregation function Min requires exactly 1 argument]
0.01s setup    test_crud.py::TestSelect::test_advanced_select_failed[select count(a, b) from t1-Aggregation function Count requires exactly 1 argument]
0.01s setup    test_crud.py::TestSelect::test_advanced_select_failed[select min(*) from t1-.*is not allowed here]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 596.16s (0:09:56) ========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...basetemp', '/home/runner/.ya/build/build_root/vu44/004561/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vu44/004561/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_crud/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/vu44/004561', '--source-root', '/home/runner/.ya/build/build_root/vu44/004561/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vu44/004561/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_crud/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/api', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/api', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_crud.py']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...basetemp', '/home/runner/.ya/build/build_root/vu44/004561/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vu44/004561/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_crud/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/vu44/004561', '--source-root', '/home/runner/.ya/build/build_root/vu44/004561/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vu44/004561/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_crud/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/api', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/api', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_crud.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/004570/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_discovery
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

test_discovery.py ...

============================== slowest durations ===============================
52.01s teardown test_discovery.py::TestDiscoveryExtEndpoint::test_scenario
17.03s teardown test_discovery.py::TestMirror3DCDiscovery::test_mirror3dc_discovery_logic
17.01s teardown test_discovery.py::TestDiscoveryFaultInjectionSlotStop::test_scenario
16.36s call     test_discovery.py::TestMirror3DCDiscovery::test_mirror3dc_discovery_logic
13.33s setup    test_discovery.py::TestMirror3DCDiscovery::test_mirror3dc_discovery_logic
13.06s setup    test_discovery.py::TestDiscoveryFaultInjectionSlotStop::test_scenario
8.28s setup    test_discovery.py::TestDiscoveryExtEndpoint::test_scenario
7.85s call     test_discovery.py::TestDiscoveryFaultInjectionSlotStop::test_scenario
0.99s call     test_discovery.py::TestDiscoveryExtEndpoint::test_scenario
======================== 3 passed in 146.87s (0:02:26) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/00455d/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_execute_scheme
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

test_execute_scheme.py ......

============================== slowest durations ===============================
22.01s teardown test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_fail_remove_from_key
5.22s setup    test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_success
1.20s call     test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_success
0.10s call     test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_fail_add_to_key
0.10s call     test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_fail_remove_from_key
0.09s call     test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_fail_change_column_type
0.09s call     test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_fail_remove_column
0.09s call     test_execute_scheme.py::TestExecuteSchemeOperations::test_create_table_if_it_is_created_fail_add_new_column

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 30.01s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/004542/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_indexes
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_indexes.py .

============================== slowest durations ===============================
14.65s setup    test_indexes.py::TestSecondaryIndexes::test_create_table_with_global_index
7.12s teardown test_indexes.py::TestSecondaryIndexes::test_create_table_with_global_index
0.59s call     test_indexes.py::TestSecondaryIndexes::test_create_table_with_global_index
============================== 1 passed in 24.78s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/0044f9/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_insert
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 7 items

test_insert.py .......

============================== slowest durations ===============================
25.33s call     test_insert.py::TestInsertOperations::test_query_pairs
17.02s teardown test_insert.py::TestInsertOperations::test_query_pairs
5.64s setup    test_insert.py::TestInsertOperations::test_several_inserts_per_transaction_are_success
1.78s call     test_insert.py::TestInsertOperations::test_insert_revert_basis
1.61s call     test_insert.py::TestInsertOperations::test_insert_plus_upsert_are_success
1.43s call     test_insert.py::TestInsertOperations::test_several_inserts_per_transaction_are_success
1.21s call     test_insert.py::TestInsertOperations::test_upsert_plus_insert_per_transaction_are_success_prepared_case
1.20s call     test_insert.py::TestInsertOperations::test_insert_plus_update_per_transaction_are_success
1.16s call     test_insert.py::TestInsertOperations::test_update_plus_insert_per_transaction_are_success_prepared_case
0.02s setup    test_insert.py::TestInsertOperations::test_query_pairs
0.01s setup    test_insert.py::TestInsertOperations::test_insert_plus_update_per_transaction_are_success
0.01s setup    test_insert.py::TestInsertOperations::test_insert_plus_upsert_are_success

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 7 passed in 57.58s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/00454c/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_isolation
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 17 items

test_isolation.py .................

============================== slowest durations ===============================
22.03s teardown test_isolation.py::TestTransactionIsolation::test_anti_dependency_cycles_g2_two_edges
18.06s setup    test_isolation.py::TestTransactionIsolation::test_prevents_write_cycles_g0
4.10s call     test_isolation.py::TestTransactionIsolation::test_prevents_write_cycles_g0
2.83s call     test_isolation.py::TestTransactionIsolation::test_prevents_observed_transaction_vanishes_otv
2.65s call     test_isolation.py::TestTransactionIsolation::test_write_skew_g2_item
2.28s call     test_isolation.py::TestTransactionIsolation::test_prevents_intermediate_reads_g1b
2.27s call     test_isolation.py::TestTransactionIsolation::test_isolation_mailing_list_example
2.18s call     test_isolation.py::TestTransactionIsolation::test_read_skew_g_single_predicate_deps
2.16s call     test_isolation.py::TestTransactionIsolation::test_anti_dependency_cycles_g2_two_edges
2.07s call     test_isolation.py::TestTransactionIsolation::test_lost_update_p4
1.98s call     test_isolation.py::TestTransactionIsolation::test_read_skew_g_single
1.80s call     test_isolation.py::TestTransactionIsolation::test_prevents_circular_information_flow_g1c
1.68s call     test_isolation.py::TestTransactionIsolation::test_anti_dependency_cycles_g2
1.64s call     test_isolation.py::TestTransactionIsolation::test_prevents_aborted_reads_g1a
1.54s call     test_isolation.py::TestTransactionIsolation::test_does_not_prevent_predicate_many_preceders_pmp_for_write_predicates
1.48s call     test_isolation.py::TestTransactionIsolation::test_read_skew_g_single_write_predicate
1.40s call     test_isolation.py::TestTransactionIsolation::test_lost_update_on_value_with_upsert_p4
1.40s call     test_isolation.py::TestTransactionIsolation::test_does_not_prevent_predicate_many_preceders_pmp
1.33s call     test_isolation.py::TestTransactionIsolation::test_lost_update_on_value_p4
0.02s setup    test_isolation.py::TestTransactionIsolation::test_prevents_intermediate_reads_g1b
0.02s teardown test_isolation.py::TestTransactionIsolation::test_anti_dependency_cycles_g2
0.02s teardown test_isolation.py::TestTransactionIsolation::test_read_skew_g_single_write_predicate
0.02s setup    test_isolation.py::TestTransactionIsolation::test_anti_dependency_cycles_g2_two_edges
0.02s setup    test_isolation.py::TestTransactionIsolation::test_read_skew_g_single
0.02s setup    test_isolation.py::TestTransactionIsolation::test_read_skew_g_single_predicate_deps
0.02s setup    test_isolation.py::TestTransactionIsolation::test_anti_dependency_cycles_g2
0.01s teardown test_isolation.py::TestTransactionIsolation::test_read_skew_g_single_predicate_deps
0.01s setup    test_isolation.py::TestTransactionIsolation::test_write_skew_g2_item
0.01s setup    test_isolation.py::TestTransactionIsolation::test_lost_update_p4
0.01s setup    test_isolation.py::TestTransactionIsolation::test_lost_update_on_value_p4
0.01s setup    test_isolation.py::TestTransactionIsolation::test_does_not_prevent_predicate_many_preceders_pmp_for_write_predicates
0.01s setup    test_isolation.py::TestTransactionIsolation::test_prevents_circular_information_flow_g1c
0.01s teardown test_isolation.py::TestTransactionIsolation::test_write_skew_g2_item
0.01s teardown test_isolation.py::TestTransactionIsolation::test_prevents_observed_transaction_vanishes_otv
0.01s teardown test_isolation.py::TestTransactionIsolation::test_isolation_mailing_list_example
0.01s setup    test_isolation.py::TestTransactionIsolation::test_prevents_observed_transaction_vanishes_otv
0.01s setup    test_isolation.py::TestTransactionIsolation::test_lost_update_on_value_with_upsert_p4
0.01s setup    test_isolation.py::TestTransactionIsolation::test_isolation_mailing_list_example
0.01s setup    test_isolation.py::TestTransactionIsolation::test_does_not_prevent_predicate_many_preceders_pmp

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 17 passed in 78.31s (0:01:18) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/004546/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_public_api
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 74 items

test_public_api.py ..........................................................................

============================== slowest durations ===============================
27.01s teardown test_public_api.py::TestCRUDOperations::test_when_result_set_is_large_then_issue_occure
24.35s call     test_public_api.py::TestSessionNotFound::test_session_not_found
22.03s teardown test_public_api.py::TestExplain::test_explain_data_query
20.55s call     test_public_api.py::TestBadSession::test_simple
17.54s teardown test_public_api.py::TestDocApiTables::test_drop_table[settings1-None]
17.54s teardown test_public_api.py::TestAttributes::test_limits[attributes4]
17.04s teardown test_public_api.py::TestDriverCanRecover::test_driver_recovery
17.01s teardown test_public_api.py::TestMetaDataInvalidation::test_invalidation_success
17.01s teardown test_public_api.py::TestSelectAfterDropWithRepetitions::test_select_on_dropped_table_unsuccessful[10]
17.01s teardown test_public_api.py::TestJsonExample::test_json_success
17.01s teardown test_public_api.py::TestSessionNotFoundOperations::test_simple_table_profile_settings
17.01s teardown test_public_api.py::TestRecursiveCreation::test_create_table
9.86s call     test_public_api.py::TestCRUDOperations::test_when_result_set_is_large_then_issue_occure
9.08s setup    test_public_api.py::TestExplain::test_explain_data_query
8.92s setup    test_public_api.py::TestDocApiTables::test_create_table
8.33s setup    test_public_api.py::TestAttributes::test_create_table
7.21s call     test_public_api.py::TestDriverCanRecover::test_driver_recovery
7.01s teardown test_public_api.py::TestBadSession::test_simple
7.01s teardown test_public_api.py::TestSessionNotFound::test_session_not_found
6.60s call     test_public_api.py::TestCRUDOperations::test_reuse_session_to_tx_leak
6.29s call     test_public_api.py::TestSelectAfterDropWithRepetitions::test_select_on_dropped_table_unsuccessful[10]
5.57s setup    test_public_api.py::TestSelectAfterDropWithRepetitions::test_select_on_dropped_table_unsuccessful[10]
5.43s setup    test_public_api.py::TestSessionNotFoundOperations::test_session_pool
5.38s setup    test_public_api.py::TestDriverCanRecover::test_driver_recovery
5.29s setup    test_public_api.py::TestRecursiveCreation::test_mkdir
5.27s setup    test_public_api.py::TestForPotentialDeadlock::test_deadlocked_threads_on_cleanup
5.02s setup    test_public_api.py::TestJsonExample::test_json_unexpected_failure
4.95s setup    test_public_api.py::TestBadSession::test_simple
4.92s setup    test_public_api.py::TestMetaDataInvalidation::test_invalidation_success
4.90s setup    test_public_api.py::TestSessionNotFound::test_session_not_found
4.80s setup    test_public_api.py::TestCRUDOperations::test_prepared_query_pipeline
3.01s teardown test_public_api.py::TestForPotentialDeadlock::test_deadlocked_threads_on_cleanup
2.17s call     test_public_api.py::TestCRUDOperations::test_queries_set2
1.74s call     test_public_api.py::TestCRUDOperations::test_query_set1
1.31s call     test_public_api.py::TestAttributes::test_create_table
1.23s call     test_public_api.py::TestCRUDOperations::test_data_types
1.06s call     test_public_api.py::TestDocApiTables::test_create_table
0.88s call     test_public_api.py::TestCRUDOperations::test_direct_leak_tx_but_no_actual_leak_by_best_efforts
0.84s call     test_public_api.py::TestMetaDataInvalidation::test_invalidation_success
0.80s call     test_public_api.py::TestCRUDOperations::test_bulk_prepared_insert_many_values
0.57s call     test_public_api.py::TestCRUDOperations::test_bulk_upsert
0.50s call     test_public_api.py::TestCRUDOperations::test_scheme_client_ops
0.45s call     test_public_api.py::TestCRUDOperations::test_locks_invalidated_error
0.33s call     test_public_api.py::TestJsonExample::test_json_unexpected_failure
0.27s call     test_public_api.py::TestCRUDOperations::test_decimal_values
0.24s call     test_public_api.py::TestForPotentialDeadlock::test_deadlocked_threads_on_cleanup
0.21s call     test_public_api.py::TestSessionNotFoundOperations::test_describe_table_with_bounds
0.18s call     test_public_api.py::TestDocApiTables::test_alter_table[None-BadRequest]
0.17s call     test_public_api.py::TestExplain::test_explain_data_query
0.17s call     test_public_api.py::TestCRUDOperations::test_prepared_query_pipeline
0.17s call     test_public_api.py::TestJsonExample::test_json_success
0.14s call     test_public_api.py::TestCRUDOperations::test_can_execute_valid_statement_after_invalid_success
0.14s call     test_public_api.py::TestDocApiTables::test_drop_table[None-None]
0.14s call     test_public_api.py::TestAttributes::test_copy_table
0.14s call     test_public_api.py::TestAttributes::test_alter_table
0.13s call     test_public_api.py::TestDocApiTables::test_drop_table[settings1-None]
0.13s call     test_public_api.py::TestCRUDOperations::test_parse_tuple
0.12s call     test_public_api.py::TestCRUDOperations::test_list_directory_with_children
0.12s call     test_public_api.py::TestRecursiveCreation::test_create_table
0.10s call     test_public_api.py::TestSessionNotFoundOperations::test_session_pool
0.10s call     test_public_api.py::TestCRUDOperations::test_parse_list_type
0.10s call     test_public_api.py::TestSessionNotFoundOperations::test_native_datetime_types
0.09s call     test_public_api.py::TestCRUDOperations::test_struct_type_parameter
0.09s call     test_public_api.py::TestCRUDOperations::test_none_values
0.09s call     test_public_api.py::TestCRUDOperations::test_dict_type
0.09s call     test_public_api.py::TestSessionNotFoundOperations::test_explicit_partitions_case_1
0.08s call     test_public_api.py::TestAttributes::test_create_indexed_table
0.08s call     test_public_api.py::TestCRUDOperations::test_too_many_pending_transactions
0.08s call     test_public_api.py::TestCRUDOperations::test_struct_type
0.07s call     test_public_api.py::TestDocApiTables::test_alter_table[settings1-None]
0.07s call     test_public_api.py::TestSessionNotFoundOperations::test_keep_in_cache_disabled
0.06s call     test_public_api.py::TestSessionNotFoundOperations::test_native_date_types
0.06s call     test_public_api.py::TestCRUDOperations::test_decimal_values_negative_stories
0.05s call     test_public_api.py::TestSessionNotFoundOperations::test_commit_successfully_after_success_commit
0.04s call     test_public_api.py::TestSessionNotFoundOperations::test_can_commit_bad_tx
0.03s call     test_public_api.py::TestRecursiveCreation::test_mkdir
0.03s call     test_public_api.py::TestAttributes::test_limits[attributes4]
0.03s call     test_public_api.py::TestSessionNotFoundOperations::test_explict_partitions_case_2
0.03s call     test_public_api.py::TestCRUDOperations::test_crud_acl_actions
0.03s call     test_public_api.py::TestCRUDOperations::test_tcl
0.03s call     test_public_api.py::TestSessionNotFoundOperations::test_cannot_commit_bad_tx
0.02s call     test_public_api.py::TestCRUDOperations::test_tcl_3
0.02s call     test_public_api.py::TestCRUDOperations::test_validate_describe_path_result
0.02s call     test_public_api.py::TestCRUDOperations::test_tcl_2
0.02s setup    test_public_api.py::TestCRUDOperations::test_none_values
0.02s call     test_public_api.py::TestSessionNotFoundOperations::test_ok_keep_alive_example
0.02s call     test_public_api.py::TestCRUDOperations::test_presented_in_cache
0.02s call     test_public_api.py::TestCRUDOperations::test_scheme_operation_errors_handle
0.02s call     test_public_api.py::TestAttributes::test_limits[attributes3]
0.02s call     test_public_api.py::TestAttributes::test_limits[attributes2]
0.01s teardown test_public_api.py::TestCRUDOperations::test_decimal_values
0.01s call     test_public_api.py::TestAttributes::test_limits[attributes1]
0.01s call     test_public_api.py::TestCRUDOperations::test_create_and_delete_session_then_use_it_again
0.01s call     test_public_api.py::TestAttributes::test_limits[attributes0]
0.01s setup    test_public_api.py::TestDocApiTables::test_alter_table[settings1-None]
0.01s teardown test_public_api.py::TestCRUDOperations::test_reuse_session_to_tx_leak
0.01s call     test_public_api.py::TestCRUDOperations::test_directory_that_doesnt_exists
0.01s setup    test_public_api.py::TestCRUDOperations::test_create_and_delete_session_then_use_it_again
0.01s setup    test_public_api.py::TestCRUDOperations::test_modify_permissions_3
0.01s setup    test_public_api.py::TestDocApiTables::test_drop_table[settings1-None]
0.01s setup    test_public_api.py::TestAttributes::test_limits[attributes2]
0.01s setup    test_public_api.py::TestCRUDOperations::test_data_types

(120 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 74 passed in 374.38s (0:06:14) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/004556/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_read_table
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_read_table.py ........

============================== slowest durations ===============================
27.08s teardown test_read_table.py::TestReadTableTruncatedResults::test_truncated_results[read_table]
22.01s teardown test_read_table.py::TestReadTableSuccessStories::test_read_table_without_data_has_snapshot
17.01s teardown test_read_table.py::TestReadTableWithTabletKills::test_read_table_async_simple[read_table]
8.85s call     test_read_table.py::TestReadTableTruncatedResults::test_truncated_results[read_table]
6.06s call     test_read_table.py::TestReadTableTruncatedResults::test_truncated_results[async_read_table]
5.43s setup    test_read_table.py::TestReadTableWithTabletKills::test_read_table_async_simple[async_read_table]
5.02s setup    test_read_table.py::TestReadTableSuccessStories::test_read_table_only_specified_ranges
4.90s setup    test_read_table.py::TestReadTableTruncatedResults::test_truncated_results[async_read_table]
2.84s call     test_read_table.py::TestReadTableSuccessStories::test_read_table_constructed_key_range
0.93s call     test_read_table.py::TestReadTableWithTabletKills::test_read_table_async_simple[async_read_table]
0.76s call     test_read_table.py::TestReadTableSuccessStories::test_read_table_only_specified_ranges
0.50s call     test_read_table.py::TestReadTableWithTabletKills::test_read_table_async_simple[read_table]
0.27s call     test_read_table.py::TestReadTableSuccessStories::test_read_table_reads_only_specified_columns
0.26s call     test_read_table.py::TestReadTableSuccessStories::test_read_table_without_data_has_snapshot
0.06s teardown test_read_table.py::TestReadTableTruncatedResults::test_truncated_results[async_read_table]
0.01s setup    test_read_table.py::TestReadTableSuccessStories::test_read_table_constructed_key_range

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 8 passed in 103.03s (0:01:43) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/004584/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_session_grace_shutdown
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

test_session_grace_shutdown.py ..

============================== slowest durations ===============================
24.19s call     test_session_grace_shutdown.py::TestIdle::test_idle_shutdown_of_session
7.23s teardown test_session_grace_shutdown.py::TestIdle::test_idle_shutdown_of_session
7.02s teardown test_session_grace_shutdown.py::Test::test_grace_shutdown_of_session
4.88s setup    test_session_grace_shutdown.py::TestIdle::test_idle_shutdown_of_session
4.85s setup    test_session_grace_shutdown.py::Test::test_grace_shutdown_of_session
0.88s call     test_session_grace_shutdown.py::Test::test_grace_shutdown_of_session
============================== 2 passed in 49.86s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vu44/004549/ydb/tests/functional/api/test-results/py3test/testing_out_stuff/test_session_pool
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 11 items

test_session_pool.py ...........

============================== slowest durations ===============================
30.46s call     test_session_pool.py::TestSessionPool::test_no_cluster_endpoints_no_failure
17.01s teardown test_session_pool.py::TestSessionPool::test_session_pool_min_size_feature
11.90s setup    test_session_pool.py::TestSessionPool::test_session_pool_simple_acquire
0.41s call     test_session_pool.py::TestSessionPool::test_session_pool_close_basic_logic_case_2
0.15s call     test_session_pool.py::TestSessionPool::test_session_pool_simple_acquire
0.12s call     test_session_pool.py::TestSessionPool::test_session_pool_min_size_feature
0.05s call     test_session_pool.py::TestSessionPool::test_session_pool_no_race_after_future_cancel_case_2
0.04s call     test_session_pool.py::TestSessionPool::test_session_pool_release_logic
0.04s call     test_session_pool.py::TestSessionPool::test_session_pool_no_race_after_future_cancel_case_1
0.03s call     test_session_pool.py::TestSessionPool::test_session_pool_close_basic_logic_case_1
0.03s call     test_session_pool.py::TestSessionPool::test_session_pool_keep_alive
0.01s call     test_session_pool.py::TestSessionPool::test_session_pool_no_race_after_future_cancel_case_4
0.01s call     test_session_pool.py::TestSessionPool::test_session_pool_no_race_after_future_cancel_case_3
0.01s setup    test_session_pool.py::TestSessionPool::test_session_pool_no_race_after_future_cancel_case_2
0.01s setup    test_session_pool.py::TestSessionPool::test_session_pool_no_race_after_future_cancel_case_1
0.01s setup    test_session_pool.py::TestSessionPool::test_no_cluster_endpoints_no_failure
0.01s setup    test_session_pool.py::TestSessionPool::test_session_pool_min_size_feature
0.01s setup    test_session_pool.py::TestSessionPool::test_session_pool_release_logic
0.01s setup    test_session_pool.py::TestSessionPool::test_session_pool_close_basic_logic_case_1
0.01s teardown test_session_pool.py::TestSessionPool::test_session_pool_close_basic_logic_case_2
0.01s setup    test_session_pool.py::TestSessionPool::test_session_pool_close_basic_logic_case_2

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 62.60s (0:01:02) =========================
