============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3fxq/00153f/ydb/tests/fq/mem_alloc/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_alloc_default.py .......
test_dc_local.py .
test_scheduling.py s
test_result_limits.py ..

============================== slowest durations ===============================
183.02s teardown test_result_limits.py::TestResultLimits::test_many_rows
67.60s call     test_alloc_default.py::TestAlloc::test_node_limit[kikimr0]
58.81s call     test_result_limits.py::TestResultLimits::test_large_row
34.22s call     test_result_limits.py::TestResultLimits::test_many_rows
29.48s call     test_alloc_default.py::TestAlloc::test_up_down[kikimr0]
25.00s call     test_alloc_default.py::TestAlloc::test_hard_limit[kikimr0]
24.04s call     test_alloc_default.py::TestAlloc::test_default_limits[kikimr0]
23.87s call     test_alloc_default.py::TestAlloc::test_default_delta[kikimr0]
20.84s call     test_alloc_default.py::TestAlloc::test_alloc_and_free[kikimr0]
19.34s call     test_dc_local.py::TestAlloc::test_dc_locality[kikimr0]
19.08s call     test_alloc_default.py::TestAlloc::test_mkql_not_increased[kikimr0]
12.01s teardown test_result_limits.py::TestResultLimits::test_large_row
7.04s teardown test_alloc_default.py::TestAlloc::test_default_limits[kikimr0]
7.03s teardown test_alloc_default.py::TestAlloc::test_alloc_and_free[kikimr0]
7.02s teardown test_alloc_default.py::TestAlloc::test_node_limit[kikimr0]
7.02s teardown test_alloc_default.py::TestAlloc::test_up_down[kikimr0]
7.01s teardown test_alloc_default.py::TestAlloc::test_mkql_not_increased[kikimr0]
3.81s setup    test_dc_local.py::TestAlloc::test_dc_locality[kikimr0]
3.03s teardown test_alloc_default.py::TestAlloc::test_default_delta[kikimr0]
3.02s teardown test_dc_local.py::TestAlloc::test_dc_locality[kikimr0]
3.01s setup    test_alloc_default.py::TestAlloc::test_default_limits[kikimr0]
3.01s teardown test_alloc_default.py::TestAlloc::test_hard_limit[kikimr0]
2.04s setup    test_alloc_default.py::TestAlloc::test_up_down[kikimr0]
1.81s setup    test_alloc_default.py::TestAlloc::test_default_delta[kikimr0]
1.76s setup    test_alloc_default.py::TestAlloc::test_node_limit[kikimr0]
1.48s setup    test_alloc_default.py::TestAlloc::test_alloc_and_free[kikimr0]
1.47s setup    test_alloc_default.py::TestAlloc::test_mkql_not_increased[kikimr0]
1.43s setup    test_alloc_default.py::TestAlloc::test_hard_limit[kikimr0]
1.29s setup    test_result_limits.py::TestResultLimits::test_quotas[kikimr0]
1.25s setup    test_result_limits.py::TestResultLimits::test_large_row
1.15s setup    test_result_limits.py::TestResultLimits::test_many_rows

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
================== 10 passed, 1 skipped in 607.25s (0:10:07) ===================

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: ... '['/home/runner/.ya/build/build_root/3fxq/00153f/ydb/tests/fq/mem_alloc/ydb-tests-fq-mem_alloc', '--basetemp', '/home/runner/.ya/build/build_root/3fxq/00153f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/3fxq/00153f/ydb/tests/fq/mem_alloc/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/3fxq/00153f', '--source-root', '/home/runner/.ya/build/build_root/3fxq/00153f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/3fxq/00153f/ydb/tests/fq/mem_alloc/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/mem_alloc', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/fq/mem_alloc', '--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']' 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 1768, 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: (("... '['/home/runner/.ya/build/build_root/3fxq/00153f/ydb/tests/fq/mem_alloc/ydb-tests-fq-mem_alloc', '--basetemp', '/home/runner/.ya/build/build_root/3fxq/00153f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/3fxq/00153f/ydb/tests/fq/mem_alloc/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/3fxq/00153f', '--source-root', '/home/runner/.ya/build/build_root/3fxq/00153f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/3fxq/00153f/ydb/tests/fq/mem_alloc/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/mem_alloc', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/fq/mem_alloc', '--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']' stopped by 600 seconds timeout",), {})
