============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004ed7/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=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a045df44-448d-4c5f-858b-f827f82b3a13, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a045df44-448d-4c5f-858b-f827f82b3a13, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, a045df44-448d-4c5f-858b-f827f82b3a13, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 86b3e4ae-ee33-447f-b54a-793af511b522, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 86b3e4ae-ee33-447f-b54a-793af511b522, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 86b3e4ae-ee33-447f-b54a-793af511b522, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a65fb8de-75a1-44c0-8420-598c0e37a830, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a65fb8de-75a1-44c0-8420-598c0e37a830, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, a65fb8de-75a1-44c0-8420-598c0e37a830, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a83c709d-0bbe-4501-b331-1184005e0f83, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a83c709d-0bbe-4501-b331-1184005e0f83, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, a83c709d-0bbe-4501-b331-1184005e0f83, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ce7bb7bd-01b6-4570-97ec-34f2f03e7447, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ce7bb7bd-01b6-4570-97ec-34f2f03e7447, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, ce7bb7bd-01b6-4570-97ec-34f2f03e7447, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 996cc03a-b5bf-4f35-b9ab-09d264cd94be, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 996cc03a-b5bf-4f35-b9ab-09d264cd94be, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 996cc03a-b5bf-4f35-b9ab-09d264cd94be, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7fa323d5-ca36-48e5-b3ee-ac913b220088, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fa323d5-ca36-48e5-b3ee-ac913b220088, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 7fa323d5-ca36-48e5-b3ee-ac913b220088, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6892425f-b604-4474-89db-76f6cc811138, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6892425f-b604-4474-89db-76f6cc811138, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 6892425f-b604-4474-89db-76f6cc811138, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 46eaf879-dc2a-4011-a9c3-d6b4174de746, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 46eaf879-dc2a-4011-a9c3-d6b4174de746, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 46eaf879-dc2a-4011-a9c3-d6b4174de746, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bbd3516c-dbb1-4146-80aa-8b158236b06f, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bbd3516c-dbb1-4146-80aa-8b158236b06f, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, bbd3516c-dbb1-4146-80aa-8b158236b06f, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ec85a188-6d17-4f4c-9e7f-52036643e711, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ec85a188-6d17-4f4c-9e7f-52036643e711, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, ec85a188-6d17-4f4c-9e7f-52036643e711, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6d9ca15-8f72-4e6b-97c2-48b36f009438, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6d9ca15-8f72-4e6b-97c2-48b36f009438, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, e6d9ca15-8f72-4e6b-97c2-48b36f009438, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a64f1d13-4261-42f3-9cd9-f3902f2f14f1, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a64f1d13-4261-42f3-9cd9-f3902f2f14f1, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, a64f1d13-4261-42f3-9cd9-f3902f2f14f1, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 59db47d1-32f4-4aaf-94ee-ba30730a199f, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59db47d1-32f4-4aaf-94ee-ba30730a199f, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 59db47d1-32f4-4aaf-94ee-ba30730a199f, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 86bdb545-b8bb-4e1b-9d5b-fb0ecca9f09b, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 86bdb545-b8bb-4e1b-9d5b-fb0ecca9f09b, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 86bdb545-b8bb-4e1b-9d5b-fb0ecca9f09b, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 63a40660-4e92-42c3-95f5-105e9191420b, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 63a40660-4e92-42c3-95f5-105e9191420b, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 63a40660-4e92-42c3-95f5-105e9191420b, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ab50b2e2-7fde-4374-b86e-65ee284e9025, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ab50b2e2-7fde-4374-b86e-65ee284e9025, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, ab50b2e2-7fde-4374-b86e-65ee284e9025, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b593d02-1d91-44de-a1ad-d1ab78381639, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b593d02-1d91-44de-a1ad-d1ab78381639, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 4b593d02-1d91-44de-a1ad-d1ab78381639, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1846c657-e5ca-40da-a8f6-28abc2672982, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1846c657-e5ca-40da-a8f6-28abc2672982, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 1846c657-e5ca-40da-a8f6-28abc2672982, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7f58d833-7007-469a-bffd-d3b8751fe454, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7f58d833-7007-469a-bffd-d3b8751fe454, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 7f58d833-7007-469a-bffd-d3b8751fe454, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c2a13a55-93e8-431a-9b5b-b8b94206138a, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c2a13a55-93e8-431a-9b5b-b8b94206138a, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, c2a13a55-93e8-431a-9b5b-b8b94206138a, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ff73f5a1-26ca-42f6-82fc-e3b61be645dd, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ff73f5a1-26ca-42f6-82fc-e3b61be645dd, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, ff73f5a1-26ca-42f6-82fc-e3b61be645dd, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4e9f92cd-c885-4714-b5f9-ab4e6e8f0d83, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e9f92cd-c885-4714-b5f9-ab4e6e8f0d83, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 4e9f92cd-c885-4714-b5f9-ab4e6e8f0d83, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31334d05-fb70-487d-95aa-b96dd32ca70a, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31334d05-fb70-487d-95aa-b96dd32ca70a, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 31334d05-fb70-487d-95aa-b96dd32ca70a, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4df18418-19cb-4571-8c08-50589086177a, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4df18418-19cb-4571-8c08-50589086177a, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 4df18418-19cb-4571-8c08-50589086177a, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 21d8c3b1-63e0-492b-815a-4c13d4fd47f0, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 21d8c3b1-63e0-492b-815a-4c13d4fd47f0, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 21d8c3b1-63e0-492b-815a-4c13d4fd47f0, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 081ca537-99a4-4b64-8474-03fa284dbfd9, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 081ca537-99a4-4b64-8474-03fa284dbfd9, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, 081ca537-99a4-4b64-8474-03fa284dbfd9, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c022268c-0512-47ce-820e-b3a79c6faba4, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c022268c-0512-47ce-820e-b3a79c6faba4, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" 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, c022268c-0512-47ce-820e-b3a79c6faba4, ghrun-o2pqcww4oe.auto.internal:7476): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, bc725952-8b15-44a1-a300-1bf68753675b, ghrun-o2pqcww4oe.auto.internal:7476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, bc725952-8b15-44a1-a300-1bf68753675b, ghrun-o2pqcww4oe.auto.internal:7476): request = { session_id: "ydb://session/3?node_id=1&id=ZjkwMmI3YzgtOWM1ODcwYzctM2U4N2RjYmEtMmMwZmQ1OWU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, bc725952-8b15-44a1-a300-1bf68753675b, ghrun-o2pqcww4oe.auto.internal:7476): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0a65805d-28c0-4ec8-bf96-45aff3eac8d3, ghrun-o2pqcww4oe.auto.internal:7476): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:7476
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-o2pqcww4oe.auto.internal:7476
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:7476/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22318
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11783
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4932
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7476
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3688
============================== slowest durations ===============================
22.54s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
6.15s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
3.01s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
1.08s 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 33.48s =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f93/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 ===============================
35.11s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
20.80s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
12.60s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[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_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]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 2 passed in 76.00s (0:01:15) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004ec7/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 ===============================
19.30s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
4.72s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
3.03s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
============================== 1 passed in 27.40s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004eeb/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 ===============================
29.76s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
7.03s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
6.66s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
============================== 1 passed in 43.88s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004ef0/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 ===============================
11.13s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
6.63s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
============================== 1 passed in 25.19s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f6d/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 ===============================
40.55s 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]
8.38s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
========================= 1 passed in 61.29s (0:01:01) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f61/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 ===============================
11.56s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
6.56s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
============================== 1 passed in 25.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/2fdl/004eba/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.66s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
4.11s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
============================== 1 passed in 25.12s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004ed1/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 ===============================
39.19s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
5.77s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
============================== 1 passed in 48.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/2fdl/004f75/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 ===============================
13.70s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
5.03s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
============================== 1 passed in 22.13s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004ea8/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 ===============================
22.89s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
6.45s 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 32.76s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f7d/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 ===============================
23.18s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
4.37s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
3.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
============================== 1 passed in 30.87s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f5c/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 ===============================
22.01s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
5.69s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
============================== 1 passed in 35.17s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f85/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 ===============================
21.77s 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]
3.68s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
============================== 1 passed in 32.87s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f81/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 ===============================
25.23s 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]
3.26s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
============================== 1 passed in 40.81s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004e89/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 ===============================
21.83s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
7.37s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
============================== 1 passed in 36.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/2fdl/004eab/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 ===============================
22.95s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
6.52s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
============================== 1 passed in 32.87s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f65/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 ===============================
46.08s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
7.03s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
4.46s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
============================== 1 passed in 57.93s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f79/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 ===============================
22.65s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
4.78s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
3.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
============================== 1 passed in 30.79s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f5f/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 ===============================
24.35s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
7.95s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
3.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
============================== 1 passed in 35.69s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f83/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 ===============================
49.12s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
3.94s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
3.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
============================== 1 passed in 56.41s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f74/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 ===============================
22.35s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
12.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
8.44s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
============================== 1 passed in 43.21s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f63/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 ===============================
45.28s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
6.05s 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 58.76s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f78/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 ===============================
40.20s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
12.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
5.64s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
============================== 1 passed in 58.30s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f98/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 ===============================
35.37s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
11.97s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
============================== 1 passed in 54.80s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f6f/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 ===============================
36.40s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
12.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
8.22s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
============================== 1 passed in 56.99s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004eb7/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 ===============================
40.83s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
4.26s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
============================== 1 passed in 52.59s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2fdl/004f73/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 ===============================
40.11s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
12.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
8.44s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
========================= 1 passed in 60.97s (0:01:00) =========================
