============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d91/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=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aaea2e2d-b765-410d-a532-8b1be1ccca89, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aaea2e2d-b765-410d-a532-8b1be1ccca89, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, aaea2e2d-b765-410d-a532-8b1be1ccca89, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 86ff42fd-4666-4fe8-9374-9f935e8c91b6, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 86ff42fd-4666-4fe8-9374-9f935e8c91b6, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 86ff42fd-4666-4fe8-9374-9f935e8c91b6, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f8dd4e2-8e78-438f-a5e7-5a1b238ec7e9, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f8dd4e2-8e78-438f-a5e7-5a1b238ec7e9, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 6f8dd4e2-8e78-438f-a5e7-5a1b238ec7e9, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 112f415a-06ef-443e-9de2-0f93ff68214c, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 112f415a-06ef-443e-9de2-0f93ff68214c, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 112f415a-06ef-443e-9de2-0f93ff68214c, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5585b99f-52a4-4c00-a046-322afa05224c, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5585b99f-52a4-4c00-a046-322afa05224c, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 5585b99f-52a4-4c00-a046-322afa05224c, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a9118f9-9b5f-42dc-bd31-c53facf369df, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a9118f9-9b5f-42dc-bd31-c53facf369df, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 8a9118f9-9b5f-42dc-bd31-c53facf369df, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9aadf760-0413-4825-911f-f50dda797017, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9aadf760-0413-4825-911f-f50dda797017, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 9aadf760-0413-4825-911f-f50dda797017, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a6a2a57-eea7-4e14-b6ad-77a240126c7f, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a6a2a57-eea7-4e14-b6ad-77a240126c7f, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 5a6a2a57-eea7-4e14-b6ad-77a240126c7f, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c99004fd-5a4d-492e-848f-77cf02b0a266, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c99004fd-5a4d-492e-848f-77cf02b0a266, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, c99004fd-5a4d-492e-848f-77cf02b0a266, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 534d1598-951a-456f-b457-392946bb6e36, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 534d1598-951a-456f-b457-392946bb6e36, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 534d1598-951a-456f-b457-392946bb6e36, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f6119415-bd8d-422c-b327-41676b8f1f3f, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f6119415-bd8d-422c-b327-41676b8f1f3f, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, f6119415-bd8d-422c-b327-41676b8f1f3f, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 608103ee-6653-4e9d-888d-ef7c46bf0f02, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 608103ee-6653-4e9d-888d-ef7c46bf0f02, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 608103ee-6653-4e9d-888d-ef7c46bf0f02, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 509e51e8-8bc8-4790-b559-8ca4cefcd480, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 509e51e8-8bc8-4790-b559-8ca4cefcd480, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 509e51e8-8bc8-4790-b559-8ca4cefcd480, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 70103354-2efe-4360-ae9e-b66e541a9d70, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 70103354-2efe-4360-ae9e-b66e541a9d70, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 70103354-2efe-4360-ae9e-b66e541a9d70, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4cff6174-4ee6-4cdb-9c81-6f4602f85352, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4cff6174-4ee6-4cdb-9c81-6f4602f85352, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 4cff6174-4ee6-4cdb-9c81-6f4602f85352, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 19897ffd-de57-4e78-9fce-e39af6ed5364, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 19897ffd-de57-4e78-9fce-e39af6ed5364, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 19897ffd-de57-4e78-9fce-e39af6ed5364, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 66a0bc35-31d2-41d5-9157-0afed097cb2a, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66a0bc35-31d2-41d5-9157-0afed097cb2a, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 66a0bc35-31d2-41d5-9157-0afed097cb2a, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fecc5680-f7b0-4a8b-a679-d0f92b3f884f, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fecc5680-f7b0-4a8b-a679-d0f92b3f884f, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, fecc5680-f7b0-4a8b-a679-d0f92b3f884f, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 22be31f7-9119-424e-b959-0ff05fe0f8c9, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 22be31f7-9119-424e-b959-0ff05fe0f8c9, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 22be31f7-9119-424e-b959-0ff05fe0f8c9, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a5624917-7caa-4869-9669-58f7a6cb064b, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a5624917-7caa-4869-9669-58f7a6cb064b, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, a5624917-7caa-4869-9669-58f7a6cb064b, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 52df425c-8263-4932-ba9e-b10cf3b1547d, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 52df425c-8263-4932-ba9e-b10cf3b1547d, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 52df425c-8263-4932-ba9e-b10cf3b1547d, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e2ffbc63-77c8-4aa7-b762-1055e0e0669d, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e2ffbc63-77c8-4aa7-b762-1055e0e0669d, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, e2ffbc63-77c8-4aa7-b762-1055e0e0669d, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9b63d05a-5548-493e-b691-64037e812806, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9b63d05a-5548-493e-b691-64037e812806, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 9b63d05a-5548-493e-b691-64037e812806, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74df2a54-c6b1-451d-a867-e4d7bfdf384f, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74df2a54-c6b1-451d-a867-e4d7bfdf384f, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 74df2a54-c6b1-451d-a867-e4d7bfdf384f, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 49994ac4-7f3b-48b6-8cf5-7b9c38aa75e6, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 49994ac4-7f3b-48b6-8cf5-7b9c38aa75e6, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 49994ac4-7f3b-48b6-8cf5-7b9c38aa75e6, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7ad1945a-ff9a-4230-bd16-fd31672fc674, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7ad1945a-ff9a-4230-bd16-fd31672fc674, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 7ad1945a-ff9a-4230-bd16-fd31672fc674, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bc87901d-62ab-4e82-9b68-9420a64148ff, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc87901d-62ab-4e82-9b68-9420a64148ff, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, bc87901d-62ab-4e82-9b68-9420a64148ff, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 05da40df-667f-4833-8a1c-411f3b29447d, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 05da40df-667f-4833-8a1c-411f3b29447d, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" 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, 05da40df-667f-4833-8a1c-411f3b29447d, ghrun-wz7sudikra.auto.internal:9183): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 5abab54a-b4ab-4e4a-8342-2357e2e6a782, ghrun-wz7sudikra.auto.internal:9183): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 5abab54a-b4ab-4e4a-8342-2357e2e6a782, ghrun-wz7sudikra.auto.internal:9183): request = { session_id: "ydb://session/3?node_id=1&id=YmMyYTk2NDctZTMxMzk0NTktMjE3Nzk2ZWEtZDkyNjU2YmM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 5abab54a-b4ab-4e4a-8342-2357e2e6a782, ghrun-wz7sudikra.auto.internal:9183): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f6366eac-5a4a-4598-b546-90dde5722868, ghrun-wz7sudikra.auto.internal:9183): 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:9183
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wz7sudikra.auto.internal:9183
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:9183/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12959
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63219
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24110
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9183
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6129
============================== slowest durations ===============================
24.02s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
7.01s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
3.26s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
1.06s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
0.01s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]

(1 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 36.09s =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d83/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 ===============================
54.90s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
30.11s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
12.29s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
5.08s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
0.02s setup    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]
======================== 2 passed in 102.91s (0:01:42) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dca/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.10s call     test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
14.29s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
3.02s teardown test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types2-all_types2-index2---ASYNC]
============================== 1 passed in 36.77s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d90/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 ===============================
34.70s 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]
3.39s setup    test_secondary_index.py::TestPgSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types1-all_types1-index1---SYNC]
============================== 1 passed in 45.47s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dbe/ydb/tests/datashard/secondary_index/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 30 items

test_secondary_index.py .

============================== slowest durations ===============================
10.65s 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]
4.17s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
============================== 1 passed in 22.14s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d6c/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 ===============================
62.58s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
3.82s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
========================= 1 passed in 73.89s (0:01:13) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dd7/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 ===============================
12.96s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
10.77s 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]
============================== 1 passed in 31.09s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dc0/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.67s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
11.56s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
============================== 1 passed in 28.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/o1fj/003dbf/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 ===============================
41.19s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
12.84s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
12.03s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
========================= 1 passed in 66.38s (0:01:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d9c/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 ===============================
11.64s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
7.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
3.25s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
============================== 1 passed in 22.26s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dc8/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 ===============================
23.91s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
11.51s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
3.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
============================== 1 passed in 38.73s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d96/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 ===============================
22.53s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
3.31s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
============================== 1 passed in 33.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/o1fj/003dc5/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 ===============================
21.45s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
14.76s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
============================== 1 passed in 43.56s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dda/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.41s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
14.55s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
12.01s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
============================== 1 passed in 48.34s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d7b/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 ===============================
29.38s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
4.47s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
3.10s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
============================== 1 passed in 37.53s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dba/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.98s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
12.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
3.36s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
============================== 1 passed in 37.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/o1fj/003db7/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 ===============================
23.55s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
3.27s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0_UNIQUE_SYNC-pk_types4-all_types4-index4--UNIQUE-SYNC]
3.02s 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 30.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/o1fj/003d72/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 ===============================
68.60s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
4.33s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
3.09s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__ASYNC-pk_types11-all_types11-index11---ASYNC]
========================= 1 passed in 76.58s (0:01:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003db4/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 ===============================
20.48s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
3.32s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_0__SYNC-pk_types9-all_types9-index9---SYNC]
============================== 1 passed in 31.26s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003df7/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 ===============================
23.22s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
11.52s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1_UNIQUE_SYNC-pk_types3-all_types3-index3--UNIQUE-SYNC]
3.01s 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 38.09s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003ddb/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.98s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
12.20s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
7.06s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__ASYNC-pk_types10-all_types10-index10---ASYNC]
========================= 1 passed in 69.59s (0:01:09) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d70/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 ===============================
30.83s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
7.24s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
3.77s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_1__SYNC-pk_types8-all_types8-index8---SYNC]
============================== 1 passed in 42.33s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dbd/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.56s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
7.03s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2_UNIQUE_SYNC-pk_types2-all_types2-index2--UNIQUE-SYNC]
3.42s 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 56.46s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dd9/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.24s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
12.45s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
7.02s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_2__SYNC-pk_types7-all_types7-index7---SYNC]
========================= 1 passed in 60.02s (0:01:00) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003dcc/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 ===============================
37.25s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
12.92s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3_UNIQUE_SYNC-pk_types1-all_types1-index1--UNIQUE-SYNC]
7.03s 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 57.56s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003ddd/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 ===============================
35.57s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
12.04s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
11.06s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_3__SYNC-pk_types6-all_types6-index6---SYNC]
============================== 1 passed in 58.97s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003d8b/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 ===============================
52.48s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
7.15s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4_UNIQUE_SYNC-pk_types0-all_types0-index0--UNIQUE-SYNC]
5.43s 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 65.67s (0:01:05) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o1fj/003da1/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.78s call     test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
12.04s teardown test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
3.40s setup    test_secondary_index.py::TestSecondaryIndex::test_secondary_index_cover[table_index_4__SYNC-pk_types5-all_types5-index5---SYNC]
============================== 1 passed in 56.63s ==============================
