============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/000844/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 ===============================
249.73s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
75.06s call     order_by_with_limit.py::TestOrderBy::test_random
61.39s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
21.59s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
19.20s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.57s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.33s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.29s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.25s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.19s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.06s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
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 433.35s (0:07:13) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/00083f/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: 19.3 ms
create table: 319.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.7
    "min_ms": 25.7
    "median_ms": 29.8
    "max_ms": 34.5
    "stdev_ms": 2.6
select count(*) after initial inserts: 103.6 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 46.9
    "min_ms": 38.7
    "median_ms": 45.8
    "max_ms": 92.1
    "stdev_ms": 5.9
select count(*) after all modifications: 2686.0 ms
select all: 2911.0 ms
delete from table: 3075.8 ms
select all after delete: 3400.5 ms
.drop table: 33.0 ms
create table: 383.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.3
    "min_ms": 26.2
    "median_ms": 29.8
    "max_ms": 30.8
    "stdev_ms": 1.5
select count(*) after initial inserts: 88.4 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 46.7
    "min_ms": 41.4
    "median_ms": 45.5
    "max_ms": 63.1
    "stdev_ms": 4.1
updates (step 1):
    "runs": 200
    "avg_ms": 142.9
    "min_ms": 103.8
    "median_ms": 141.9
    "max_ms": 229.9
    "stdev_ms": 18.5
upserts (step 2):
    "runs": 200
    "avg_ms": 23.7
    "min_ms": 17.5
    "median_ms": 22.9
    "max_ms": 52.4
    "stdev_ms": 4.0
select count(*) after all modifications: 277.4 ms
select all: 301.5 ms
delete from table: 301.6 ms
select all after delete: 282.1 ms
.drop table: 25.1 ms
create table: 310.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 27.9
    "min_ms": 19.2
    "median_ms": 29.7
    "max_ms": 30.8
    "stdev_ms": 4.2
select count(*) after initial inserts: 73.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 97.9
    "min_ms": 70.2
    "median_ms": 95.6
    "max_ms": 181.2
    "stdev_ms": 14.5
select count(*) after all modifications: 230.1 ms
select all: 214.2 ms
delete from table: 241.2 ms
select all after delete: 174.2 ms
.

============================== slowest durations ===============================
190.18s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
101.98s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
99.41s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
90.96s call     tablets_movement.py::TestTabletsMovement::test[ROW]
39.96s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
36.26s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
25.77s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
3.57s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.48s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.62s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.55s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.22s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 596.68s (0:09:56) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/000837/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: 118.8 ms
create table: 650.1 ms
initial inserts:
    "runs": 15
    "avg_ms": 46.4
    "min_ms": 27.7
    "median_ms": 38.7
    "max_ms": 114.0
    "stdev_ms": 22.6
select count(*) after initial inserts: 205.9 ms
updates (step 0):
    "runs": 150
    "avg_ms": 181.6
    "min_ms": 109.8
    "median_ms": 172.6
    "max_ms": 384.7
    "stdev_ms": 44.7
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 111.1
    "min_ms": 60.1
    "median_ms": 109.3
    "max_ms": 263.3
    "stdev_ms": 33.5
select count(*) after all modifications: 421.0 ms
select all: 368.3 ms
delete from table: 468.1 ms
select all after delete: 402.2 ms
.drop table: 49.6 ms
create table: 691.1 ms
initial inserts:
    "runs": 20
    "avg_ms": 65.5
    "min_ms": 43.8
    "median_ms": 64.1
    "max_ms": 120.7
    "stdev_ms": 17.8
select count(*) after initial inserts: 125.9 ms
updates (step 0):
    "runs": 200
    "avg_ms": 179.6
    "min_ms": 111.9
    "median_ms": 171.5
    "max_ms": 301.0
    "stdev_ms": 42.2
upserts (step 1):
    "runs": 200
    "avg_ms": 31.6
    "min_ms": 21.6
    "median_ms": 29.1
    "max_ms": 83.6
    "stdev_ms": 8.3
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 105.8
    "min_ms": 78.1
    "median_ms": 101.8
    "max_ms": 186.1
    "stdev_ms": 23.0
select count(*) after all modifications: 731.9 ms
select all: 756.6 ms
delete from table: 694.8 ms
select all after delete: 892.4 ms
.drop table: 49.9 ms
create table: 675.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 43.6
    "min_ms": 34.7
    "median_ms": 42.1
    "max_ms": 54.2
    "stdev_ms": 5.4
select count(*) after initial inserts: 138.5 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 47.9
    "min_ms": 22.5
    "median_ms": 43.0
    "max_ms": 240.2
    "stdev_ms": 19.4
select count(*) after all modifications: 417.9 ms
select all: 376.5 ms
delete from table: 430.7 ms
select all after delete: 251.1 ms
.Generated operation sequence:
  0. UPSERT: 2 operations
  1. UPSERT: 15 operations
  2. UPDATE: 18 operations
  3. UPDATE: 4 operations
  4. UPDATE: 6 operations
  5. BULK_UPSERT: 1 operations
  6. BULK_UPSERT: 9 operations
  7. BULK_UPSERT: 17 operations
  8. BULK_UPSERT: 2 operations
  9. UPSERT: 19 operations
drop table: 32.7 ms
create table: 548.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 39.0
    "min_ms": 25.5
    "median_ms": 35.2
    "max_ms": 62.4
    "stdev_ms": 12.8
select count(*) after initial inserts: 88.8 ms
upserts (step 0):
    "runs": 20
    "avg_ms": 31.4
    "min_ms": 23.3
    "median_ms": 30.8
    "max_ms": 43.7
    "stdev_ms": 6.3
upserts (step 1):
    "runs": 150
    "avg_ms": 46.3
    "min_ms": 23.1
    "median_ms": 40.1
    "max_ms": 135.0
    "stdev_ms": 19.8
updates (step 2):
    "runs": 180
    "avg_ms": 136.3
    "min_ms": 73.4
    "median_ms": 126.6
    "max_ms": 325.6
    "stdev_ms": 45.5
updates (step 3):
    "runs": 40
    "avg_ms": 110.9
    "min_ms": 75.9
    "median_ms": 109.6
    "max_ms": 173.2
    "stdev_ms": 18.8
updates (step 4):
    "runs": 60
    "avg_ms": 135.8
    "min_ms": 98.3
    "median_ms": 132.2
    "max_ms": 258.3
    "stdev_ms": 26.7
bulk_upserts (step 5): 47.9 ms
bulk_upserts (step 6):
    "runs": 9
    "avg_ms": 52.9
    "min_ms": 46.0
    "median_ms": 50.1
    "max_ms": 68.3
    "stdev_ms": 7.3
bulk_upserts (step 7):
    "runs": 17
    "avg_ms": 57.4
    "min_ms": 41.9
    "median_ms": 51.3
    "max_ms": 99.4
    "stdev_ms": 14.3
bulk_upserts (step 8):
    "runs": 2
    "avg_ms": 48.0
    "min_ms": 45.6
    "median_ms": 50.5
    "max_ms": 50.5
    "stdev_ms": 3.4
upserts (step 9):
    "runs": 190
    "avg_ms": 26.5
    "min_ms": 20.6
    "median_ms": 25.2
    "max_ms": 57.6
    "stdev_ms": 4.9
select count(*) after all modifications: 228.1 ms
select all: 287.5 ms
delete from table: 291.7 ms
select all after delete: 230.5 ms
.
test_log_scenario.py ..

============================== slowest durations ===============================
98.07s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
68.93s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
58.09s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
53.42s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
50.64s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
41.70s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
19.11s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
12.07s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
7.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.93s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    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_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 414.73s (0:06:54) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/00083b/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 ===============================
75.20s call     test_log_scenario.py::TestLogScenario::test_log_uniform
21.17s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
12.37s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.10s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
5.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
5.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.14s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.02s setup    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-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 141.05s (0:02:21) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/000839/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 ===============================
21.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
20.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
11.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
6.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
3.14s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s 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-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 76.08s (0:01:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/000835/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 ===============================
19.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
18.27s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
10.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
6.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
6.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
3.09s 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]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 70.70s (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/kcrr/00083e/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 ===============================
18.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
14.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
11.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
7.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
1.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 65.97s (0:01:05) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/000841/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 ===============================
28.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
22.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
8.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
6.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
6.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
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-2-2]
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 82.10s (0:01:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kcrr/000842/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 ===============================
115.09s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
113.06s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
89.14s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
24.98s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
19.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
1.07s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_reject_probability

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 363.71s (0:06: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/kcrr/00083c/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 
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!

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/kcrr/00083c/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/kcrr/00083c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/kcrr/00083c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/kcrr/00083c', '--source-root', '/home/runner/.ya/build/build_root/kcrr/00083c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/kcrr/00083c/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/kcrr/00083c/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/kcrr/00083c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/kcrr/00083c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/kcrr/00083c', '--source-root', '/home/runner/.ya/build/build_root/kcrr/00083c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/kcrr/00083c/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",), {})
