============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/27eu/002365/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_cp_ic
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_cp_ic.py .

============================== slowest durations ===============================
1.24s setup    test_cp_ic.py::TestCpIc::test_discovery
1.02s teardown test_cp_ic.py::TestCpIc::test_discovery
0.53s call     test_cp_ic.py::TestCpIc::test_discovery
============================== 1 passed in 3.34s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/27eu/00236b/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_dispatch
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items

test_dispatch.py .....

============================== slowest durations ===============================
42.22s teardown test_dispatch.py::TestMapping::test_mapping_with_nodes
34.06s teardown test_dispatch.py::TestMapping::test_mapping
33.02s teardown test_dispatch.py::TestMapping::test_idle
17.25s call     test_dispatch.py::TestMapping::test_idle
16.94s call     test_dispatch.py::TestMapping::test_mapping_with_row_dispatcher
15.26s call     test_dispatch.py::TestMapping::test_mapping
13.69s call     test_dispatch.py::TestMapping::test_mapping_with_nodes
10.58s call     test_dispatch.py::TestMapping::test_mapping_with_nodes_with_scheduler
9.34s setup    test_dispatch.py::TestMapping::test_mapping_with_nodes_with_scheduler
3.35s setup    test_dispatch.py::TestMapping::test_mapping_with_row_dispatcher
3.20s setup    test_dispatch.py::TestMapping::test_mapping
3.03s teardown test_dispatch.py::TestMapping::test_mapping_with_row_dispatcher
3.02s teardown test_dispatch.py::TestMapping::test_mapping_with_nodes_with_scheduler
2.91s setup    test_dispatch.py::TestMapping::test_idle
2.67s setup    test_dispatch.py::TestMapping::test_mapping_with_nodes
======================== 5 passed in 211.33s (0:03:31) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/27eu/002361/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

test_retry.py ..

============================== slowest durations ===============================
414.85s call     test_retry.py::TestRetry::test_low_rate[kikimr0]
19.34s call     test_retry.py::TestRetry::test_fail_first[kikimr0]
3.01s teardown test_retry.py::TestRetry::test_low_rate[kikimr0]
1.00s teardown test_retry.py::TestRetry::test_fail_first[kikimr0]
0.92s setup    test_retry.py::TestRetry::test_fail_first[kikimr0]
0.81s setup    test_retry.py::TestRetry::test_low_rate[kikimr0]
======================== 2 passed in 440.51s (0:07:20) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/27eu/002368/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry_high_rate
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_retry_high_rate.py .
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: ...ests/fq/multi_plane/ydb-tests-fq-multi_plane', '--basetemp', '/home/runner/.ya/build/build_root/27eu/002368/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/27eu/002368/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry_high_rate/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/27eu/002368', '--source-root', '/home/runner/.ya/build/build_root/27eu/002368/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/27eu/002368/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry_high_rate/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/multi_plane', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--dep-root', 'ydb/tests/fq/multi_plane', '--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', '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', '--test-file-filter', 'test_retry_high_rate.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: (("...ests/fq/multi_plane/ydb-tests-fq-multi_plane', '--basetemp', '/home/runner/.ya/build/build_root/27eu/002368/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/27eu/002368/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry_high_rate/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/27eu/002368', '--source-root', '/home/runner/.ya/build/build_root/27eu/002368/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/27eu/002368/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry_high_rate/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/multi_plane', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--dep-root', 'ydb/tests/fq/multi_plane', '--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', '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', '--test-file-filter', 'test_retry_high_rate.py']' stopped by 600 seconds timeout",), {})
