============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004518/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .F

=================================== FAILURES ===================================
_ TestPgSecondaryIndex.test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC] _
ydb/tests/datashard/secondary_index/test_secondary_index.py:326: in test_secondary_index
    self.do_test_secondary_index(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/secondary_index/test_secondary_index.py:50: in do_test_secondary_index
    self.select_index(table_name, pk_types, index, dml)
ydb/tests/datashard/secondary_index/test_secondary_index.py:87: in select_index
    dml.transactional(process)
ydb/tests/datashard/lib/dml_operations.py:18: in transactional
    return self.query_object.transactional(process)
ydb/tests/sql/lib/test_query.py:58: in transactional
    return self.pool.retry_operation_sync(lambda session: fn(session))
contrib/python/ydb/py3/ydb/query/pool.py:151: in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:137: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:98: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:149: in wrapped_callee
    return callee(session, *args, **kwargs)
ydb/tests/sql/lib/test_query.py:58: in <lambda>
    return self.pool.retry_operation_sync(lambda session: fn(session))
ydb/tests/datashard/secondary_index/test_secondary_index.py:68: in process
    assert (
E   AssertionError: there were not enough columns by type pgbool
E   assert (1 == 1 and 0 == 21)
E    +  where 1 = len([{'count': 0}])
E    +  and   0 = {'count': 0}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_secondary_index.py::TestPgSecondaryIndex, test_name: test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a3ea53af-8cc2-48d2-b45d-1d82e1f55862, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a3ea53af-8cc2-48d2-b45d-1d82e1f55862, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_index_0__ASYNC` (\n            pk_pgbool pgbool, pk_pgint2 pgint2, pk_pgint4 pgint4, pk_pgint8 pgint8, pk_pgnumeric pgnumeric, pk_pgbytea pgbytea, pk_pgtext pgtext, pk_pgvarchar pgvarchar, pk_pguuid pguuid, pk_pgdate pgdate, pk_pgtimestamp pgtimestamp, pk_pginterval pginterval, col_index_pgbool pgbool, col_index_pgint2 pgint2, col_index_pgint4 pgint4, col_index_pgint8 pgint8, col_index_pgnumeric pgnumeric, col_index_pgbytea pgbytea, col_index_pgtext pgtext, col_index_pgvarchar pgvarchar, col_index_pguuid pguuid, col_index_pgdate pgdate, col_index_pgtimestamp pgtimestamp, col_index_pginterval pginterval,\n            PRIMARY KEY(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                )\n            , INDEX idx_col_index_pgbool GLOBAL  ASYNC ON (col_index_pgbool), INDEX idx_col_index_pgint2 GLOBAL  ASYNC ON (col_index_pgint2), INDEX idx_col_index_pgint4 GLOBAL  ASYNC ON (col_index_pgint4), INDEX idx_col_index_pgint8 GLOBAL  ASYNC ON (col_index_pgint8), INDEX idx_col_index_pgnumeric GLOBAL  ASYNC ON (col_index_pgnumeric), INDEX idx_col_index_pgbytea GLOBAL  ASYNC ON (col_index_pgbytea), INDEX idx_col_index_pgtext GLOBAL  ASYNC ON (col_index_pgtext), INDEX idx_col_index_pgvarchar GLOBAL  ASYNC ON (col_index_pgvarchar), INDEX idx_col_index_pguuid GLOBAL  ASYNC ON (col_index_pguuid), INDEX idx_col_index_pgdate GLOBAL  ASYNC ON (col_index_pgdate), INDEX idx_col_index_pgtimestamp GLOBAL  ASYNC ON (col_index_pgtimestamp), INDEX idx_col_index_pginterval GLOBAL  ASYNC ON (col_index_pginterval)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a3ea53af-8cc2-48d2-b45d-1d82e1f55862, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9d1aa715-a45f-41cc-b984-f3f657787a43, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9d1aa715-a45f-41cc-b984-f3f657787a43, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\')\n                , \n                pgbool(\'f\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9d1aa715-a45f-41cc-b984-f3f657787a43, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b9dc5bef-2f69-49f5-8ea3-2453f8e22cca, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b9dc5bef-2f69-49f5-8ea3-2453f8e22cca, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\')\n                , \n                pgbool(\'f\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b9dc5bef-2f69-49f5-8ea3-2453f8e22cca, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9eabc18-1540-4f0a-9044-20cccf631097, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9eabc18-1540-4f0a-9044-20cccf631097, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\')\n                , \n                pgbool(\'f\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f9eabc18-1540-4f0a-9044-20cccf631097, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 15460617-7e24-407f-b413-1f4cafc55b64, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 15460617-7e24-407f-b413-1f4cafc55b64, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 15460617-7e24-407f-b413-1f4cafc55b64, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cef2ad7c-beac-4b59-8575-6125a15c8b3e, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cef2ad7c-beac-4b59-8575-6125a15c8b3e, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, cef2ad7c-beac-4b59-8575-6125a15c8b3e, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 86068ec5-01a3-4cbc-92fb-27004c9050f7, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 86068ec5-01a3-4cbc-92fb-27004c9050f7, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 86068ec5-01a3-4cbc-92fb-27004c9050f7, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 907c778e-1b08-4518-b4f4-b31be3128739, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 907c778e-1b08-4518-b4f4-b31be3128739, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 907c778e-1b08-4518-b4f4-b31be3128739, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f06b134-4613-49e2-ac86-080fd756cd77, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f06b134-4613-49e2-ac86-080fd756cd77, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6f06b134-4613-49e2-ac86-080fd756cd77, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a678e9f7-65c8-4740-bddc-ee25d77b6131, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a678e9f7-65c8-4740-bddc-ee25d77b6131, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'9\'), pgint4(\'9\'), pgint8(\'9\'), pgnumeric(\'9.123456\'), pgbytea(\'pgbytea 9\'), pgtext(\'pgtext 9\'), pgvarchar(\'pgvarchar 9\'), pguuid(\'30095678-e89b-12d3-a456-556642440000\'), pgdate(\'2009-01-01\'), pgtimestamp(\'2009-10-02 11:00:00\'), pginterval(\'09:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'9\'), pgint4(\'9\'), pgint8(\'9\'), pgnumeric(\'9.123456\'), pgbytea(\'pgbytea 9\'), pgtext(\'pgtext 9\'), pgvarchar(\'pgvarchar 9\'), pguuid(\'30095678-e89b-12d3-a456-556642440000\'), pgdate(\'2009-01-01\'), pgtimestamp(\'2009-10-02 11:00:00\'), pginterval(\'09:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a678e9f7-65c8-4740-bddc-ee25d77b6131, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b3f19cf0-5670-4bac-9982-35db806466ef, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b3f19cf0-5670-4bac-9982-35db806466ef, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'10\'), pgint4(\'10\'), pgint8(\'10\'), pgnumeric(\'10.123456\'), pgbytea(\'pgbytea 10\'), pgtext(\'pgtext 10\'), pgvarchar(\'pgvarchar 10\'), pguuid(\'30105678-e89b-12d3-a456-556642440000\'), pgdate(\'2010-01-01\'), pgtimestamp(\'2010-10-02 11:00:00\'), pginterval(\'10:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'10\'), pgint4(\'10\'), pgint8(\'10\'), pgnumeric(\'10.123456\'), pgbytea(\'pgbytea 10\'), pgtext(\'pgtext 10\'), pgvarchar(\'pgvarchar 10\'), pguuid(\'30105678-e89b-12d3-a456-556642440000\'), pgdate(\'2010-01-01\'), pgtimestamp(\'2010-10-02 11:00:00\'), pginterval(\'10:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b3f19cf0-5670-4bac-9982-35db806466ef, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6b7afb73-70da-4b5c-95e7-c741d1e3b25e, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6b7afb73-70da-4b5c-95e7-c741d1e3b25e, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'11\'), pgint4(\'11\'), pgint8(\'11\'), pgnumeric(\'11.123456\'), pgbytea(\'pgbytea 11\'), pgtext(\'pgtext 11\'), pgvarchar(\'pgvarchar 11\'), pguuid(\'30115678-e89b-12d3-a456-556642440000\'), pgdate(\'2011-01-01\'), pgtimestamp(\'2011-10-02 11:00:00\'), pginterval(\'11:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'11\'), pgint4(\'11\'), pgint8(\'11\'), pgnumeric(\'11.123456\'), pgbytea(\'pgbytea 11\'), pgtext(\'pgtext 11\'), pgvarchar(\'pgvarchar 11\'), pguuid(\'30115678-e89b-12d3-a456-556642440000\'), pgdate(\'2011-01-01\'), pgtimestamp(\'2011-10-02 11:00:00\'), pginterval(\'11:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6b7afb73-70da-4b5c-95e7-c741d1e3b25e, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82da7e4d-2ae5-41a0-921f-88a11af6e5dd, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82da7e4d-2ae5-41a0-921f-88a11af6e5dd, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'12\'), pgint4(\'12\'), pgint8(\'12\'), pgnumeric(\'12.123456\'), pgbytea(\'pgbytea 12\'), pgtext(\'pgtext 12\'), pgvarchar(\'pgvarchar 12\'), pguuid(\'30125678-e89b-12d3-a456-556642440000\'), pgdate(\'2012-01-01\'), pgtimestamp(\'2012-10-02 11:00:00\'), pginterval(\'12:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'12\'), pgint4(\'12\'), pgint8(\'12\'), pgnumeric(\'12.123456\'), pgbytea(\'pgbytea 12\'), pgtext(\'pgtext 12\'), pgvarchar(\'pgvarchar 12\'), pguuid(\'30125678-e89b-12d3-a456-556642440000\'), pgdate(\'2012-01-01\'), pgtimestamp(\'2012-10-02 11:00:00\'), pginterval(\'12:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 82da7e4d-2ae5-41a0-921f-88a11af6e5dd, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 985ad30f-7c24-4508-9694-caed93ac78a9, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 985ad30f-7c24-4508-9694-caed93ac78a9, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'13\'), pgint4(\'13\'), pgint8(\'13\'), pgnumeric(\'13.123456\'), pgbytea(\'pgbytea 13\'), pgtext(\'pgtext 13\'), pgvarchar(\'pgvarchar 13\'), pguuid(\'30135678-e89b-12d3-a456-556642440000\'), pgdate(\'2013-01-01\'), pgtimestamp(\'2013-10-02 11:00:00\'), pginterval(\'13:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'13\'), pgint4(\'13\'), pgint8(\'13\'), pgnumeric(\'13.123456\'), pgbytea(\'pgbytea 13\'), pgtext(\'pgtext 13\'), pgvarchar(\'pgvarchar 13\'), pguuid(\'30135678-e89b-12d3-a456-556642440000\'), pgdate(\'2013-01-01\'), pgtimestamp(\'2013-10-02 11:00:00\'), pginterval(\'13:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 985ad30f-7c24-4508-9694-caed93ac78a9, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 94591a9d-58e3-45b9-a6cc-612f062d7af9, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 94591a9d-58e3-45b9-a6cc-612f062d7af9, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'14\'), pgint4(\'14\'), pgint8(\'14\'), pgnumeric(\'14.123456\'), pgbytea(\'pgbytea 14\'), pgtext(\'pgtext 14\'), pgvarchar(\'pgvarchar 14\'), pguuid(\'30145678-e89b-12d3-a456-556642440000\'), pgdate(\'2014-01-01\'), pgtimestamp(\'2014-10-02 11:00:00\'), pginterval(\'14:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'14\'), pgint4(\'14\'), pgint8(\'14\'), pgnumeric(\'14.123456\'), pgbytea(\'pgbytea 14\'), pgtext(\'pgtext 14\'), pgvarchar(\'pgvarchar 14\'), pguuid(\'30145678-e89b-12d3-a456-556642440000\'), pgdate(\'2014-01-01\'), pgtimestamp(\'2014-10-02 11:00:00\'), pginterval(\'14:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 94591a9d-58e3-45b9-a6cc-612f062d7af9, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 439b4606-4b9c-4799-8c50-0658238f74ed, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 439b4606-4b9c-4799-8c50-0658238f74ed, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'15\'), pgint4(\'15\'), pgint8(\'15\'), pgnumeric(\'15.123456\'), pgbytea(\'pgbytea 15\'), pgtext(\'pgtext 15\'), pgvarchar(\'pgvarchar 15\'), pguuid(\'30155678-e89b-12d3-a456-556642440000\'), pgdate(\'2015-01-01\'), pgtimestamp(\'2015-10-02 11:00:00\'), pginterval(\'15:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'15\'), pgint4(\'15\'), pgint8(\'15\'), pgnumeric(\'15.123456\'), pgbytea(\'pgbytea 15\'), pgtext(\'pgtext 15\'), pgvarchar(\'pgvarchar 15\'), pguuid(\'30155678-e89b-12d3-a456-556642440000\'), pgdate(\'2015-01-01\'), pgtimestamp(\'2015-10-02 11:00:00\'), pginterval(\'15:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 439b4606-4b9c-4799-8c50-0658238f74ed, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4c231b5d-73ce-4091-ac60-7133ec0f1ebc, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4c231b5d-73ce-4091-ac60-7133ec0f1ebc, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'16\'), pgint4(\'16\'), pgint8(\'16\'), pgnumeric(\'16.123456\'), pgbytea(\'pgbytea 16\'), pgtext(\'pgtext 16\'), pgvarchar(\'pgvarchar 16\'), pguuid(\'30165678-e89b-12d3-a456-556642440000\'), pgdate(\'2016-01-01\'), pgtimestamp(\'2016-10-02 11:00:00\'), pginterval(\'16:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'16\'), pgint4(\'16\'), pgint8(\'16\'), pgnumeric(\'16.123456\'), pgbytea(\'pgbytea 16\'), pgtext(\'pgtext 16\'), pgvarchar(\'pgvarchar 16\'), pguuid(\'30165678-e89b-12d3-a456-556642440000\'), pgdate(\'2016-01-01\'), pgtimestamp(\'2016-10-02 11:00:00\'), pginterval(\'16:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4c231b5d-73ce-4091-ac60-7133ec0f1ebc, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4d8f468-78d0-435e-8b7c-3b8153a9c523, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4d8f468-78d0-435e-8b7c-3b8153a9c523, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'17\'), pgint4(\'17\'), pgint8(\'17\'), pgnumeric(\'17.123456\'), pgbytea(\'pgbytea 17\'), pgtext(\'pgtext 17\'), pgvarchar(\'pgvarchar 17\'), pguuid(\'30175678-e89b-12d3-a456-556642440000\'), pgdate(\'2017-01-01\'), pgtimestamp(\'2017-10-02 11:00:00\'), pginterval(\'17:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'17\'), pgint4(\'17\'), pgint8(\'17\'), pgnumeric(\'17.123456\'), pgbytea(\'pgbytea 17\'), pgtext(\'pgtext 17\'), pgvarchar(\'pgvarchar 17\'), pguuid(\'30175678-e89b-12d3-a456-556642440000\'), pgdate(\'2017-01-01\'), pgtimestamp(\'2017-10-02 11:00:00\'), pginterval(\'17:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d4d8f468-78d0-435e-8b7c-3b8153a9c523, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d407a0a8-3a7d-46b3-bde4-690e67b69982, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d407a0a8-3a7d-46b3-bde4-690e67b69982, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'18\'), pgint4(\'18\'), pgint8(\'18\'), pgnumeric(\'18.123456\'), pgbytea(\'pgbytea 18\'), pgtext(\'pgtext 18\'), pgvarchar(\'pgvarchar 18\'), pguuid(\'30185678-e89b-12d3-a456-556642440000\'), pgdate(\'2018-01-01\'), pgtimestamp(\'2018-10-02 11:00:00\'), pginterval(\'18:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'18\'), pgint4(\'18\'), pgint8(\'18\'), pgnumeric(\'18.123456\'), pgbytea(\'pgbytea 18\'), pgtext(\'pgtext 18\'), pgvarchar(\'pgvarchar 18\'), pguuid(\'30185678-e89b-12d3-a456-556642440000\'), pgdate(\'2018-01-01\'), pgtimestamp(\'2018-10-02 11:00:00\'), pginterval(\'18:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d407a0a8-3a7d-46b3-bde4-690e67b69982, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 72e10769-b6aa-4c9e-ba83-18e48904e47c, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 72e10769-b6aa-4c9e-ba83-18e48904e47c, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'19\'), pgint4(\'19\'), pgint8(\'19\'), pgnumeric(\'19.123456\'), pgbytea(\'pgbytea 19\'), pgtext(\'pgtext 19\'), pgvarchar(\'pgvarchar 19\'), pguuid(\'30195678-e89b-12d3-a456-556642440000\'), pgdate(\'2019-01-01\'), pgtimestamp(\'2019-10-02 11:00:00\'), pginterval(\'19:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'19\'), pgint4(\'19\'), pgint8(\'19\'), pgnumeric(\'19.123456\'), pgbytea(\'pgbytea 19\'), pgtext(\'pgtext 19\'), pgvarchar(\'pgvarchar 19\'), pguuid(\'30195678-e89b-12d3-a456-556642440000\'), pgdate(\'2019-01-01\'), pgtimestamp(\'2019-10-02 11:00:00\'), pginterval(\'19:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 72e10769-b6aa-4c9e-ba83-18e48904e47c, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7a8a1e01-043c-4a6e-804a-9a610a99f135, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7a8a1e01-043c-4a6e-804a-9a610a99f135, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'20\'), pgint4(\'20\'), pgint8(\'20\'), pgnumeric(\'20.123456\'), pgbytea(\'pgbytea 20\'), pgtext(\'pgtext 20\'), pgvarchar(\'pgvarchar 20\'), pguuid(\'30205678-e89b-12d3-a456-556642440000\'), pgdate(\'2020-01-01\'), pgtimestamp(\'2020-10-02 11:00:00\'), pginterval(\'20:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'20\'), pgint4(\'20\'), pgint8(\'20\'), pgnumeric(\'20.123456\'), pgbytea(\'pgbytea 20\'), pgtext(\'pgtext 20\'), pgvarchar(\'pgvarchar 20\'), pguuid(\'30205678-e89b-12d3-a456-556642440000\'), pgdate(\'2020-01-01\'), pgtimestamp(\'2020-10-02 11:00:00\'), pginterval(\'20:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7a8a1e01-043c-4a6e-804a-9a610a99f135, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6c618ff-533f-43cf-ba92-7e7e96725632, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6c618ff-533f-43cf-ba92-7e7e96725632, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'21\'), pgint4(\'21\'), pgint8(\'21\'), pgnumeric(\'21.123456\'), pgbytea(\'pgbytea 21\'), pgtext(\'pgtext 21\'), pgvarchar(\'pgvarchar 21\'), pguuid(\'30215678-e89b-12d3-a456-556642440000\'), pgdate(\'2021-01-01\'), pgtimestamp(\'2021-10-02 11:00:00\'), pginterval(\'21:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'21\'), pgint4(\'21\'), pgint8(\'21\'), pgnumeric(\'21.123456\'), pgbytea(\'pgbytea 21\'), pgtext(\'pgtext 21\'), pgvarchar(\'pgvarchar 21\'), pguuid(\'30215678-e89b-12d3-a456-556642440000\'), pgdate(\'2021-01-01\'), pgtimestamp(\'2021-10-02 11:00:00\'), pginterval(\'21:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c6c618ff-533f-43cf-ba92-7e7e96725632, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ac324dc6-f3ae-4316-8ed2-869c53382ab5, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ac324dc6-f3ae-4316-8ed2-869c53382ab5, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'22\'), pgint4(\'22\'), pgint8(\'22\'), pgnumeric(\'22.123456\'), pgbytea(\'pgbytea 22\'), pgtext(\'pgtext 22\'), pgvarchar(\'pgvarchar 22\'), pguuid(\'30225678-e89b-12d3-a456-556642440000\'), pgdate(\'2022-01-01\'), pgtimestamp(\'2022-10-02 11:00:00\'), pginterval(\'22:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'22\'), pgint4(\'22\'), pgint8(\'22\'), pgnumeric(\'22.123456\'), pgbytea(\'pgbytea 22\'), pgtext(\'pgtext 22\'), pgvarchar(\'pgvarchar 22\'), pguuid(\'30225678-e89b-12d3-a456-556642440000\'), pgdate(\'2022-01-01\'), pgtimestamp(\'2022-10-02 11:00:00\'), pginterval(\'22:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ac324dc6-f3ae-4316-8ed2-869c53382ab5, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b1bc709a-8620-4dc0-81b8-185055f67bca, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b1bc709a-8620-4dc0-81b8-185055f67bca, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'23\'), pgint4(\'23\'), pgint8(\'23\'), pgnumeric(\'23.123456\'), pgbytea(\'pgbytea 23\'), pgtext(\'pgtext 23\'), pgvarchar(\'pgvarchar 23\'), pguuid(\'30235678-e89b-12d3-a456-556642440000\'), pgdate(\'2023-01-01\'), pgtimestamp(\'2023-10-02 11:00:00\'), pginterval(\'23:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'23\'), pgint4(\'23\'), pgint8(\'23\'), pgnumeric(\'23.123456\'), pgbytea(\'pgbytea 23\'), pgtext(\'pgtext 23\'), pgvarchar(\'pgvarchar 23\'), pguuid(\'30235678-e89b-12d3-a456-556642440000\'), pgdate(\'2023-01-01\'), pgtimestamp(\'2023-10-02 11:00:00\'), pginterval(\'23:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b1bc709a-8620-4dc0-81b8-185055f67bca, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 36d9e91f-430e-451a-9d4e-724e09ac0a1c, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 36d9e91f-430e-451a-9d4e-724e09ac0a1c, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_index_0__ASYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                , \n                col_index_pgbool, col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval\n                \n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'24\'), pgint4(\'24\'), pgint8(\'24\'), pgnumeric(\'24.123456\'), pgbytea(\'pgbytea 24\'), pgtext(\'pgtext 24\'), pgvarchar(\'pgvarchar 24\'), pguuid(\'30245678-e89b-12d3-a456-556642440000\'), pgdate(\'2024-01-01\'), pgtimestamp(\'2024-10-02 11:00:00\'), pginterval(\'24:21:01\')\n                , \n                pgbool(\'t\'), pgint2(\'24\'), pgint4(\'24\'), pgint8(\'24\'), pgnumeric(\'24.123456\'), pgbytea(\'pgbytea 24\'), pgtext(\'pgtext 24\'), pgvarchar(\'pgvarchar 24\'), pguuid(\'30245678-e89b-12d3-a456-556642440000\'), pgdate(\'2024-01-01\'), pgtimestamp(\'2024-10-02 11:00:00\'), pginterval(\'24:21:01\')\n                \n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 36d9e91f-430e-451a-9d4e-724e09ac0a1c, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f4fef564-518e-4168-aeec-0145c33e6566, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f4fef564-518e-4168-aeec-0145c33e6566, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select * from table_index_0__ASYNC" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f4fef564-518e-4168-aeec-0145c33e6566, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 94f90c09-fd62-4b71-8326-b16b06789d02, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 94f90c09-fd62-4b71-8326-b16b06789d02, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as count from table_index_0__ASYNC" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 94f90c09-fd62-4b71-8326-b16b06789d02, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 37212326-b3a8-4218-b788-e9b2fdde81a9, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 37212326-b3a8-4218-b788-e9b2fdde81a9, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" exec_mode: EXEC_MODE_EXECUTE tx_control { begin_tx { stale_read_only { } } } query_content { syntax: SYNTAX_YQL_V1 text: "\n                            select count(*) as count\n                            from table_index_0__ASYNC VIEW idx_col_index_pgbool\n                            where col_index_pgbool > pgbool(\'f\');\n                            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 37212326-b3a8-4218-b788-e9b2fdde81a9, ghrun-rgufknhb4e.auto.internal:12542): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 32f394b5-82ed-4676-872d-53b6029a7eaa, ghrun-rgufknhb4e.auto.internal:12542): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 32f394b5-82ed-4676-872d-53b6029a7eaa, ghrun-rgufknhb4e.auto.internal:12542): request = { session_id: "ydb://session/3?node_id=1&id=ZTNiYjI2NGUtNmY1ZTA1NDctYTNkYjA5ZTItZWFmZmZmYjY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 32f394b5-82ed-4676-872d-53b6029a7eaa, ghrun-rgufknhb4e.auto.internal:12542): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:681 Close topic client
DEBUG    ydb.topic:topic.py:684 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12542
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-rgufknhb4e.auto.internal:12542
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 37ca4ebe-d0ae-4cea-90f5-06bd08cd81be, ghrun-rgufknhb4e.auto.internal:12542): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:12542/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28774
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20173
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28882
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12542
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14125
============================== slowest durations ===============================
20.33s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
7.01s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
3.84s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
0.83s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC] - AssertionError: there were not enough columns by type pgbool
assert (1 == 1 and 0 == 21)
 +  where 1 = len([{'count': 0}])
 +  and   0 = {'count': 0}.count
========================= 1 failed, 1 passed in 32.68s =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044e6/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py ..

============================== slowest durations ===============================
45.22s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
29.17s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
4.56s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
3.02s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
0.01s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
0.01s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
========================= 2 passed in 82.47s (0:01: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/tkck/0044d9/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
22.37s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
7.09s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
7.02s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
============================== 1 passed in 36.89s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044f6/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
39.83s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
7.02s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
4.62s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
============================== 1 passed in 51.98s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004505/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
10.96s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
3.69s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
============================== 1 passed in 22.04s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044dc/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
46.41s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
12.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
6.97s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
========================= 1 passed in 65.77s (0:01: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/tkck/004509/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
9.13s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
3.14s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
============================== 1 passed in 15.62s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004502/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
13.99s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
3.72s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
============================== 1 passed in 21.08s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044ef/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
47.21s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
7.03s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
6.37s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
========================= 1 passed in 60.99s (0:01:00) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044df/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
15.04s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
6.67s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
============================== 1 passed in 29.14s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044f0/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
28.61s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
6.03s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
============================== 1 passed in 38.03s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044ee/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
26.24s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
6.45s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
============================== 1 passed in 40.05s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044f1/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
25.51s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
6.39s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
============================== 1 passed in 39.31s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044db/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
25.91s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
6.94s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
============================== 1 passed in 40.25s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0047ce/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
22.45s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
12.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
4.73s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
============================== 1 passed in 39.75s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044e4/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
25.83s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
17.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
7.35s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
============================== 1 passed in 50.56s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044e7/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
27.27s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
6.84s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
============================== 1 passed in 41.50s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/00451f/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
45.06s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
8.02s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
7.05s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
========================= 1 passed in 60.67s (0:01:00) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044ea/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
24.94s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
6.59s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
============================== 1 passed in 38.95s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/00433c/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
25.99s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
12.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
5.17s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
============================== 1 passed in 43.77s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004501/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
56.50s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
7.06s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
3.37s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
========================= 1 passed in 67.28s (0:01:07) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/00450f/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
19.71s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
3.18s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
============================== 1 passed in 30.27s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004513/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
55.01s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
7.03s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
3.98s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
========================= 1 passed in 66.53s (0:01:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004508/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
42.76s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
7.03s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
3.77s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
============================== 1 passed in 53.90s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004793/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
31.61s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
3.53s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
============================== 1 passed in 42.57s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044ff/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
39.80s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
12.03s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
3.49s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
============================== 1 passed in 55.66s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/004519/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
41.86s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
7.43s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
============================== 1 passed in 56.91s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/tkck/0044ec/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
45.49s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
6.30s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
============================== 1 passed in 59.15s ==============================
