============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/000816/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 56 items

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

============================== slowest durations ===============================
307.28s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
88.56s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
57.96s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
27.19s call     order_by_with_limit.py::TestOrderBy::test_random
23.73s setup    data_read_correctness.py::TestDataReadCorrectness::test
8.21s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.67s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.66s call     data_read_correctness.py::TestDataReadCorrectness::test
0.38s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.19s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.16s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.05s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
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 519.69s (0:08:39) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/000814/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 56 items

tablets_movement.py ..
test_cs_many_updates.py drop table: 126.3 ms
create table: 591.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 58.0
    "min_ms": 36.4
    "median_ms": 52.0
    "max_ms": 96.4
    "stdev_ms": 20.8
select count(*) after initial inserts: 212.8 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 90.3
    "min_ms": 52.2
    "median_ms": 83.1
    "max_ms": 228.7
    "stdev_ms": 28.1
select count(*) after all modifications: 3186.7 ms
select all: 3180.8 ms
delete from table: 3862.2 ms
select all after delete: 3820.8 ms
.drop table: 30.9 ms
create table: 407.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.3
    "min_ms": 28.0
    "median_ms": 30.6
    "max_ms": 38.9
    "stdev_ms": 3.2
select count(*) after initial inserts: 96.0 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 48.8
    "min_ms": 40.9
    "median_ms": 46.7
    "max_ms": 86.3
    "stdev_ms": 8.7
updates (step 1):
    "runs": 200
    "avg_ms": 173.1
    "min_ms": 98.9
    "median_ms": 164.9
    "max_ms": 338.6
    "stdev_ms": 44.1
upserts (step 2):
    "runs": 200
    "avg_ms": 35.1
    "min_ms": 24.7
    "median_ms": 32.0
    "max_ms": 73.9
    "stdev_ms": 10.1
select count(*) after all modifications: 314.5 ms
select all: 362.6 ms
delete from table: 396.6 ms
select all after delete: 402.2 ms
.drop table: 42.1 ms
create table: 575.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.5
    "min_ms": 27.2
    "median_ms": 30.7
    "max_ms": 43.1
    "stdev_ms": 4.3
select count(*) after initial inserts: 142.9 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 129.7
    "min_ms": 79.1
    "median_ms": 127.7
    "max_ms": 245.9
    "stdev_ms": 24.4
select count(*) after all modifications: 234.2 ms
select all: 206.5 ms
delete from table: 249.7 ms
select all after delete: 201.1 ms
.drop table: 28.2 ms
create table: 347.8 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.8
    "min_ms": 20.5
    "median_ms": 29.9
    "max_ms": 39.9
    "stdev_ms": 3.8
select count(*) after initial inserts: 87.4 ms
updates (step 0):
    "runs": 150
    "avg_ms": 94.4
    "min_ms": 77.3
    "median_ms": 91.7
    "max_ms": 120.0
    "stdev_ms": 9.9
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 61.5
    "min_ms": 52.1
    "median_ms": 60.6
    "max_ms": 75.4
    "stdev_ms": 4.5
select count(*) after all modifications: 311.0 ms
select all: 254.4 ms
delete from table: 277.6 ms
select all after delete: 220.7 ms
.

============================== slowest durations ===============================
131.70s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
109.43s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
105.40s call     tablets_movement.py::TestTabletsMovement::test[ROW]
60.81s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
48.86s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
23.25s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
22.29s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
6.61s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.81s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.80s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.03s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 513.96s (0:08:33) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/00080f/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 56 items

test_cs_many_updates.py drop table: 111.1 ms
create table: 556.2 ms
initial inserts:
    "runs": 20
    "avg_ms": 66.0
    "min_ms": 28.2
    "median_ms": 61.1
    "max_ms": 138.5
    "stdev_ms": 30.5
select count(*) after initial inserts: 187.1 ms
updates (step 0):
    "runs": 200
    "avg_ms": 181.1
    "min_ms": 111.2
    "median_ms": 175.9
    "max_ms": 457.9
    "stdev_ms": 45.9
upserts (step 1):
    "runs": 200
    "avg_ms": 39.2
    "min_ms": 26.6
    "median_ms": 36.3
    "max_ms": 95.5
    "stdev_ms": 11.0
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 113.9
    "min_ms": 89.2
    "median_ms": 109.7
    "max_ms": 194.0
    "stdev_ms": 16.9
select count(*) after all modifications: 614.1 ms
select all: 528.9 ms
delete from table: 559.8 ms
select all after delete: 482.3 ms
.drop table: 72.6 ms
create table: 508.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 42.4
    "min_ms": 30.3
    "median_ms": 40.6
    "max_ms": 63.1
    "stdev_ms": 9.2
select count(*) after initial inserts: 111.7 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 38.2
    "min_ms": 24.4
    "median_ms": 35.3
    "max_ms": 107.1
    "stdev_ms": 10.7
select count(*) after all modifications: 462.4 ms
select all: 409.0 ms
delete from table: 471.0 ms
select all after delete: 345.3 ms
.Generated operation sequence:
  0. BULK_UPSERT: 5 operations
  1. UPSERT: 17 operations
  2. BULK_UPSERT: 9 operations
  3. UPSERT: 5 operations
  4. BULK_UPSERT: 6 operations
  5. UPSERT: 9 operations
  6. UPDATE: 7 operations
  7. BULK_UPSERT: 13 operations
  8. BULK_UPSERT: 12 operations
  9. BULK_UPSERT: 2 operations
drop table: 81.0 ms
create table: 688.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 45.9
    "min_ms": 29.9
    "median_ms": 43.7
    "max_ms": 68.6
    "stdev_ms": 12.1
select count(*) after initial inserts: 152.6 ms
bulk_upserts (step 0):
    "runs": 5
    "avg_ms": 76.7
    "min_ms": 62.2
    "median_ms": 77.5
    "max_ms": 88.9
    "stdev_ms": 10.5
upserts (step 1):
    "runs": 170
    "avg_ms": 55.1
    "min_ms": 27.5
    "median_ms": 51.4
    "max_ms": 154.5
    "stdev_ms": 19.1
bulk_upserts (step 2):
    "runs": 9
    "avg_ms": 81.8
    "min_ms": 64.6
    "median_ms": 81.5
    "max_ms": 106.2
    "stdev_ms": 14.6
upserts (step 3):
    "runs": 50
    "avg_ms": 47.6
    "min_ms": 32.1
    "median_ms": 45.9
    "max_ms": 74.6
    "stdev_ms": 10.1
bulk_upserts (step 4):
    "runs": 6
    "avg_ms": 69.5
    "min_ms": 58.3
    "median_ms": 71.1
    "max_ms": 85.3
    "stdev_ms": 9.9
upserts (step 5):
    "runs": 90
    "avg_ms": 54.1
    "min_ms": 29.4
    "median_ms": 51.4
    "max_ms": 118.8
    "stdev_ms": 17.6
updates (step 6):
    "runs": 70
    "avg_ms": 238.7
    "min_ms": 155.3
    "median_ms": 232.6
    "max_ms": 452.2
    "stdev_ms": 62.1
bulk_upserts (step 7):
    "runs": 13
    "avg_ms": 100.2
    "min_ms": 84.1
    "median_ms": 97.8
    "max_ms": 123.8
    "stdev_ms": 14.3
bulk_upserts (step 8):
    "runs": 12
    "avg_ms": 132.2
    "min_ms": 82.4
    "median_ms": 139.0
    "max_ms": 193.2
    "stdev_ms": 34.9
bulk_upserts (step 9):
    "runs": 2
    "avg_ms": 101.7
    "min_ms": 98.4
    "median_ms": 104.9
    "max_ms": 104.9
    "stdev_ms": 4.6
select count(*) after all modifications: 552.6 ms
select all: 479.2 ms
delete from table: 398.3 ms
select all after delete: 545.1 ms
.
test_log_scenario.py ...

============================== slowest durations ===============================
112.89s call     test_log_scenario.py::TestLogScenario::test_log_uniform
72.49s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
59.86s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
41.36s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
41.32s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
41.05s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
17.17s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
12.08s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
7.32s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
7.06s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.03s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
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_random_sequence
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 413.39s (0:06: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/ejjj/000815/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 56 items

test_overloads.py ......

============================== slowest durations ===============================
20.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
9.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
5.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 56.93s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/00080e/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 56 items

test_overloads.py ......

============================== slowest durations ===============================
12.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
9.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
7.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
7.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.16s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.10s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 52.27s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/000813/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 56 items

test_overloads.py ......

============================== slowest durations ===============================
18.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
10.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
7.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
1.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
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-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 54.55s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/000812/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 56 items

test_overloads.py .....

============================== slowest durations ===============================
22.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
6.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
5.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
1.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
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[2-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 5 passed in 50.49s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/000811/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 56 items

test_overloads.py .....

============================== slowest durations ===============================
12.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
12.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
8.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
1.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.03s 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-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 5 passed in 46.39s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/000810/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 56 items

test_overloads.py .....

============================== slowest durations ===============================
108.55s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
102.39s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
94.43s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
13.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
11.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.02s 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-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 334.20s (0:05:34) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ejjj/00080d/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 56 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/ejjj/00080d/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/ejjj/00080d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ejjj/00080d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ejjj/00080d', '--source-root', '/home/runner/.ya/build/build_root/ejjj/00080d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ejjj/00080d/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/ejjj/00080d/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/ejjj/00080d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ejjj/00080d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ejjj/00080d', '--source-root', '/home/runner/.ya/build/build_root/ejjj/00080d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ejjj/00080d/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",), {})
