============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/jc1d/00265c/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 ===============================
180.57s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
71.29s call     order_by_with_limit.py::TestOrderBy::test_random
50.67s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
3.76s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
3.72s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
3.34s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.21s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.18s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.17s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.13s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.08s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s teardown order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 314.74s (0:05: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/jc1d/002644/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: 18.0 ms
create table: 342.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.3
    "min_ms": 20.3
    "median_ms": 32.1
    "max_ms": 56.2
    "stdev_ms": 10.2
select count(*) after initial inserts: 106.6 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 65.2
    "min_ms": 43.1
    "median_ms": 60.5
    "max_ms": 154.2
    "stdev_ms": 16.4
select count(*) after all modifications: 3137.6 ms
select all: 4278.1 ms
delete from table: 4172.2 ms
select all after delete: 3977.3 ms
.drop table: 96.9 ms
create table: 535.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.7
    "min_ms": 26.5
    "median_ms": 34.6
    "max_ms": 44.3
    "stdev_ms": 5.2
select count(*) after initial inserts: 95.3 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 61.4
    "min_ms": 47.6
    "median_ms": 59.3
    "max_ms": 103.1
    "stdev_ms": 11.5
updates (step 1):
    "runs": 200
    "avg_ms": 189.6
    "min_ms": 138.5
    "median_ms": 182.9
    "max_ms": 290.5
    "stdev_ms": 28.8
upserts (step 2):
    "runs": 200
    "avg_ms": 28.7
    "min_ms": 21.3
    "median_ms": 27.1
    "max_ms": 53.3
    "stdev_ms": 5.5
select count(*) after all modifications: 365.1 ms
select all: 452.6 ms
delete from table: 393.6 ms
select all after delete: 313.9 ms
.drop table: 38.7 ms
create table: 447.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.1
    "min_ms": 21.6
    "median_ms": 31.4
    "max_ms": 41.0
    "stdev_ms": 5.6
select count(*) after initial inserts: 136.4 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 131.1
    "min_ms": 76.3
    "median_ms": 127.3
    "max_ms": 280.8
    "stdev_ms": 29.6
select count(*) after all modifications: 435.9 ms
select all: 311.9 ms
delete from table: 396.1 ms
select all after delete: 258.1 ms
.

============================== slowest durations ===============================
133.49s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
132.55s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
102.65s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
93.53s call     tablets_movement.py::TestTabletsMovement::test[ROW]
52.40s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
48.96s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
10.70s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
10.05s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
3.89s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.06s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.65s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.62s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.30s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
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]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 593.51s (0:09:53) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/jc1d/00265a/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: 47.3 ms
create table: 428.3 ms
initial inserts:
    "runs": 15
    "avg_ms": 42.6
    "min_ms": 28.4
    "median_ms": 40.2
    "max_ms": 68.5
    "stdev_ms": 11.3
select count(*) after initial inserts: 108.0 ms
updates (step 0):
    "runs": 150
    "avg_ms": 118.3
    "min_ms": 76.8
    "median_ms": 113.8
    "max_ms": 240.1
    "stdev_ms": 25.0
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 72.5
    "min_ms": 53.9
    "median_ms": 68.3
    "max_ms": 134.3
    "stdev_ms": 14.7
select count(*) after all modifications: 278.2 ms
select all: 253.1 ms
delete from table: 307.2 ms
select all after delete: 268.5 ms
.drop table: 25.2 ms
create table: 365.7 ms
initial inserts:
    "runs": 20
    "avg_ms": 28.8
    "min_ms": 20.4
    "median_ms": 29.8
    "max_ms": 32.7
    "stdev_ms": 3.3
select count(*) after initial inserts: 92.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 128.6
    "min_ms": 76.0
    "median_ms": 123.4
    "max_ms": 224.7
    "stdev_ms": 30.5
upserts (step 1):
    "runs": 200
    "avg_ms": 34.4
    "min_ms": 17.2
    "median_ms": 27.8
    "max_ms": 185.2
    "stdev_ms": 18.2
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 98.3
    "min_ms": 70.4
    "median_ms": 94.5
    "max_ms": 174.0
    "stdev_ms": 19.5
select count(*) after all modifications: 580.9 ms
select all: 479.5 ms
delete from table: 559.8 ms
select all after delete: 629.8 ms
.drop table: 53.4 ms
create table: 481.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 41.8
    "min_ms": 27.2
    "median_ms": 44.0
    "max_ms": 56.8
    "stdev_ms": 9.9
select count(*) after initial inserts: 92.3 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 31.9
    "min_ms": 17.9
    "median_ms": 29.4
    "max_ms": 82.1
    "stdev_ms": 9.8
select count(*) after all modifications: 300.9 ms
select all: 269.4 ms
delete from table: 444.1 ms
select all after delete: 433.4 ms
.Generated operation sequence:
  0. BULK_UPSERT: 1 operations
  1. UPDATE: 2 operations
  2. UPDATE: 7 operations
  3. BULK_UPSERT: 1 operations
  4. BULK_UPSERT: 19 operations
  5. UPDATE: 3 operations
  6. UPDATE: 8 operations
  7. UPSERT: 11 operations
  8. BULK_UPSERT: 6 operations
  9. UPDATE: 14 operations
drop table: 28.9 ms
create table: 510.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.7
    "min_ms": 26.3
    "median_ms": 32.2
    "max_ms": 55.4
    "stdev_ms": 8.8
select count(*) after initial inserts: 122.2 ms
bulk_upserts (step 0): 55.6 ms
updates (step 1):
    "runs": 20
    "avg_ms": 147.0
    "min_ms": 116.7
    "median_ms": 142.2
    "max_ms": 244.0
    "stdev_ms": 29.1
updates (step 2):
    "runs": 70
    "avg_ms": 163.8
    "min_ms": 98.1
    "median_ms": 158.3
    "max_ms": 253.6
    "stdev_ms": 33.1
bulk_upserts (step 3): 61.8 ms
bulk_upserts (step 4):
    "runs": 19
    "avg_ms": 64.4
    "min_ms": 46.0
    "median_ms": 62.6
    "max_ms": 97.8
    "stdev_ms": 14.8
updates (step 5):
    "runs": 30
    "avg_ms": 166.2
    "min_ms": 116.5
    "median_ms": 166.8
    "max_ms": 283.0
    "stdev_ms": 37.3
updates (step 6):
    "runs": 80
    "avg_ms": 175.4
    "min_ms": 108.0
    "median_ms": 170.2
    "max_ms": 277.0
    "stdev_ms": 35.1
upserts (step 7):
    "runs": 110
    "avg_ms": 44.1
    "min_ms": 22.9
    "median_ms": 42.2
    "max_ms": 86.8
    "stdev_ms": 14.1
bulk_upserts (step 8):
    "runs": 6
    "avg_ms": 96.4
    "min_ms": 55.4
    "median_ms": 97.9
    "max_ms": 142.7
    "stdev_ms": 34.4
updates (step 9):
    "runs": 140
    "avg_ms": 174.5
    "min_ms": 106.3
    "median_ms": 165.7
    "max_ms": 413.7
    "stdev_ms": 45.6
select count(*) after all modifications: 141.7 ms
select all: 174.4 ms
delete from table: 216.7 ms
select all after delete: 132.7 ms
.
test_log_scenario.py ..

============================== slowest durations ===============================
85.11s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
66.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
52.69s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
45.78s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
34.37s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
27.33s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
12.08s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
12.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
8.16s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
4.63s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 349.62s (0:05:49) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/jc1d/002656/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 ===============================
92.27s call     test_log_scenario.py::TestLogScenario::test_log_uniform
38.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
26.49s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
12.23s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
10.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
7.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.27s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s 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 setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 198.35s (0:03: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/jc1d/00264d/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 ===============================
15.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
12.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
11.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
9.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
9.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
7.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 70.62s (0:01:10) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/jc1d/002655/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 ===============================
9.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
8.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
8.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
8.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
7.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
7.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 53.75s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/jc1d/002663/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 ===============================
38.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
31.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
17.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
16.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
16.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
15.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
7.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 145.03s (0:02:25) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/jc1d/00263f/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 ===============================
10.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
10.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
10.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
8.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
8.27s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
7.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
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-10000-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 59.95s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/jc1d/002652/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 ===============================
117.30s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
109.22s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
88.57s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
26.74s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
21.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
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 367.16s (0:06: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/jc1d/002648/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 ===============================
130.07s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
119.47s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
108.45s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
10.43s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 3 passed in 603.38s (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/jc1d/002648/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/jc1d/002648/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/jc1d/002648/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/jc1d/002648', '--source-root', '/home/runner/.ya/build/build_root/jc1d/002648/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/jc1d/002648/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/jc1d/002648/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/jc1d/002648/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/jc1d/002648/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/jc1d/002648', '--source-root', '/home/runner/.ya/build/build_root/jc1d/002648/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/jc1d/002648/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",), {})
