============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000c29/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py .F.

=================================== FAILURES ===================================
_ TestAllCompression.test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10] _
ydb/tests/olap/column_family/compression/alter_compression.py:194: in test_all_supported_compression
    assert table.get_portion_stat_by_tier()['__DEFAULT']['Rows'] == expected_raw // 8
E   assert 1015913 == (8000000 // 8)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: alter_compression.py::TestAllCompression, test_name: test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 95ac11f2-4a88-4b78-9c68-2c93a7e00962, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 95ac11f2-4a88-4b78-9c68-2c93a7e00962, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/zstd_10_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"zstd\", COMPRESSION_LEVEL = 10)\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 95ac11f2-4a88-4b78-9c68-2c93a7e00962, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:187 Table /Root/all_compression/all_supported_compression/zstd_10_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c542ae9b-ebbd-4a09-82bb-7503f202ace9, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c542ae9b-ebbd-4a09-82bb-7503f202ace9, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_10_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c542ae9b-ebbd-4a09-82bb-7503f202ace9, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 61140753-11f4-4f9d-8ac4-9e3e6654b21d, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 61140753-11f4-4f9d-8ac4-9e3e6654b21d, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 61140753-11f4-4f9d-8ac4-9e3e6654b21d, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8057fec5-b2f9-4966-ade0-e4950264fba3, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8057fec5-b2f9-4966-ade0-e4950264fba3, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8057fec5-b2f9-4966-ade0-e4950264fba3, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 002037d3-9fca-4939-bc52-74566d8562d6, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 002037d3-9fca-4939-bc52-74566d8562d6, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 002037d3-9fca-4939-bc52-74566d8562d6, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 318048, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 838719de-6317-4ab7-8c31-a7f69109b582, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 838719de-6317-4ab7-8c31-a7f69109b582, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 838719de-6317-4ab7-8c31-a7f69109b582, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04d35307-f2fd-4eb8-bc6a-6518e9ef3f1b, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04d35307-f2fd-4eb8-bc6a-6518e9ef3f1b, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 04d35307-f2fd-4eb8-bc6a-6518e9ef3f1b, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ba69786a-c8f5-4927-85ab-37e245960934, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba69786a-c8f5-4927-85ab-37e245960934, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ba69786a-c8f5-4927-85ab-37e245960934, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 637344, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, df835d0d-6fd0-44b9-b59e-22264d819c33, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, df835d0d-6fd0-44b9-b59e-22264d819c33, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, df835d0d-6fd0-44b9-b59e-22264d819c33, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2ca8c3bd-b231-49cf-a326-f0823fa9324a, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2ca8c3bd-b231-49cf-a326-f0823fa9324a, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2ca8c3bd-b231-49cf-a326-f0823fa9324a, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5895e2a1-a7a2-4beb-b25d-f70689389256, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5895e2a1-a7a2-4beb-b25d-f70689389256, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5895e2a1-a7a2-4beb-b25d-f70689389256, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 184}}, blobs: {'__DEFAULT': {'Portions': 184, 'BlobSize': 957768, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0c9d541c-479e-41d8-b6d0-50e544f9e2c1, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0c9d541c-479e-41d8-b6d0-50e544f9e2c1, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0c9d541c-479e-41d8-b6d0-50e544f9e2c1, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eab9fd47-8ae6-4cc1-b82e-a5a174f2f0ec, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eab9fd47-8ae6-4cc1-b82e-a5a174f2f0ec, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eab9fd47-8ae6-4cc1-b82e-a5a174f2f0ec, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f64c587-17a7-49a0-8509-845fe4b4f3eb, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f64c587-17a7-49a0-8509-845fe4b4f3eb, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6f64c587-17a7-49a0-8509-845fe4b4f3eb, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 238}}, blobs: {'__DEFAULT': {'Portions': 238, 'BlobSize': 1276304, 'BlobCount': 502}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 736cb151-4df8-42a2-b4b9-618390d044a8, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 736cb151-4df8-42a2-b4b9-618390d044a8, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 736cb151-4df8-42a2-b4b9-618390d044a8, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 52c31d6f-331c-494a-8e43-9409861fc879, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 52c31d6f-331c-494a-8e43-9409861fc879, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 52c31d6f-331c-494a-8e43-9409861fc879, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c067e423-1cf1-4c36-9e23-9082a2413485, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c067e423-1cf1-4c36-9e23-9082a2413485, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c067e423-1cf1-4c36-9e23-9082a2413485, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 293}}, blobs: {'__DEFAULT': {'Portions': 293, 'BlobSize': 1593752, 'BlobCount': 618}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fde9fd93-f4a5-4725-84e5-15e66d39f2a2, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fde9fd93-f4a5-4725-84e5-15e66d39f2a2, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fde9fd93-f4a5-4725-84e5-15e66d39f2a2, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a7352c9-b9e4-4c35-8b01-a6f303aec80d, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a7352c9-b9e4-4c35-8b01-a6f303aec80d, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4a7352c9-b9e4-4c35-8b01-a6f303aec80d, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b58677f1-7fa3-46af-99ff-39a8ed128a1d, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b58677f1-7fa3-46af-99ff-39a8ed128a1d, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b58677f1-7fa3-46af-99ff-39a8ed128a1d, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 333}}, blobs: {'__DEFAULT': {'Portions': 333, 'BlobSize': 1907888, 'BlobCount': 710}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ac96529a-fa42-41ec-b398-db5ee2c1aecc, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ac96529a-fa42-41ec-b398-db5ee2c1aecc, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ac96529a-fa42-41ec-b398-db5ee2c1aecc, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4737c32b-5af0-4996-a580-d6483bc114fb, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4737c32b-5af0-4996-a580-d6483bc114fb, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4737c32b-5af0-4996-a580-d6483bc114fb, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ab545406-a39a-4ab7-a11c-166ec01bf33c, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ab545406-a39a-4ab7-a11c-166ec01bf33c, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ab545406-a39a-4ab7-a11c-166ec01bf33c, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 372}}, blobs: {'__DEFAULT': {'Portions': 372, 'BlobSize': 2221288, 'BlobCount': 798}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 37302bf7-2c82-4be1-be7b-4850ecc362d6, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 37302bf7-2c82-4be1-be7b-4850ecc362d6, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 37302bf7-2c82-4be1-be7b-4850ecc362d6, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e47ab0f-8297-40c4-af34-c56fb8c10011, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e47ab0f-8297-40c4-af34-c56fb8c10011, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0e47ab0f-8297-40c4-af34-c56fb8c10011, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2b3ea136-5bed-42f2-8446-91bb0585e7df, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2b3ea136-5bed-42f2-8446-91bb0585e7df, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2b3ea136-5bed-42f2-8446-91bb0585e7df, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 412}}, blobs: {'__DEFAULT': {'Portions': 406, 'BlobSize': 2533384, 'BlobCount': 876}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79ad1172-1803-4c77-acfb-698f8b7de943, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79ad1172-1803-4c77-acfb-698f8b7de943, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 79ad1172-1803-4c77-acfb-698f8b7de943, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e876a50-aced-4cfb-901a-35eadbdb6931, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e876a50-aced-4cfb-901a-35eadbdb6931, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1e876a50-aced-4cfb-901a-35eadbdb6931, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 720f641b-6231-4937-9451-8dcd733112f4, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 720f641b-6231-4937-9451-8dcd733112f4, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 720f641b-6231-4937-9451-8dcd733112f4, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 463}}, blobs: {'__DEFAULT': {'Portions': 463, 'BlobSize': 2850576, 'BlobCount': 992}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b8b8c667-3f23-46e7-a0ef-ea926ada6431, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b8b8c667-3f23-46e7-a0ef-ea926ada6431, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_10_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b8b8c667-3f23-46e7-a0ef-ea926ada6431, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0d8de1d0-3037-4df9-a19d-aff6164cdbac, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0d8de1d0-3037-4df9-a19d-aff6164cdbac, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0d8de1d0-3037-4df9-a19d-aff6164cdbac, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a9d1a261-08a5-4427-9432-4064f4cae481, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a9d1a261-08a5-4427-9432-4064f4cae481, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a9d1a261-08a5-4427-9432-4064f4cae481, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/zstd_10_compression. portions: {'__DEFAULT': {'Rows': 1014097, 'Portions': 504}}, blobs: {'__DEFAULT': {'Portions': 495, 'BlobSize': 3161440, 'BlobCount': 1064}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e8761c7f-ce05-4e5d-818c-a5acc62769df, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e8761c7f-ce05-4e5d-818c-a5acc62769df, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_10_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e8761c7f-ce05-4e5d-818c-a5acc62769df, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67e66d6a-0109-4b8b-82bd-8c6f3e05bad9, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67e66d6a-0109-4b8b-82bd-8c6f3e05bad9, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67e66d6a-0109-4b8b-82bd-8c6f3e05bad9, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 38db0d37-4178-4f70-bd76-18868ebfd6ab, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 38db0d37-4178-4f70-bd76-18868ebfd6ab, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 38db0d37-4178-4f70-bd76-18868ebfd6ab, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 49d71e5d-f4e2-43f2-9052-96789fb59114, localhost:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 49d71e5d-f4e2-43f2-9052-96789fb59114, localhost:17103): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 49d71e5d-f4e2-43f2-9052-96789fb59114, localhost:17103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-luu2faywze.auto.internal" port: 17103 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-luu2faywze.auto.internal:17103, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17103
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6224575-c5da-44a1-94cb-ac5a7d4f60dc, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6224575-c5da-44a1-94cb-ac5a7d4f60dc, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c6224575-c5da-44a1-94cb-ac5a7d4f60dc, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d417cae-d522-408f-8393-3c1f8db8cfd7, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d417cae-d522-408f-8393-3c1f8db8cfd7, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d417cae-d522-408f-8393-3c1f8db8cfd7, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/zstd_10_compression`, volumes `value` (8000000, 1562912)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b3d9e6e6-65b4-407e-903c-2a89f090c02d, ghrun-luu2faywze.auto.internal:17103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b3d9e6e6-65b4-407e-903c-2a89f090c02d, ghrun-luu2faywze.auto.internal:17103): request = { session_id: "ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_10_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b3d9e6e6-65b4-407e-903c-2a89f090c02d, ghrun-luu2faywze.auto.internal:17103): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTEyMWQ2M2UtYWViM2U5ZDUtNDk1MDE5ZjYtNTU3Y2U5NDY=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
108.28s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11]
104.72s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]
80.31s call     alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]
65.32s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10]
17.05s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10] - assert 1015913 == (8000000 // 8)
=================== 1 failed, 2 passed in 377.89s (0:06:17) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000b6b/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ...

============================== slowest durations ===============================
121.64s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]
109.86s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]
108.74s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14]
88.07s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13]
12.04s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14]
0.02s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13]
======================== 3 passed in 441.81s (0:07:21) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000c4a/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ...

============================== slowest durations ===============================
119.04s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]
118.68s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_16_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 16]
101.13s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17]
72.68s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]
12.07s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 3 passed in 425.27s (0:07:05) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000c71/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
158.61s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]
116.44s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19]
73.10s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]
12.07s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19]
======================== 2 passed in 361.48s (0:06:01) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000c19/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
118.13s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20]
109.47s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21]
104.75s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20]
12.05s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21]
0.03s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20]
======================== 2 passed in 345.76s (0:05:45) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000b55/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
117.89s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
95.80s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
77.14s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]
12.09s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]
0.03s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
======================== 2 passed in 304.62s (0:05:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000c64/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
99.06s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]
74.02s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5]
72.35s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]
17.06s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]
======================== 2 passed in 264.28s (0:04:24) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:168: in create_table_without_compression
    assert table.get_portion_stat_by_tier()['__DEFAULT']['Rows'] == expected_raw // 8
E   assert 1015516 == (8000000 // 8)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1052986
DEBUG    ya.test:process.py:259 Command (pid 1052986) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1052986) elapsed time (sec): 0.9542663097381592
DEBUG    ya.test:process.py:263 Command (pid 1052986) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) maxrss: 492820
DEBUG    ya.test:process.py:263 Command (pid 1052986) minflt: 45142
DEBUG    ya.test:process.py:263 Command (pid 1052986) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) nivcsw: 170
DEBUG    ya.test:process.py:263 Command (pid 1052986) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1052986) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1052986) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1052986) stime: 0.207421
DEBUG    ya.test:process.py:263 Command (pid 1052986) utime: 0.510859
DEBUG    ya.test:process.py:263 Command (pid 1052986) wtime: 0.964
DEBUG    ya.test:process.py:275 Command (pid 1052986) output:
Git info:
    Commit: 0ff59a41b210a53303c967c442b2d86a79d8cf9c
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 7963b5fe1f831c369433b21e29971621996df404 into fb1fb252d51970516be826e97c95d0e8dd47921b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-luu2faywze
    Host information: 
        Linux ghrun-luu2faywze 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 1052986) errors:

INFO     __tests__.base:base.py:27 Git info:
    Commit: 0ff59a41b210a53303c967c442b2d86a79d8cf9c
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 7963b5fe1f831c369433b21e29971621996df404 into fb1fb252d51970516be826e97c95d0e8dd47921b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-luu2faywze
    Host information: 
        Linux ghrun-luu2faywze 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11107
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Working directory: /home/runner/.ya/build/build_root/cct5/000c56/r3tmp/kikimr_cluster_hzvgviwi
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27650
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29409
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24443
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8045
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1/logfile_c449winc.log --grpc-port=27650 --mon-port=29409 --ic-port=11107 --module=1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:27650/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1/logfile_c449winc.log --grpc-port=27650 --mon-port=29409 --ic-port=11107 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1/logfile_c449winc.log', '--grpc-port=27650', '--mon-port=29409', '--ic-port=11107', '--module=1')' in '/home/runner/.ya/build/build_root/cct5/000c56/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1053155
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:27650/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1053156
DEBUG    ya.test:process.py:259 Command (pid 1053156) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1053156) elapsed time (sec): 0.8710694313049316
DEBUG    ya.test:process.py:263 Command (pid 1053156) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) maxrss: 493888
DEBUG    ya.test:process.py:263 Command (pid 1053156) minflt: 45158
DEBUG    ya.test:process.py:263 Command (pid 1053156) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) nivcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 1053156) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1053156) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1053156) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1053156) stime: 0.227652
DEBUG    ya.test:process.py:263 Command (pid 1053156) utime: 0.46585
DEBUG    ya.test:process.py:263 Command (pid 1053156) wtime: 0.876
DEBUG    ya.test:process.py:275 Command (pid 1053156) output:
Git info:
    Commit: 0ff59a41b210a53303c967c442b2d86a79d8cf9c
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 7963b5fe1f831c369433b21e29971621996df404 into fb1fb252d51970516be826e97c95d0e8dd47921b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-luu2faywze
    Host information: 
        Linux ghrun-luu2faywze 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 1053156) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 0ff59a41b210a53303c967c442b2d86a79d8cf9c
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 7963b5fe1f831c369433b21e29971621996df404 into fb1fb252d51970516be826e97c95d0e8dd47921b
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:27650', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11107\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:27650', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11107\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1054139
DEBUG    ya.test:process.py:259 Command (pid 1054139) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1054139) elapsed time (sec): 1.133960485458374
DEBUG    ya.test:process.py:263 Command (pid 1054139) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) maxrss: 595180
DEBUG    ya.test:process.py:263 Command (pid 1054139) minflt: 51413
DEBUG    ya.test:process.py:263 Command (pid 1054139) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) nivcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 1054139) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1054139) nvcsw: 574
DEBUG    ya.test:process.py:263 Command (pid 1054139) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1054139) stime: 0.271187
DEBUG    ya.test:process.py:263 Command (pid 1054139) utime: 0.594958
DEBUG    ya.test:process.py:263 Command (pid 1054139) wtime: 1.154
DEBUG    ya.test:process.py:275 Command (pid 1054139) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1054139) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:27650', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cct5/000c56/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:27650', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1054685
DEBUG    ya.test:process.py:259 Command (pid 1054685) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1054685) elapsed time (sec): 1.0827066898345947
DEBUG    ya.test:process.py:263 Command (pid 1054685) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) maxrss: 595572
DEBUG    ya.test:process.py:263 Command (pid 1054685) minflt: 51498
DEBUG    ya.test:process.py:263 Command (pid 1054685) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) nivcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 1054685) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1054685) nvcsw: 565
DEBUG    ya.test:process.py:263 Command (pid 1054685) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1054685) stime: 0.259893
DEBUG    ya.test:process.py:263 Command (pid 1054685) utime: 0.558894
DEBUG    ya.test:process.py:263 Command (pid 1054685) wtime: 1.09
DEBUG    ya.test:process.py:275 Command (pid 1054685) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1054685) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:520 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 246add02-2eca-4f33-a9e0-b8004a92e971, localhost:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 246add02-2eca-4f33-a9e0-b8004a92e971, localhost:27650): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 246add02-2eca-4f33-a9e0-b8004a92e971, localhost:27650): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-luu2faywze.auto.internal" port: 27650 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-luu2faywze.auto.internal:27650, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27650
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 761fa6e4-be23-4999-bc73-eddb45ba48f6, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 761fa6e4-be23-4999-bc73-eddb45ba48f6, ghrun-luu2faywze.auto.internal:27650): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 761fa6e4-be23-4999-bc73-eddb45ba48f6, ghrun-luu2faywze.auto.internal:27650): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 136e7a93-17ae-4142-9960-c16e685386b1, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 136e7a93-17ae-4142-9960-c16e685386b1, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 136e7a93-17ae-4142-9960-c16e685386b1, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 08bf79cd-d903-411a-aacf-08e868b79ae7, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 08bf79cd-d903-411a-aacf-08e868b79ae7, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/off_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"off\")\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 08bf79cd-d903-411a-aacf-08e868b79ae7, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:159 Table /Root/all_compression/all_supported_compression/off_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bd5d274e-21fc-40e9-8f37-8e4ba0a37aa8, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bd5d274e-21fc-40e9-8f37-8e4ba0a37aa8, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bd5d274e-21fc-40e9-8f37-8e4ba0a37aa8, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 057be67d-a257-43ee-9eff-50f8650e308b, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 057be67d-a257-43ee-9eff-50f8650e308b, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 057be67d-a257-43ee-9eff-50f8650e308b, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e5a3ff41-8035-4e13-a22e-200dca7f6616, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e5a3ff41-8035-4e13-a22e-200dca7f6616, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e5a3ff41-8035-4e13-a22e-200dca7f6616, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b6d7fa4c-d9ec-48b2-983b-be0c996bd2ec, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b6d7fa4c-d9ec-48b2-983b-be0c996bd2ec, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b6d7fa4c-d9ec-48b2-983b-be0c996bd2ec, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 1618432, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79fcfe6d-fec8-49ae-a3b2-3e020f3c95a8, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79fcfe6d-fec8-49ae-a3b2-3e020f3c95a8, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 79fcfe6d-fec8-49ae-a3b2-3e020f3c95a8, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7bed55ee-883a-43e1-9640-e385e390e9c6, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7bed55ee-883a-43e1-9640-e385e390e9c6, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7bed55ee-883a-43e1-9640-e385e390e9c6, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f514114-df6b-4769-8f60-53751c88341a, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f514114-df6b-4769-8f60-53751c88341a, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6f514114-df6b-4769-8f60-53751c88341a, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 3236864, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 66e2a5e6-11fc-4879-a535-b3a933efd5c6, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66e2a5e6-11fc-4879-a535-b3a933efd5c6, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 66e2a5e6-11fc-4879-a535-b3a933efd5c6, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c26c70a-c603-4e06-ae65-b19cba7ebcf3, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c26c70a-c603-4e06-ae65-b19cba7ebcf3, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6c26c70a-c603-4e06-ae65-b19cba7ebcf3, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 08d73618-03b8-438c-a215-9066177a995b, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 08d73618-03b8-438c-a215-9066177a995b, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 08d73618-03b8-438c-a215-9066177a995b, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 309328, 'Portions': 190}}, blobs: {'__DEFAULT': {'Portions': 184, 'BlobSize': 4857968, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0a11b49f-54d5-4d11-af28-19d660d1bcb1, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0a11b49f-54d5-4d11-af28-19d660d1bcb1, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0a11b49f-54d5-4d11-af28-19d660d1bcb1, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2944bcb0-7f3b-42b9-b433-05d1a545b5d6, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2944bcb0-7f3b-42b9-b433-05d1a545b5d6, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2944bcb0-7f3b-42b9-b433-05d1a545b5d6, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8fc7b892-2ebf-45e6-9b21-da3147b3e72e, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8fc7b892-2ebf-45e6-9b21-da3147b3e72e, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8fc7b892-2ebf-45e6-9b21-da3147b3e72e, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 248}}, blobs: {'__DEFAULT': {'Portions': 248, 'BlobSize': 6476400, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 19bae547-a389-4f96-a57b-098d132b5658, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 19bae547-a389-4f96-a57b-098d132b5658, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 19bae547-a389-4f96-a57b-098d132b5658, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 99e807ee-a710-4fbc-9f48-5100f9f242e4, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 99e807ee-a710-4fbc-9f48-5100f9f242e4, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 99e807ee-a710-4fbc-9f48-5100f9f242e4, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5159843e-840d-47da-a763-79367db3fab5, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5159843e-840d-47da-a763-79367db3fab5, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5159843e-840d-47da-a763-79367db3fab5, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 309}}, blobs: {'__DEFAULT': {'Portions': 309, 'BlobSize': 8094816, 'BlobCount': 636}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 42b6cd10-9877-42f4-bb67-fa2bdffe64e9, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 42b6cd10-9877-42f4-bb67-fa2bdffe64e9, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 42b6cd10-9877-42f4-bb67-fa2bdffe64e9, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c868eb1b-70e4-4b8a-9d5c-cb21dc0b285f, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c868eb1b-70e4-4b8a-9d5c-cb21dc0b285f, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c868eb1b-70e4-4b8a-9d5c-cb21dc0b285f, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b76ec39f-069c-4c09-b5a5-de6a71e78268, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b76ec39f-069c-4c09-b5a5-de6a71e78268, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b76ec39f-069c-4c09-b5a5-de6a71e78268, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 369}}, blobs: {'__DEFAULT': {'Portions': 369, 'BlobSize': 9713064, 'BlobCount': 758}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 07e2c14f-c61b-451a-a068-4c71abbc9195, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 07e2c14f-c61b-451a-a068-4c71abbc9195, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 07e2c14f-c61b-451a-a068-4c71abbc9195, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 59dfe9d0-2553-4e8c-ac0a-7b5fb2bbd34c, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59dfe9d0-2553-4e8c-ac0a-7b5fb2bbd34c, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 59dfe9d0-2553-4e8c-ac0a-7b5fb2bbd34c, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3abda58f-2968-4e15-a15c-ae6368b55420, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3abda58f-2968-4e15-a15c-ae6368b55420, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3abda58f-2968-4e15-a15c-ae6368b55420, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 433}}, blobs: {'__DEFAULT': {'Portions': 433, 'BlobSize': 11331496, 'BlobCount': 886}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0eab817d-50b6-4a87-8c45-fcf383f40298, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0eab817d-50b6-4a87-8c45-fcf383f40298, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0eab817d-50b6-4a87-8c45-fcf383f40298, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68ec2b90-974f-4cea-a5aa-41e221d3c729, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68ec2b90-974f-4cea-a5aa-41e221d3c729, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68ec2b90-974f-4cea-a5aa-41e221d3c729, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 18bd2f47-c300-4194-8e7a-6dfbc020f2f5, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 18bd2f47-c300-4194-8e7a-6dfbc020f2f5, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 18bd2f47-c300-4194-8e7a-6dfbc020f2f5, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 810961, 'Portions': 492}}, blobs: {'__DEFAULT': {'Portions': 479, 'BlobSize': 12948392, 'BlobCount': 984}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe479e85-0a6c-455f-a70e-d6b98dbbbb26, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe479e85-0a6c-455f-a70e-d6b98dbbbb26, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fe479e85-0a6c-455f-a70e-d6b98dbbbb26, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c40e318e-eb20-422e-a2ee-31c9828aacca, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c40e318e-eb20-422e-a2ee-31c9828aacca, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c40e318e-eb20-422e-a2ee-31c9828aacca, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 220b5f8c-255a-4311-a1a2-7ac28435d6be, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 220b5f8c-255a-4311-a1a2-7ac28435d6be, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 220b5f8c-255a-4311-a1a2-7ac28435d6be, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 536}}, blobs: {'__DEFAULT': {'Portions': 536, 'BlobSize': 14566144, 'BlobCount': 1100}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bd3d0210-8e8e-4d5b-bad1-904d5d559dae, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bd3d0210-8e8e-4d5b-bad1-904d5d559dae, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bd3d0210-8e8e-4d5b-bad1-904d5d559dae, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2522ea70-053d-49a7-83ba-68d0bf7fcc62, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2522ea70-053d-49a7-83ba-68d0bf7fcc62, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2522ea70-053d-49a7-83ba-68d0bf7fcc62, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8e4751ca-a5ba-4010-a104-75804d7f1bcc, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8e4751ca-a5ba-4010-a104-75804d7f1bcc, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8e4751ca-a5ba-4010-a104-75804d7f1bcc, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 584}}, blobs: {'__DEFAULT': {'Portions': 584, 'BlobSize': 16182864, 'BlobCount': 1200}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7ec9132f-0387-41cd-a475-6b93638aec01, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7ec9132f-0387-41cd-a475-6b93638aec01, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7ec9132f-0387-41cd-a475-6b93638aec01, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 48e152ce-d456-40c5-a64a-160de14e37ef, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48e152ce-d456-40c5-a64a-160de14e37ef, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 48e152ce-d456-40c5-a64a-160de14e37ef, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04cf5ef8-1ae9-480b-bffd-e30d630b5fe5, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04cf5ef8-1ae9-480b-bffd-e30d630b5fe5, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 04cf5ef8-1ae9-480b-bffd-e30d630b5fe5, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 806f6c17-a568-4549-b54a-6f760a64b21a, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 806f6c17-a568-4549-b54a-6f760a64b21a, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 806f6c17-a568-4549-b54a-6f760a64b21a, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3235b1bf-1526-4a15-8b19-8dfcd9c3b512, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3235b1bf-1526-4a15-8b19-8dfcd9c3b512, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3235b1bf-1526-4a15-8b19-8dfcd9c3b512, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/off_compression`, volumes `value` (8000000, 8084096)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31b9b788-4d72-4b08-8fab-692b970ab224, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31b9b788-4d72-4b08-8fab-692b970ab224, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 31b9b788-4d72-4b08-8fab-692b970ab224, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c98d857e-160b-449a-bda5-7ef8222cdfef, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c98d857e-160b-449a-bda5-7ef8222cdfef, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c98d857e-160b-449a-bda5-7ef8222cdfef, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/off_compression`, volumes `value` (8000000, 8084096)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 599e532a-5808-4e06-9e97-f96b4bcb26b6, ghrun-luu2faywze.auto.internal:27650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 599e532a-5808-4e06-9e97-f96b4bcb26b6, ghrun-luu2faywze.auto.internal:27650): request = { session_id: "ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 599e532a-5808-4e06-9e97-f96b4bcb26b6, ghrun-luu2faywze.auto.internal:27650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjBkMjQ3MTctN2I0NTk0NGYtZTM5NzhmODQtODQ2MmNmMGM=
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:168: in create_table_without_compression
    assert table.get_portion_stat_by_tier()['__DEFAULT']['Rows'] == expected_raw // 8
E   assert 1015516 == (8000000 // 8)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
============================== slowest durations ===============================
77.10s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6] - assert 1015516 == (8000000 // 8)
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7] - assert 1015516 == (8000000 // 8)
========================= 2 errors in 79.83s (0:01:19) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000c3a/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
107.52s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9]
104.04s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]
92.45s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]
17.06s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]
======================== 2 passed in 322.58s (0:05:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cct5/000bbf/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
108.05s call     alter_compression.py::TestAlterCompression::test_availability_data
94.03s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
86.85s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
12.07s setup    alter_compression.py::TestAlterCompression::test_availability_data
12.05s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
7.12s teardown alter_compression.py::TestAlterCompression::test_availability_data
======================== 2 passed in 321.64s (0:05:21) =========================
