============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/001ff9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

data_read_correctness.py ...
order_by_with_limit.py ...

============================== slowest durations ===============================
324.11s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
79.53s call     order_by_with_limit.py::TestOrderBy::test_random
50.47s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
18.81s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
9.30s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.15s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.27s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.27s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.23s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.13s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s teardown order_by_with_limit.py::TestOrderBy::test_random

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 487.89s (0:08:07) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

order_by_with_limit.py .
tablets_movement.py ..
test_cs_many_updates.py drop table: 20.7 ms
create table: 403.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 41.5
    "min_ms": 24.3
    "median_ms": 40.5
    "max_ms": 64.2
    "stdev_ms": 13.1
select count(*) after initial inserts: 184.8 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 55.6
    "min_ms": 35.8
    "median_ms": 48.5
    "max_ms": 189.3
    "stdev_ms": 20.3
select count(*) after all modifications: 1939.5 ms
select all: 2389.1 ms
delete from table: 2542.0 ms
select all after delete: 2614.2 ms
.drop table: 24.8 ms
create table: 328.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 27.0
    "min_ms": 19.0
    "median_ms": 20.8
    "max_ms": 53.7
    "stdev_ms": 12.1
select count(*) after initial inserts: 85.7 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 44.1
    "min_ms": 36.5
    "median_ms": 42.9
    "max_ms": 76.8
    "stdev_ms": 5.8
updates (step 1):
    "runs": 200
    "avg_ms": 149.5
    "min_ms": 88.6
    "median_ms": 142.0
    "max_ms": 542.1
    "stdev_ms": 43.6
upserts (step 2):
    "runs": 200
    "avg_ms": 26.4
    "min_ms": 19.4
    "median_ms": 24.9
    "max_ms": 55.0
    "stdev_ms": 5.0
select count(*) after all modifications: 302.2 ms
select all: 315.7 ms
delete from table: 353.6 ms
select all after delete: 315.0 ms
.drop table: 42.9 ms
create table: 360.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.6
    "min_ms": 27.1
    "median_ms": 29.7
    "max_ms": 30.9
    "stdev_ms": 1.1
select count(*) after initial inserts: 74.9 ms


============================== slowest durations ===============================
194.58s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
125.25s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
113.16s call     tablets_movement.py::TestTabletsMovement::test[ROW]
41.60s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
38.35s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
20.95s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
14.24s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.94s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.65s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.59s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.19s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 5 passed in 603.54s (0:10:03) =========================

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: ...ner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/00202f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/00202f', '--source-root', '/home/runner/.ya/build/build_root/cfdu/00202f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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']' 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: (("...ner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/00202f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/00202f', '--source-root', '/home/runner/.ya/build/build_root/cfdu/00202f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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']' 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/cfdu/002020/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_cs_many_updates.py drop table: 45.8 ms
create table: 319.1 ms
initial inserts:
    "runs": 15
    "avg_ms": 39.8
    "min_ms": 23.8
    "median_ms": 38.5
    "max_ms": 70.4
    "stdev_ms": 14.2
select count(*) after initial inserts: 160.6 ms
updates (step 0):
    "runs": 150
    "avg_ms": 93.0
    "min_ms": 61.7
    "median_ms": 85.1
    "max_ms": 249.2
    "stdev_ms": 27.4
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 69.9
    "min_ms": 53.4
    "median_ms": 61.7
    "max_ms": 285.4
    "stdev_ms": 25.7
select count(*) after all modifications: 293.8 ms
select all: 271.1 ms
delete from table: 307.3 ms
select all after delete: 233.0 ms
.drop table: 38.9 ms
create table: 445.2 ms
initial inserts:
    "runs": 20
    "avg_ms": 27.8
    "min_ms": 19.6
    "median_ms": 29.0
    "max_ms": 47.1
    "stdev_ms": 6.5
select count(*) after initial inserts: 95.3 ms
updates (step 0):
    "runs": 200
    "avg_ms": 143.6
    "min_ms": 76.7
    "median_ms": 128.7
    "max_ms": 908.1
    "stdev_ms": 71.3
upserts (step 1):
    "runs": 200
    "avg_ms": 56.0
    "min_ms": 22.3
    "median_ms": 52.3
    "max_ms": 383.4
    "stdev_ms": 33.8
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 184.9
    "min_ms": 83.5
    "median_ms": 177.8
    "max_ms": 587.5
    "stdev_ms": 71.7
select count(*) after all modifications: 1312.4 ms
select all: 755.5 ms
delete from table: 1129.3 ms
select all after delete: 647.9 ms
.drop table: 100.5 ms
create table: 943.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 65.7
    "min_ms": 47.2
    "median_ms": 60.2
    "max_ms": 92.0
    "stdev_ms": 14.3
select count(*) after initial inserts: 230.3 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 66.2
    "min_ms": 20.9
    "median_ms": 53.8
    "max_ms": 411.2
    "stdev_ms": 47.2
select count(*) after all modifications: 640.8 ms
select all: 414.0 ms
delete from table: 365.8 ms
select all after delete: 350.6 ms
.Generated operation sequence:
  0. UPDATE: 8 operations
  1. BULK_UPSERT: 16 operations
  2. UPDATE: 16 operations
  3. UPSERT: 6 operations
  4. UPSERT: 18 operations
  5. UPDATE: 13 operations
  6. UPDATE: 6 operations
  7. UPSERT: 3 operations
  8. BULK_UPSERT: 2 operations
  9. UPDATE: 8 operations
drop table: 88.9 ms
create table: 602.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 83.8
    "min_ms": 48.8
    "median_ms": 86.6
    "max_ms": 118.0
    "stdev_ms": 24.9
select count(*) after initial inserts: 360.7 ms
updates (step 0):
    "runs": 80
    "avg_ms": 254.3
    "min_ms": 135.9
    "median_ms": 241.4
    "max_ms": 523.8
    "stdev_ms": 78.7
bulk_upserts (step 1):
    "runs": 16
    "avg_ms": 99.6
    "min_ms": 57.5
    "median_ms": 102.6
    "max_ms": 176.6
    "stdev_ms": 35.8
updates (step 2):
    "runs": 160
    "avg_ms": 276.3
    "min_ms": 108.5
    "median_ms": 231.2
    "max_ms": 3418.7
    "stdev_ms": 270.1
upserts (step 3):
    "runs": 60
    "avg_ms": 102.2
    "min_ms": 23.3
    "median_ms": 76.4
    "max_ms": 427.3
    "stdev_ms": 76.4
upserts (step 4):
    "runs": 180
    "avg_ms": 65.7
    "min_ms": 24.5
    "median_ms": 60.3
    "max_ms": 194.6
    "stdev_ms": 31.9
updates (step 5):
    "runs": 130
    "avg_ms": 246.1
    "min_ms": 131.5
    "median_ms": 240.1
    "max_ms": 465.6
    "stdev_ms": 65.3
updates (step 6):
    "runs": 60
    "avg_ms": 168.9
    "min_ms": 100.1
    "median_ms": 155.9
    "max_ms": 281.0
    "stdev_ms": 46.2
upserts (step 7):
    "runs": 30
    "avg_ms": 30.6
    "min_ms": 24.7
    "median_ms": 29.4
    "max_ms": 50.4
    "stdev_ms": 5.3
bulk_upserts (step 8):
    "runs": 2
    "avg_ms": 56.5
    "min_ms": 53.3
    "median_ms": 59.6
    "max_ms": 59.6
    "stdev_ms": 4.4
updates (step 9):
    "runs": 80
    "avg_ms": 173.7
    "min_ms": 112.9
    "median_ms": 168.4
    "max_ms": 288.8
    "stdev_ms": 34.9
select count(*) after all modifications: 260.1 ms
select all: 246.8 ms
delete from table: 283.9 ms
select all after delete: 224.0 ms
.
test_log_scenario.py ..

============================== slowest durations ===============================
144.10s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
70.03s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
64.92s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
63.55s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
55.71s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
23.18s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
17.09s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
12.13s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
7.23s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
5.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.12s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.05s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 464.19s (0:07:44) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/002010/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_log_scenario.py .
test_overloads.py .....

============================== slowest durations ===============================
108.65s call     test_log_scenario.py::TestLogScenario::test_log_uniform
27.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
21.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
17.82s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
16.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
16.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
12.29s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
10.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 235.74s (0:03:55) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/001fea/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_overloads.py ......

============================== slowest durations ===============================
16.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
9.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
9.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
9.10s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
8.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
6.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
3.11s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 63.72s (0:01:03) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/001ffa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_overloads.py ......

============================== slowest durations ===============================
20.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
11.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
7.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
7.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
5.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 61.97s (0:01:01) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/001feb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_overloads.py ......

============================== slowest durations ===============================
16.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
9.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
7.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 55.76s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/001f54/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_overloads.py ......

============================== slowest durations ===============================
9.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
8.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
8.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
7.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 48.13s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/001ffb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_overloads.py .....

============================== slowest durations ===============================
120.37s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
93.83s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
80.42s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
18.00s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
11.18s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
3.08s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 327.83s (0:05:27) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 58 items

test_overloads.py ...
upgrade_to_internal_path_id.py 

============================== slowest durations ===============================
133.20s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
112.14s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
92.64s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
15.56s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.07s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 3 passed in 604.51s (0:10:04) =========================

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: ...ner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/001fe2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/001fe2', '--source-root', '/home/runner/.ya/build/build_root/cfdu/001fe2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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']' 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: (("...ner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/001fe2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/001fe2', '--source-root', '/home/runner/.ya/build/build_root/cfdu/001fe2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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']' stopped by 600 seconds timeout",), {})
