============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-7.4.4, pluggy-1.5.0 -- /home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/ydb-tests-fq-multi_plane
cachedir: .pytest_cache
rootdir: /home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
collecting ... collected 6 items

test_cp_ic.py::TestCpIc::test_discovery <- ydb/tests/fq/multi_plane/test_cp_ic.py PASSED
test_retry.py::TestRetry::test_fail_first[kikimr0] <- ydb/tests/fq/multi_plane/test_retry.py PASSED
test_retry.py::TestRetry::test_low_rate[kikimr0] <- ydb/tests/fq/multi_plane/test_retry.py PASSED
test_retry.py::TestRetry::test_high_rate[kikimr0] <- ydb/tests/fq/multi_plane/test_retry.py 

============================== slowest durations ===============================
195.99s call     test_retry.py::TestRetry::test_low_rate[kikimr0]
46.89s call     test_retry.py::TestRetry::test_fail_first[kikimr0]
32.00s teardown test_cp_ic.py::TestCpIc::test_discovery
32.00s teardown test_retry.py::TestRetry::test_low_rate[kikimr0]
32.00s teardown test_retry.py::TestRetry::test_fail_first[kikimr0]
0.71s call     test_cp_ic.py::TestCpIc::test_discovery
0.29s setup    test_cp_ic.py::TestCpIc::test_discovery
0.23s setup    test_retry.py::TestRetry::test_high_rate[kikimr0]
0.18s setup    test_retry.py::TestRetry::test_fail_first[kikimr0]
0.17s setup    test_retry.py::TestRetry::test_low_rate[kikimr0]
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 3 passed in 606.64s (0:10:06) =========================

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 764, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: 600 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/ydb-tests-fq-multi_plane', '--basetemp', '/home/runner/.ya/build/build_root/la03/000308/tmp', '--capture', 'no', '-vv', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/la03/000308', '--source-root', '/home/runner/.ya/build/build_root/la03/000308/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/multi_plane', '--test-tool-bin', '/home/runner/.ya/tools/v4/6523690593/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', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' 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 1722, in main
    res.wait(check_exit_code=False, timeout=run_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: (("600 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/ydb-tests-fq-multi_plane', '--basetemp', '/home/runner/.ya/build/build_root/la03/000308/tmp', '--capture', 'no', '-vv', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/la03/000308', '--source-root', '/home/runner/.ya/build/build_root/la03/000308/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/la03/000308/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/multi_plane', '--test-tool-bin', '/home/runner/.ya/tools/v4/6523690593/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', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
