============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

test_row_dispatcher.py F

=================================== FAILURES ===================================
_____________________ TestPqRowDispatcher.test_3_sessions ______________________
ydb/tests/fq/yds/test_row_dispatcher.py:898: in test_3_sessions
    stop_yds_query(client, query_id3)
ydb/tests/fq/yds/test_row_dispatcher.py:51: in stop_yds_query
    client.abort_query(query_id)
ydb/tests/tools/fq_runner/fq_client.py:269: in abort_query
    self.control_query(query_id, action=fq.QueryAction.ABORT, check_issues=check_issues)
library/python/retry/__init__.py:214: in wrapped
    return _retry(obj.retry_conf, functools.partial(f, obj, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/fq_client.py:257: in control_query
    response = self.service.ControlQuery(
contrib/python/grpcio/py3/grpc/_channel.py:1181: in __call__
    return _end_unary_response_blocking(state, call, False, None)
contrib/python/grpcio/py3/grpc/_channel.py:1006: in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
E   grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E   	status = StatusCode.DEADLINE_EXCEEDED
E   	details = "Deadline Exceeded"
E   	debug_error_string = "UNKNOWN:Deadline Exceeded {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc", file_line:90, created_time:"2025-10-24T17:49:18.953520939+00:00", grpc_status:4}"
E   >
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_3_sessions
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13144
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5841
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5108
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29979
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21835
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17464
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62502
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 2a593a07-8707-4c5d-9a4a-e93293551b25, localhost:22798): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2a593a07-8707-4c5d-9a4a-e93293551b25, localhost:22798): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2a593a07-8707-4c5d-9a4a-e93293551b25, localhost:22798): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-fxjgiv2a5i.auto.internal" port: 22798 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-fxjgiv2a5i.auto.internal:22798, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22798
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f99110a9ff0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f9911330ec0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f9911330ec0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a19c8a9c-7b06-4ae0-b205-fe5b45fa9f2d, ghrun-fxjgiv2a5i.auto.internal:22798): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a19c8a9c-7b06-4ae0-b205-fe5b45fa9f2d, ghrun-fxjgiv2a5i.auto.internal:22798): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, a19c8a9c-7b06-4ae0-b205-fe5b45fa9f2d, ghrun-fxjgiv2a5i.auto.internal:22798): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a19c8a9c-7b06-4ae0-b205-fe5b45fa9f2d, ghrun-fxjgiv2a5i.auto.internal:22798): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2ExZjczZTktNjExMWFjMWMtNzA3NzAyYi0zNDE0N2M1NA==" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, a19c8a9c-7b06-4ae0-b205-fe5b45fa9f2d, ghrun-fxjgiv2a5i.auto.internal:22798): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f9911330ec0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f9911330ec0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, d6041bc8-6fd4-40d2-bbdb-07b21e52b346, ghrun-fxjgiv2a5i.auto.internal:22798): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, d6041bc8-6fd4-40d2-bbdb-07b21e52b346, ghrun-fxjgiv2a5i.auto.internal:22798): request = { session_id: "ydb://session/3?node_id=1&id=N2ExZjczZTktNjExMWFjMWMtNzA3NzAyYi0zNDE0N2M1NA==" path: "local/DbPoolStorage_fc8150ab-5ba9-40a6-a541-835d3d60a039/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, d6041bc8-6fd4-40d2-bbdb-07b21e52b346, ghrun-fxjgiv2a5i.auto.internal:22798): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f9911330ec0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 690743fe-83ba-4694-a1be-9c1724c75cfa, ghrun-fxjgiv2a5i.auto.internal:22798): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 690743fe-83ba-4694-a1be-9c1724c75cfa, ghrun-fxjgiv2a5i.auto.internal:22798): request = { session_id: "ydb://session/3?node_id=1&id=N2ExZjczZTktNjExMWFjMWMtNzA3NzAyYi0zNDE0N2M1NA==" path: "local/DbPoolStorage_fc8150ab-5ba9-40a6-a541-835d3d60a039/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 690743fe-83ba-4694-a1be-9c1724c75cfa, ghrun-fxjgiv2a5i.auto.internal:22798): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f9911330ec0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a067c887-1d40-45dc-9868-bac0645ffb62, ghrun-fxjgiv2a5i.auto.internal:22798): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a067c887-1d40-45dc-9868-bac0645ffb62, ghrun-fxjgiv2a5i.auto.internal:22798): request = { session_id: "ydb://session/3?node_id=1&id=N2ExZjczZTktNjExMWFjMWMtNzA3NzAyYi0zNDE0N2M1NA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_fc8150ab-5ba9-40a6-a541-835d3d60a039\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/compute\", \"/compute\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a067c887-1d40-45dc-9868-bac0645ffb62, ghrun-fxjgiv2a5i.auto.internal:22798): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f9911330ec0>
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25689
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9482
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15598
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/cp/node_1/logfile_qunikud8.log --grpc-port=62502 --mon-port=25689 --ic-port=5108 --module=1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/cp/node_1/logfile_qunikud8.log --grpc-port=62502 --mon-port=25689 --ic-port=5108 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/cp/kikimr_configs/config.yaml', '--node=1', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/cp/node_1/logfile_qunikud8.log', '--grpc-port=62502', '--mon-port=25689', '--ic-port=5108', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/cp/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 87153
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:62502/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 87161
DEBUG    ya.test:process.py:259 Command (pid 87161) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 87161) elapsed time (sec): 0.40975046157836914
DEBUG    ya.test:process.py:263 Command (pid 87161) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 87161) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 87161) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 87161) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 87161) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 87161) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 87161) stime: 0.231843
DEBUG    ya.test:process.py:263 Command (pid 87161) utime: 0.11641599999999999
DEBUG    ya.test:process.py:263 Command (pid 87161) wtime: 0.411
DEBUG    ya.test:process.py:275 Command (pid 87161) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5709
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27983
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6871
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13500
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_1/logfile_2zthqnjx.log --grpc-port=5709 --mon-port=27983 --ic-port=29979 --module=1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9309
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3645
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16004
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21393
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_2/logfile_ok_r63nn.log --grpc-port=9309 --mon-port=3645 --ic-port=21835 --module=2
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20703
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17196
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4589
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11649
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_3/logfile_mhl5878i.log --grpc-port=20703 --mon-port=17196 --ic-port=17464 --module=3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_1/logfile_2zthqnjx.log --grpc-port=5709 --mon-port=27983 --ic-port=29979 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs/config.yaml', '--node=1', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_1/logfile_2zthqnjx.log', '--grpc-port=5709', '--mon-port=27983', '--ic-port=29979', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 87453
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:5709/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 87455
DEBUG    ya.test:process.py:259 Command (pid 87455) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 87455) elapsed time (sec): 0.5764467716217041
DEBUG    ya.test:process.py:263 Command (pid 87455) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 87455) minflt: 16121
DEBUG    ya.test:process.py:263 Command (pid 87455) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) nivcsw: 114
DEBUG    ya.test:process.py:263 Command (pid 87455) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 87455) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 87455) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 87455) stime: 0.23152999999999999
DEBUG    ya.test:process.py:263 Command (pid 87455) utime: 0.136069
DEBUG    ya.test:process.py:263 Command (pid 87455) wtime: 0.595
DEBUG    ya.test:process.py:275 Command (pid 87455) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_2/logfile_ok_r63nn.log --grpc-port=9309 --mon-port=3645 --ic-port=21835 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs/config.yaml', '--node=2', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_2/logfile_ok_r63nn.log', '--grpc-port=9309', '--mon-port=3645', '--ic-port=21835', '--module=2')' in '/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 87538
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:9309/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 87540
DEBUG    ya.test:process.py:259 Command (pid 87540) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 87540) elapsed time (sec): 0.6083674430847168
DEBUG    ya.test:process.py:263 Command (pid 87540) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 87540) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 87540) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) nivcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 87540) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 87540) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 87540) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 87540) stime: 0.31074799999999997
DEBUG    ya.test:process.py:263 Command (pid 87540) utime: 0.127129
DEBUG    ya.test:process.py:263 Command (pid 87540) wtime: 0.617
DEBUG    ya.test:process.py:275 Command (pid 87540) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 2 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_3/logfile_mhl5878i.log --grpc-port=20703 --mon-port=17196 --ic-port=17464 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/kikimr_configs/config.yaml', '--node=3', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_3/logfile_mhl5878i.log', '--grpc-port=20703', '--mon-port=17196', '--ic-port=17464', '--module=3')' in '/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_3_sessions/compute/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 87842
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:20703/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 87860
DEBUG    ya.test:process.py:259 Command (pid 87860) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 87860) elapsed time (sec): 0.599785327911377
DEBUG    ya.test:process.py:263 Command (pid 87860) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 87860) minflt: 16882
DEBUG    ya.test:process.py:263 Command (pid 87860) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 87860) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 87860) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 87860) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 87860) stime: 0.354255
DEBUG    ya.test:process.py:263 Command (pid 87860) utime: 0.13091999999999998
DEBUG    ya.test:process.py:263 Command (pid 87860) wtime: 0.605
DEBUG    ya.test:process.py:275 Command (pid 87860) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 3 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_row_dispatcher.py::TestPqRowDispatcher, test_name: test_3_sessions)
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_3_session_input"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_3_session1"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_3_session2"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_3_session3"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "d40ed99a-045b-46fb-ab46-6e9d28e45a8a"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jcpphe4omktb7"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328077
        nanos: 421026000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcpphe0f1badd-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328077
      nanos: 421026000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328077
        nanos: 421026000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328078
      nanos: 150000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcpphe0f1badd-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328077
      nanos: 421026000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session1\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            INSERT INTO yds.`test_3_session2`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "b90552b0-fd18-4c4e-af4a-633cfa71bdf2"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jcnveundb5jfi"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcnveundb5jfi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328079
        nanos: 324098000
      }
      modified_at {
        seconds: 1761328079
        nanos: 324098000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcnvetmonj88f-ptqudu2jcnveundb5jfi"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328079
      nanos: 324098000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session2`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcnveundb5jfi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328079
        nanos: 324098000
      }
      modified_at {
        seconds: 1761328079
        nanos: 324098000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328079
      nanos: 450000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcnvetmonj88f-ptqudu2jcnveundb5jfi"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328079
      nanos: 324098000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session2`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session2\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            INSERT INTO yds.`test_3_session3`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "8b6219a6-cd64-45cb-8fd1-c2f56cd10544"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jcmtded437r2a"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcmtded437r2a"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328080
        nanos: 439800000
      }
      modified_at {
        seconds: 1761328080
        nanos: 439800000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcmtde9bnb355-ptqudu2jcmtded437r2a"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328080
      nanos: 439800000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session3`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcmtded437r2a"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328080
        nanos: 439800000
      }
      modified_at {
        seconds: 1761328080
        nanos: 439800000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328081
      nanos: 14000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcmtde9bnb355-ptqudu2jcmtded437r2a"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328080
      nanos: 439800000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session3`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session3\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_3_session_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0010*\014shard-000000\032\021\"\0011*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_3_session_input: ['{"time":101}', '{"time":102}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session1', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 90239
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 90239) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 90239) elapsed time (sec): 3.4147121906280518
DEBUG    ya.test:process.py:263 Command (pid 90239) wtime: 3.416
DEBUG    ya.test:process.py:275 Command (pid 90239) output:
None
DEBUG    ya.test:process.py:276 Command (pid 90239) errors:
2025-10-24T17:48:01.586039Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Starting read session
2025-10-24T17:48:01.586927Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:01.587416Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:01.589463Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:01.589476Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:01.602274Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Successfully connected. Initializing session
2025-10-24T17:48:01.609907Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Server session id: test_3_session_consumer_1_1_15608945844849983040_v1
2025-10-24T17:48:01.610002Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:01.615147Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session1". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:02.587645Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:0:0
2025-10-24T17:48:02.587685Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1001 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:04.883801Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:04.883883Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (0-0)
2025-10-24T17:48:04.883949Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (0-0)
2025-10-24T17:48:04.884158Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Commit offsets [0, 1). Partition stream id: 1
2025-10-24T17:48:04.884497Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] The application data is transferred to the client. Number of messages 1, size 12 bytes
2025-10-24T17:48:04.887400Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:04.890436Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (1-1)
2025-10-24T17:48:04.892840Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
2025-10-24T17:48:04.911081Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (1-1)
2025-10-24T17:48:04.911205Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Commit offsets [1, 2). Partition stream id: 1
2025-10-24T17:48:04.911353Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] The application data is transferred to the client. Number of messages 1, size 12 bytes
2025-10-24T17:48:04.916293Z :DEBUG: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] [null] Committed response: cookies { assign_id: 1 partition_cookie: 2 }
Closing session. Got 2 messages
2025-10-24T17:48:04.927058Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:04.927090Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:1:2
2025-10-24T17:48:04.927103Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3341 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:04.927633Z :NOTICE: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:04.929386Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:04.929401Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:1:2
2025-10-24T17:48:04.929411Z :INFO: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3343 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:04.929423Z :NOTICE: [local] [local] [652b6032-5ef8ae89-65e5c003-17ba7e9d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session1: ['{"time":101}', '{"time":102}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session2', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 91680
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 91680) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 91680) elapsed time (sec): 0.10556578636169434
DEBUG    ya.test:process.py:263 Command (pid 91680) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 91680) output:
None
DEBUG    ya.test:process.py:276 Command (pid 91680) errors:
2025-10-24T17:48:05.011076Z :INFO: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Starting read session
2025-10-24T17:48:05.011127Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:05.011573Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.011587Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.011594Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:05.017690Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] Successfully connected. Initializing session
2025-10-24T17:48:05.019122Z :INFO: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] Server session id: test_3_session_consumer_1_3_2896926547311264502_v1
2025-10-24T17:48:05.020993Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.034033Z :INFO: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session2". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:05.038081Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.039973Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (0-1)
2025-10-24T17:48:05.040019Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (0-0)
2025-10-24T17:48:05.040043Z :DEBUG: [local] Take Data. Partition 0. Read: {1, 0} (1-1)
2025-10-24T17:48:05.043789Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] Commit offsets [0, 2). Partition stream id: 1
2025-10-24T17:48:05.043949Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] The application data is transferred to the client. Number of messages 2, size 24 bytes
2025-10-24T17:48:05.054810Z :DEBUG: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 2 messages
2025-10-24T17:48:05.055059Z :INFO: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:05.055115Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session2:0:1:1:2
2025-10-24T17:48:05.055128Z :INFO: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Counters: { Errors: 0 CurrentSessionLifetimeMs: 44 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:05.055452Z :NOTICE: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:05.055670Z :INFO: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:05.055681Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session2:0:1:1:2
2025-10-24T17:48:05.055688Z :INFO: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Counters: { Errors: 0 CurrentSessionLifetimeMs: 44 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:05.055711Z :NOTICE: [local] [local] [d40df50-8784c8b3-8c09acdf-6298f5e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session2: ['{"time":101}', '{"time":102}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session3', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 91730
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 91730) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 91730) elapsed time (sec): 0.10075592994689941
DEBUG    ya.test:process.py:263 Command (pid 91730) wtime: 0.104
DEBUG    ya.test:process.py:275 Command (pid 91730) output:
None
DEBUG    ya.test:process.py:276 Command (pid 91730) errors:
2025-10-24T17:48:05.133715Z :INFO: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Starting read session
2025-10-24T17:48:05.133771Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:05.134228Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.134244Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.134250Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:05.144208Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] Successfully connected. Initializing session
2025-10-24T17:48:05.149909Z :INFO: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] Server session id: test_3_session_consumer_1_4_15007820858893818893_v1
2025-10-24T17:48:05.150002Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.153250Z :INFO: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session3". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:05.154466Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:05.154535Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (0-1)
2025-10-24T17:48:05.154551Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (0-0)
2025-10-24T17:48:05.154557Z :DEBUG: [local] Take Data. Partition 0. Read: {1, 0} (1-1)
2025-10-24T17:48:05.154650Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] Commit offsets [0, 2). Partition stream id: 1
2025-10-24T17:48:05.154741Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] The application data is transferred to the client. Number of messages 2, size 24 bytes
2025-10-24T17:48:05.157722Z :DEBUG: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 2 messages
2025-10-24T17:48:05.161605Z :INFO: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:05.161642Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session3:0:1:1:2
2025-10-24T17:48:05.161653Z :INFO: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Counters: { Errors: 0 CurrentSessionLifetimeMs: 27 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:05.161850Z :NOTICE: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:05.162011Z :INFO: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:05.162019Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session3:0:1:1:2
2025-10-24T17:48:05.162026Z :INFO: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Counters: { Errors: 0 CurrentSessionLifetimeMs: 28 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:05.162036Z :NOTICE: [local] [local] [fb6cae3-c8e1e9d8-1fd1104d-6d8ffa53] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session3: ['{"time":101}', '{"time":102}']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328087
        nanos: 135150000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328078
      nanos: 150000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcpphe0f1badd-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328077
      nanos: 421026000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"91ms\",\"count\":1,\"avg\":\"91ms\",\"max\":\"91ms\",\"min\":\"91ms\"},\"EgressRows\":{\"sum\":6,\"count\":1,\"avg\":6,\"max\":6,\"min\":6},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session1\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328087
        nanos: 135150000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328078
      nanos: 150000000
    }
    finished_at {
      seconds: 1761328087
      nanos: 635000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcpphe0f1badd-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328077
      nanos: 421026000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"91ms\",\"count\":1,\"avg\":\"91ms\",\"max\":\"91ms\",\"min\":\"91ms\"},\"EgressRows\":{\"sum\":6,\"count\":1,\"avg\":6,\"max\":6,\"min\":6},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session1\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_3_session_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0012*\014shard-000000\032\021\"\0013*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_3_session_input: ['{"time":103}', '{"time":104}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session1', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '1000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 92925
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 92925) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 92925) elapsed time (sec): 1.1072657108306885
DEBUG    ya.test:process.py:263 Command (pid 92925) wtime: 1.111
DEBUG    ya.test:process.py:275 Command (pid 92925) output:
None
DEBUG    ya.test:process.py:276 Command (pid 92925) errors:
2025-10-24T17:48:08.299638Z :INFO: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Starting read session
2025-10-24T17:48:08.299673Z :DEBUG: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:08.300051Z :DEBUG: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:08.300085Z :DEBUG: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:08.300091Z :DEBUG: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:08.309900Z :DEBUG: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] [null] Successfully connected. Initializing session
2025-10-24T17:48:08.314958Z :INFO: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] [null] Server session id: test_3_session_consumer_1_5_9021632004521497368_v1
2025-10-24T17:48:08.315064Z :DEBUG: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:08.317749Z :INFO: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session1". Partition: 0. Read offset: (NULL)
Closing session. No data during 1.000000s
2025-10-24T17:48:09.299265Z :INFO: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:09.299329Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:0:2
2025-10-24T17:48:09.299341Z :INFO: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Counters: { Errors: 0 CurrentSessionLifetimeMs: 999 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:09.299689Z :NOTICE: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:09.299768Z :INFO: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:09.299778Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:0:2
2025-10-24T17:48:09.299784Z :INFO: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1000 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:09.299792Z :NOTICE: [local] [local] [725f6a11-73731512-e68e81ae-b41609e2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session1: []
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session2', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 93267
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 93267) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 93267) elapsed time (sec): 0.1009829044342041
DEBUG    ya.test:process.py:263 Command (pid 93267) wtime: 0.114
DEBUG    ya.test:process.py:275 Command (pid 93267) output:
None
DEBUG    ya.test:process.py:276 Command (pid 93267) errors:
2025-10-24T17:48:09.441946Z :INFO: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Starting read session
2025-10-24T17:48:09.442007Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:09.442545Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.442561Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.442568Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:09.450531Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] Successfully connected. Initializing session
2025-10-24T17:48:09.454713Z :INFO: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] Server session id: test_3_session_consumer_1_6_10403384601880724439_v1
2025-10-24T17:48:09.454823Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.462283Z :INFO: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session2". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:09.463241Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.465399Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (2-3)
2025-10-24T17:48:09.473102Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (2-2)
2025-10-24T17:48:09.473140Z :DEBUG: [local] Take Data. Partition 0. Read: {1, 0} (3-3)
2025-10-24T17:48:09.476974Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] Commit offsets [2, 4). Partition stream id: 1
2025-10-24T17:48:09.477174Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] The application data is transferred to the client. Number of messages 2, size 24 bytes
2025-10-24T17:48:09.484151Z :DEBUG: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 2 messages
2025-10-24T17:48:09.485447Z :INFO: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:09.485486Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session2:0:1:3:4
2025-10-24T17:48:09.485499Z :INFO: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Counters: { Errors: 0 CurrentSessionLifetimeMs: 43 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:09.485722Z :NOTICE: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:09.489556Z :INFO: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:09.489578Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session2:0:1:3:4
2025-10-24T17:48:09.489601Z :INFO: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Counters: { Errors: 0 CurrentSessionLifetimeMs: 47 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:09.489619Z :NOTICE: [local] [local] [85afc5d6-b575f2e6-5d6dc14-6f6a5283] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session2: ['{"time":103}', '{"time":104}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session3', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 93325
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 93325) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 93325) elapsed time (sec): 0.10078191757202148
DEBUG    ya.test:process.py:263 Command (pid 93325) wtime: 0.103
DEBUG    ya.test:process.py:275 Command (pid 93325) output:
None
DEBUG    ya.test:process.py:276 Command (pid 93325) errors:
2025-10-24T17:48:09.579005Z :INFO: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Starting read session
2025-10-24T17:48:09.579047Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:09.579634Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.580085Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.580106Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:09.588334Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] Successfully connected. Initializing session
2025-10-24T17:48:09.591362Z :INFO: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] Server session id: test_3_session_consumer_1_7_742760117928498058_v1
2025-10-24T17:48:09.591445Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.597013Z :INFO: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session3". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:09.598597Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:09.599011Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (2-3)
2025-10-24T17:48:09.599043Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (2-2)
2025-10-24T17:48:09.599054Z :DEBUG: [local] Take Data. Partition 0. Read: {1, 0} (3-3)
2025-10-24T17:48:09.599166Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] Commit offsets [2, 4). Partition stream id: 1
2025-10-24T17:48:09.599283Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] The application data is transferred to the client. Number of messages 2, size 24 bytes
2025-10-24T17:48:09.603385Z :DEBUG: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 2 messages
2025-10-24T17:48:09.603525Z :INFO: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:09.603559Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session3:0:1:3:4
2025-10-24T17:48:09.603569Z :INFO: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Counters: { Errors: 0 CurrentSessionLifetimeMs: 24 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:09.603781Z :NOTICE: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:09.604058Z :INFO: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:09.604067Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session3:0:1:3:4
2025-10-24T17:48:09.604074Z :INFO: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Counters: { Errors: 0 CurrentSessionLifetimeMs: 25 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:09.604083Z :NOTICE: [local] [local] [11d5bcbf-ef96bdbf-53bc58b6-e62fb276] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session3: ['{"time":103}', '{"time":104}']
DEBUG    root:fq_client.py:222 Request: query_id: "ptqudu2jcpphe4omktb7"
content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
}
execute_mode: RUN
disposition {
  from_last_checkpoint {
  }
}
state_load_mode: EMPTY

DEBUG    root:fq_client.py:231 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328089
        nanos: 829809000
      }
      revision: 3
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 3
    last_job_id: "ptjudu2jcdurh3acji06-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328089
      nanos: 829809000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328089
        nanos: 829809000
      }
      revision: 3
    }
    started_at {
      seconds: 1761328090
      nanos: 257000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 3
    last_job_id: "ptjudu2jcdurh3acji06-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328089
      nanos: 829809000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session1\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session1', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 93778
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 93778) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 93778) elapsed time (sec): 5.4284045696258545
DEBUG    ya.test:process.py:263 Command (pid 93778) wtime: 5.436
DEBUG    ya.test:process.py:275 Command (pid 93778) output:
None
DEBUG    ya.test:process.py:276 Command (pid 93778) errors:
2025-10-24T17:48:10.620366Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Starting read session
2025-10-24T17:48:10.620411Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:10.620918Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:10.620931Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:10.620938Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:10.625967Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Successfully connected. Initializing session
2025-10-24T17:48:10.627773Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Server session id: test_3_session_consumer_1_8_1197826118523370436_v1
2025-10-24T17:48:10.627858Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:10.634045Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session1". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:11.625499Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:0:2
2025-10-24T17:48:11.625542Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1005 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:15.928607Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:15.929100Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (2-2)
2025-10-24T17:48:15.929144Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (2-2)
2025-10-24T17:48:15.929291Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Commit offsets [2, 3). Partition stream id: 1
2025-10-24T17:48:15.929509Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] The application data is transferred to the client. Number of messages 1, size 12 bytes
2025-10-24T17:48:15.934281Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:15.934372Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (3-3)
2025-10-24T17:48:15.934423Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (3-3)
2025-10-24T17:48:15.935639Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Commit offsets [3, 4). Partition stream id: 1
2025-10-24T17:48:15.936242Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] The application data is transferred to the client. Number of messages 1, size 12 bytes
2025-10-24T17:48:15.939181Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
2025-10-24T17:48:15.945193Z :DEBUG: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] [null] Committed response: cookies { assign_id: 1 partition_cookie: 2 }
Closing session. Got 2 messages
2025-10-24T17:48:15.947059Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:15.947105Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:3:4
2025-10-24T17:48:15.947121Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Counters: { Errors: 0 CurrentSessionLifetimeMs: 5326 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:15.947403Z :NOTICE: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:15.948285Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:15.948296Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:3:4
2025-10-24T17:48:15.948305Z :INFO: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Counters: { Errors: 0 CurrentSessionLifetimeMs: 5327 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:15.948316Z :NOTICE: [local] [local] [314b877-e7da9767-318a8ce7-3a57a308] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session1: ['{"time":103}', '{"time":104}']
DEBUG    root:data_plane.py:35 Write topic test_3_session_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0014*\014shard-000000\032\021\"\0015*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_3_session_input: ['{"time":105}', '{"time":106}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session1', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 96375
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 96375) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 96375) elapsed time (sec): 0.10138082504272461
DEBUG    ya.test:process.py:263 Command (pid 96375) wtime: 0.104
DEBUG    ya.test:process.py:275 Command (pid 96375) output:
None
DEBUG    ya.test:process.py:276 Command (pid 96375) errors:
2025-10-24T17:48:16.113619Z :INFO: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Starting read session
2025-10-24T17:48:16.115679Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:16.116235Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.116664Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.116675Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:16.127492Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] Successfully connected. Initializing session
2025-10-24T17:48:16.128737Z :INFO: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] Server session id: test_3_session_consumer_1_10_13653634554682412902_v1
2025-10-24T17:48:16.133426Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.133987Z :INFO: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session1". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:16.135302Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.135381Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (4-5)
2025-10-24T17:48:16.135778Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (4-4)
2025-10-24T17:48:16.135788Z :DEBUG: [local] Take Data. Partition 0. Read: {1, 0} (5-5)
2025-10-24T17:48:16.135911Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] Commit offsets [4, 6). Partition stream id: 1
2025-10-24T17:48:16.136084Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] The application data is transferred to the client. Number of messages 2, size 24 bytes
2025-10-24T17:48:16.140394Z :DEBUG: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 2 messages
2025-10-24T17:48:16.141867Z :INFO: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:16.141910Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:5:6
2025-10-24T17:48:16.141922Z :INFO: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Counters: { Errors: 0 CurrentSessionLifetimeMs: 28 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:16.142479Z :NOTICE: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:16.151078Z :INFO: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:16.151118Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session1:0:1:5:6
2025-10-24T17:48:16.151141Z :INFO: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Counters: { Errors: 0 CurrentSessionLifetimeMs: 37 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:16.151163Z :NOTICE: [local] [local] [1dc06ca2-9cbec334-d8ce9636-a391e663] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session1: ['{"time":105}', '{"time":106}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session2', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 96516
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 96516) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 96516) elapsed time (sec): 0.10099911689758301
DEBUG    ya.test:process.py:263 Command (pid 96516) wtime: 0.109
DEBUG    ya.test:process.py:275 Command (pid 96516) output:
None
DEBUG    ya.test:process.py:276 Command (pid 96516) errors:
2025-10-24T17:48:16.239320Z :INFO: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Starting read session
2025-10-24T17:48:16.242774Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:16.243366Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.243521Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.243532Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:16.254348Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] Successfully connected. Initializing session
2025-10-24T17:48:16.265661Z :INFO: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] Server session id: test_3_session_consumer_1_11_998187246014466145_v1
2025-10-24T17:48:16.268787Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.273017Z :INFO: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session2". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:16.280521Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.280685Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (4-5)
2025-10-24T17:48:16.280718Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (4-4)
2025-10-24T17:48:16.280728Z :DEBUG: [local] Take Data. Partition 0. Read: {1, 0} (5-5)
2025-10-24T17:48:16.282504Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] Commit offsets [4, 6). Partition stream id: 1
2025-10-24T17:48:16.282690Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] The application data is transferred to the client. Number of messages 2, size 24 bytes
2025-10-24T17:48:16.286654Z :DEBUG: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 2 messages
2025-10-24T17:48:16.286861Z :INFO: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:16.287307Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session2:0:1:5:6
2025-10-24T17:48:16.287342Z :INFO: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Counters: { Errors: 0 CurrentSessionLifetimeMs: 47 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:16.287630Z :NOTICE: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:16.288578Z :INFO: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:16.288597Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session2:0:1:5:6
2025-10-24T17:48:16.288610Z :INFO: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Counters: { Errors: 0 CurrentSessionLifetimeMs: 49 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:16.288622Z :NOTICE: [local] [local] [7b97d02e-3fe8c87b-345f0911-d1091349] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session2: ['{"time":105}', '{"time":106}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000723/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:22798', '--database', 'local', '--topic-path', 'test_3_session3', '--consumer-name', 'test_3_session_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 96596
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 96596) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 96596) elapsed time (sec): 0.10130906105041504
DEBUG    ya.test:process.py:263 Command (pid 96596) wtime: 0.103
DEBUG    ya.test:process.py:275 Command (pid 96596) output:
None
DEBUG    ya.test:process.py:276 Command (pid 96596) errors:
2025-10-24T17:48:16.344505Z :INFO: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Starting read session
2025-10-24T17:48:16.344558Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Starting session to cluster null (localhost:22798)
2025-10-24T17:48:16.344889Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.344899Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.344903Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:16.354985Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] Successfully connected. Initializing session
2025-10-24T17:48:16.359755Z :INFO: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] Server session id: test_3_session_consumer_1_12_14878746012825239626_v1
2025-10-24T17:48:16.365687Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.367256Z :INFO: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_3_session3". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:16.370339Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:16.370402Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (4-5)
2025-10-24T17:48:16.370445Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (4-4)
2025-10-24T17:48:16.370454Z :DEBUG: [local] Take Data. Partition 0. Read: {1, 0} (5-5)
2025-10-24T17:48:16.370568Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] Commit offsets [4, 6). Partition stream id: 1
2025-10-24T17:48:16.370690Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] The application data is transferred to the client. Number of messages 2, size 24 bytes
2025-10-24T17:48:16.382513Z :DEBUG: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 2 messages
2025-10-24T17:48:16.386087Z :INFO: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:16.386147Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session3:0:1:5:6
2025-10-24T17:48:16.386158Z :INFO: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Counters: { Errors: 0 CurrentSessionLifetimeMs: 41 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:16.386418Z :NOTICE: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:16.389707Z :INFO: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:16.389719Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_3_session3:0:1:5:6
2025-10-24T17:48:16.389740Z :INFO: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Counters: { Errors: 0 CurrentSessionLifetimeMs: 45 BytesRead: 24 MessagesRead: 2 BytesReadCompressed: 24 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:16.389753Z :NOTICE: [local] [local] [c5764427-c832f6b5-f539fe09-6220a542] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_3_session3: ['{"time":105}', '{"time":106}']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328096
        nanos: 575275000
      }
      revision: 4
    }
    started_at {
      seconds: 1761328090
      nanos: 257000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 3
    last_job_id: "ptjudu2jcdurh3acji06-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328089
      nanos: 829809000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"88ms\",\"count\":1,\"avg\":\"88ms\",\"max\":\"88ms\",\"min\":\"88ms\"},\"EgressRows\":{\"sum\":5,\"count\":1,\"avg\":5,\"max\":5,\"min\":5},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session1\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcpphe4omktb7"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328077
        nanos: 421026000
      }
      modified_at {
        seconds: 1761328096
        nanos: 575275000
      }
      revision: 4
    }
    started_at {
      seconds: 1761328090
      nanos: 257000000
    }
    finished_at {
      seconds: 1761328097
      nanos: 514000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 3
    last_job_id: "ptjudu2jcdurh3acji06-ptqudu2jcpphe4omktb7"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328089
      nanos: 829809000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "\n            INSERT INTO yds.`test_3_session1`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"88ms\",\"count\":1,\"avg\":\"88ms\",\"max\":\"88ms\",\"min\":\"88ms\"},\"EgressRows\":{\"sum\":5,\"count\":1,\"avg\":5,\"max\":5,\"min\":5},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session1\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcnveundb5jfi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328079
        nanos: 324098000
      }
      modified_at {
        seconds: 1761328097
        nanos: 711191000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328079
      nanos: 450000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcnvetmonj88f-ptqudu2jcnveundb5jfi"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328079
      nanos: 324098000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session2`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"87ms\",\"count\":1,\"avg\":\"87ms\",\"max\":\"87ms\",\"min\":\"87ms\"},\"IngressBytes\":{\"sum\":48,\"count\":1,\"avg\":48,\"max\":48,\"min\":48},\"IngressRows\":{\"sum\":4,\"count\":1,\"avg\":4,\"max\":4,\"min\":4},\"EgressBytes\":{\"sum\":48,\"count\":1,\"avg\":48,\"max\":48,\"min\":48},\"EgressRows\":{\"sum\":20,\"count\":1,\"avg\":20,\"max\":20,\"min\":20},\"MaxMemoryUsage\":{\"sum\":262144,\"count\":1,\"avg\":262144,\"max\":262144,\"min\":262144},\"IngressFilteredBytes\":{\"sum\":32,\"count\":1,\"avg\":32,\"max\":32,\"min\":32},\"IngressFilteredRows\":{\"sum\":4,\"count\":1,\"avg\":4,\"max\":4,\"min\":4},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session2\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jcnveundb5jfi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328079
        nanos: 324098000
      }
      modified_at {
        seconds: 1761328097
        nanos: 711191000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328079
      nanos: 450000000
    }
    finished_at {
      seconds: 1761328097
      nanos: 822000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jcnvetmonj88f-ptqudu2jcnveundb5jfi"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328079
      nanos: 324098000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            INSERT INTO yds.`test_3_session2`\n            SELECT Unwrap(Json::SerializeJson(Yson::From(TableRow()))) FROM yds.`test_3_session_input`\n                WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Parse Sql"
    severity: 2
    issues {
      position {
        row: 3
        column: 33
      }
      message: "Json UDF is deprecated. Please use JSON API instead"
      end_position {
        row: 3
        column: 33
      }
      issue_code: 4506
      severity: 2
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"87ms\",\"count\":1,\"avg\":\"87ms\",\"max\":\"87ms\",\"min\":\"87ms\"},\"IngressBytes\":{\"sum\":48,\"count\":1,\"avg\":48,\"max\":48,\"min\":48},\"IngressRows\":{\"sum\":4,\"count\":1,\"avg\":4,\"max\":4,\"min\":4},\"EgressBytes\":{\"sum\":48,\"count\":1,\"avg\":48,\"max\":48,\"min\":48},\"EgressRows\":{\"sum\":20,\"count\":1,\"avg\":20,\"max\":20,\"min\":20},\"MaxMemoryUsage\":{\"sum\":262144,\"count\":1,\"avg\":262144,\"max\":262144,\"min\":262144},\"IngressFilteredBytes\":{\"sum\":32,\"count\":1,\"avg\":32,\"max\":32,\"min\":32},\"IngressFilteredRows\":{\"sum\":4,\"count\":1,\"avg\":4,\"max\":4,\"min\":4},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:22798\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcqh8j31tui2n\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataSink \'\"pq\" \'\"yds\"))\n(let $13 (PqTopic \'\"yds\" \'\"local\" \'\"test_3_session2\" $3 \'() (StructType \'(\'\"Data\" (DataType \'String)))))\n(let $14 (DqPqTopicSink $13 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($15) (block \'(\n  (let $16 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $17 (DqSourceWideWrap $15 $2 $4 $16))\n  (return (FlatMap (NarrowMap $17 (lambda \'($18) (AsStruct \'(\'\"time\" $18)))) (lambda \'($19) (block \'(\n    (let $20 (ResourceType \'\"Yson2.Node\"))\n    (let $21 \'($20 \'\"\" \'\"1\"))\n    (let $22 (ResourceType \'\"Yson2.Options\"))\n    (let $23 (OptionalType (DataType \'Bool)))\n    (let $24 (CallableType \'(\'\"4\") \'((OptionalType (DataType \'Json))) $21 \'((OptionalType $22)) \'($23 \'\"SkipMapEntity\") \'($23 \'\"EncodeUtf8\") \'($23 \'\"WriteNanAsString\")))\n    (let $25 (Udf \'\"Yson2.SerializeJson\" (Void) (VoidType) \'\"\" $24 (VoidType) \'\"\" \'()))\n    (let $26 (TupleType (TupleType $4) (StructType) (TupleType)))\n    (let $27 (CallableType \'() \'($20) \'($4)))\n    (let $28 \'(\'(\'\"strict\")))\n    (let $29 (Udf \'\"Yson2.From\" (Void) $26 \'\"\" $27 (VoidType) \'\"\" $28))\n    (let $30 (CallableType \'(\'\"2\") \'($22) \'($23 \'\"AutoConvert\") \'($23 \'\"Strict\")))\n    (let $31 (Udf \'\"Yson2.Options\" (Void) (VoidType) \'\"\" $30 (VoidType) \'\"\" $28))\n    (return (Just (AsStruct \'(\'\"column0\" (Unwrap (Apply $25 (Apply $29 $19) (Just (NamedApply $31 \'() (AsStruct \'(\'\"AutoConvert\" (Just (Bool \'\"false\"))) \'(\'\"Strict\" (Just (Bool \'\"true\"))))))))))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200703)) \'((DqSink \'\"0\" $12 $14))))) $12))\n)\n"
  }
}

DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:265 Result:
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:62502/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15598
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9482
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25689
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62502
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5108
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5841
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:5709/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:9309/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:20703/3
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11649
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4589
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17196
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20703
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21393
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16004
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3645
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9309
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13500
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6871
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27983
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5709
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17464
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21835
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29979
============================== slowest durations ===============================
82.48s call     test_row_dispatcher.py::TestPqRowDispatcher::test_3_sessions
33.04s teardown test_row_dispatcher.py::TestPqRowDispatcher::test_3_sessions
3.04s setup    test_row_dispatcher.py::TestPqRowDispatcher::test_3_sessions
=========================== short test summary info ============================
FAILED test_row_dispatcher.py::TestPqRowDispatcher::test_3_sessions - grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc", file_line:90, created_time:"2025-10-24T17:49:18.953520939+00:00", grpc_status:4}"
>
================ 1 failed, 106 deselected in 120.50s (0:02: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/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

test_row_dispatcher.py F

=================================== FAILURES ===================================
_____________ TestPqRowDispatcher.test_filters_non_optional_field ______________
ydb/tests/fq/yds/test_row_dispatcher.py:353: in test_filters_non_optional_field
    self.run_and_check(kikimr, client, sql + filter, data, expected, 'predicate: (`event` IS DISTINCT FROM \\"event1\\")')
ydb/tests/fq/yds/test_row_dispatcher.py:109: in run_and_check
    query_id = start_yds_query(kikimr, client, sql)
ydb/tests/fq/yds/test_row_dispatcher.py:45: in start_yds_query
    client.wait_query_status(query_id, fq.QueryMeta.RUNNING)
ydb/tests/tools/fq_runner/fq_client.py:327: in wait_query_status
    return self.wait_query(query_id, timeout, statuses=statuses).query.meta.status
ydb/tests/tools/fq_runner/fq_client.py:308: in wait_query
    response = self.describe_query(query_id)
library/python/retry/__init__.py:214: in wrapped
    return _retry(obj.retry_conf, functools.partial(f, obj, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/fq_client.py:285: in describe_query
    return FederatedQueryClient.Response(response.operation.issues, result, check_issues)
ydb/tests/tools/fq_runner/fq_client.py:97: in __init__
    raise FederatedQueryException(issues, result)
E   ydb.tests.tools.fq_runner.fq_client.FederatedQueryException: [message: "GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:28809: Failed to connect to remote host: Connection refused"
E   severity: 1
E   , message: "Grpc error response on endpoint ghrun-fxjgiv2a5i.auto.internal:28809"
E   severity: 1
E   ]
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_filters_non_optional_field
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61631
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16118
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6412
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14193
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15582
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8002
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30757
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8dad3d8f-18ae-4ab1-8fbf-defe1961a407, localhost:28809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8dad3d8f-18ae-4ab1-8fbf-defe1961a407, localhost:28809): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8dad3d8f-18ae-4ab1-8fbf-defe1961a407, localhost:28809): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-fxjgiv2a5i.auto.internal" port: 28809 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-fxjgiv2a5i.auto.internal:28809, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28809
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fa651158e20 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fa651159370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa651159370>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b06f37b3-f3b1-4441-b891-ec2375043a29, ghrun-fxjgiv2a5i.auto.internal:28809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b06f37b3-f3b1-4441-b891-ec2375043a29, ghrun-fxjgiv2a5i.auto.internal:28809): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b06f37b3-f3b1-4441-b891-ec2375043a29, ghrun-fxjgiv2a5i.auto.internal:28809): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b06f37b3-f3b1-4441-b891-ec2375043a29, ghrun-fxjgiv2a5i.auto.internal:28809): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWEzMDlkNTQtMTIxNzJjNDItZWVjNDYzM2MtMzg1ZDY0NWU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa651159370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fa651159370>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, b06f37b3-f3b1-4441-b891-ec2375043a29, ghrun-fxjgiv2a5i.auto.internal:28809): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ad45df3a-1faa-4a66-9c14-99c025daa7e2, ghrun-fxjgiv2a5i.auto.internal:28809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ad45df3a-1faa-4a66-9c14-99c025daa7e2, ghrun-fxjgiv2a5i.auto.internal:28809): request = { session_id: "ydb://session/3?node_id=1&id=NWEzMDlkNTQtMTIxNzJjNDItZWVjNDYzM2MtMzg1ZDY0NWU=" path: "local/DbPoolStorage_3466ff80-798c-4f7a-9828-7c0a99974776/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, ad45df3a-1faa-4a66-9c14-99c025daa7e2, ghrun-fxjgiv2a5i.auto.internal:28809): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa651159370>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 4fc5c53b-decf-43e3-8a4d-a71c23c1d46c, ghrun-fxjgiv2a5i.auto.internal:28809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 4fc5c53b-decf-43e3-8a4d-a71c23c1d46c, ghrun-fxjgiv2a5i.auto.internal:28809): request = { session_id: "ydb://session/3?node_id=1&id=NWEzMDlkNTQtMTIxNzJjNDItZWVjNDYzM2MtMzg1ZDY0NWU=" path: "local/DbPoolStorage_3466ff80-798c-4f7a-9828-7c0a99974776/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 4fc5c53b-decf-43e3-8a4d-a71c23c1d46c, ghrun-fxjgiv2a5i.auto.internal:28809): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa651159370>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 238159cc-b8fb-4220-84b2-4601579351fa, ghrun-fxjgiv2a5i.auto.internal:28809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238159cc-b8fb-4220-84b2-4601579351fa, ghrun-fxjgiv2a5i.auto.internal:28809): request = { session_id: "ydb://session/3?node_id=1&id=NWEzMDlkNTQtMTIxNzJjNDItZWVjNDYzM2MtMzg1ZDY0NWU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_3466ff80-798c-4f7a-9828-7c0a99974776\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/compute\", \"/compute\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238159cc-b8fb-4220-84b2-4601579351fa, ghrun-fxjgiv2a5i.auto.internal:28809): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa651159370>
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5431
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13024
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25208
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/cp/node_1/logfile_kdtyfxog.log --grpc-port=30757 --mon-port=5431 --ic-port=6412 --module=1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/cp/node_1/logfile_kdtyfxog.log --grpc-port=30757 --mon-port=5431 --ic-port=6412 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/cp/kikimr_configs/config.yaml', '--node=1', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/cp/node_1/logfile_kdtyfxog.log', '--grpc-port=30757', '--mon-port=5431', '--ic-port=6412', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/cp/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 96236
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:30757/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 96264
DEBUG    ya.test:process.py:259 Command (pid 96264) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 96264) elapsed time (sec): 0.6039712429046631
DEBUG    ya.test:process.py:263 Command (pid 96264) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 96264) minflt: 16124
DEBUG    ya.test:process.py:263 Command (pid 96264) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) nivcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 96264) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 96264) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 96264) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 96264) stime: 0.316169
DEBUG    ya.test:process.py:263 Command (pid 96264) utime: 0.109258
DEBUG    ya.test:process.py:263 Command (pid 96264) wtime: 0.608
DEBUG    ya.test:process.py:275 Command (pid 96264) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63118
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17046
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6993
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6993
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6994
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25137
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_1/logfile_rp5uh9f8.log --grpc-port=63118 --mon-port=17046 --ic-port=14193 --module=1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9419
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6792
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15413
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26490
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_2/logfile_l8zbdd9u.log --grpc-port=9419 --mon-port=6792 --ic-port=15582 --module=2
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14637
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29310
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61047
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20470
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_3/logfile_cq4ehj4o.log --grpc-port=14637 --mon-port=29310 --ic-port=8002 --module=3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_1/logfile_rp5uh9f8.log --grpc-port=63118 --mon-port=17046 --ic-port=14193 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs/config.yaml', '--node=1', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_1/logfile_rp5uh9f8.log', '--grpc-port=63118', '--mon-port=17046', '--ic-port=14193', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 96740
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:63118/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 96754
DEBUG    ya.test:process.py:259 Command (pid 96754) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 96754) elapsed time (sec): 0.5825691223144531
DEBUG    ya.test:process.py:263 Command (pid 96754) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 96754) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 96754) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) nivcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 96754) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 96754) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 96754) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 96754) stime: 0.259056
DEBUG    ya.test:process.py:263 Command (pid 96754) utime: 0.119626
DEBUG    ya.test:process.py:263 Command (pid 96754) wtime: 0.591
DEBUG    ya.test:process.py:275 Command (pid 96754) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_2/logfile_l8zbdd9u.log --grpc-port=9419 --mon-port=6792 --ic-port=15582 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs/config.yaml', '--node=2', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_2/logfile_l8zbdd9u.log', '--grpc-port=9419', '--mon-port=6792', '--ic-port=15582', '--module=2')' in '/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 97141
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:9419/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 97177
DEBUG    ya.test:process.py:259 Command (pid 97177) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 97177) elapsed time (sec): 0.5688860416412354
DEBUG    ya.test:process.py:263 Command (pid 97177) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 97177) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 97177) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) nivcsw: 96
DEBUG    ya.test:process.py:263 Command (pid 97177) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 97177) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 97177) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 97177) stime: 0.238557
DEBUG    ya.test:process.py:263 Command (pid 97177) utime: 0.134102
DEBUG    ya.test:process.py:263 Command (pid 97177) wtime: 0.582
DEBUG    ya.test:process.py:275 Command (pid 97177) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 2 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_3/logfile_cq4ehj4o.log --grpc-port=14637 --mon-port=29310 --ic-port=8002 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/kikimr_configs/config.yaml', '--node=3', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_3/logfile_cq4ehj4o.log', '--grpc-port=14637', '--mon-port=29310', '--ic-port=8002', '--module=3')' in '/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_non_optional_field/compute/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 97403
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:14637/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 97405
DEBUG    ya.test:process.py:259 Command (pid 97405) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 97405) elapsed time (sec): 0.48342180252075195
DEBUG    ya.test:process.py:263 Command (pid 97405) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 97405) minflt: 16121
DEBUG    ya.test:process.py:263 Command (pid 97405) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) nivcsw: 113
DEBUG    ya.test:process.py:263 Command (pid 97405) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 97405) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 97405) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 97405) stime: 0.22999
DEBUG    ya.test:process.py:263 Command (pid 97405) utime: 0.125031
DEBUG    ya.test:process.py:263 Command (pid 97405) wtime: 0.491
DEBUG    ya.test:process.py:275 Command (pid 97405) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 3 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_row_dispatcher.py::TestPqRowDispatcher, test_name: test_filters_non_optional_field)
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_filters_non_optional_field_input"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_filters_non_optional_field_output"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE time > 101;"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "7129a367-a170-4056-8306-5ea66f08a04e"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jc57pqcj8d9ga"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc57pqcj8d9ga"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328098
        nanos: 973766000
      }
      modified_at {
        seconds: 1761328098
        nanos: 973766000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc57ppmt11pb3-ptqudu2jc57pqcj8d9ga"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328098
      nanos: 973766000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE time > 101;"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc57pqcj8d9ga"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328098
        nanos: 973766000
      }
      modified_at {
        seconds: 1761328098
        nanos: 973766000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328099
      nanos: 550000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc57ppmt11pb3-ptqudu2jc57pqcj8d9ga"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328098
      nanos: 973766000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE time > 101;"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`time` > 101)"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"B\\x19\\b\\x06\\x12\\x06\\x12\\x04time\\x1A\\r\\n\\v\\n\\x02\\b\\x01\\x12\\x05\\x15e\\x00\\x00\\x00\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (block \'(\n    (let $21 (Member $20 \'\"time\"))\n    (return (OptionalIf (> $21 (Int32 \'\"101\")) (AsStruct \'(\'\"column0\" (SafeCast $21 $12)))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200573)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_filters_non_optional_field_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0010*\014shard-000000\032\021\"\0011*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_filters_non_optional_field_input: ['{"time": 101, "data": "hello1", "event": "event1", "nested": {"xyz": "key"}}', '{"time": 102, "data": "hello2", "event": "event2", "nested": ["abc", "key"]}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:28809', '--database', 'local', '--topic-path', 'test_filters_non_optional_field_output', '--consumer-name', 'test_filters_non_optional_field_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 98595
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 98595) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 98595) elapsed time (sec): 4.114285469055176
DEBUG    ya.test:process.py:263 Command (pid 98595) wtime: 4.116
DEBUG    ya.test:process.py:275 Command (pid 98595) output:
None
DEBUG    ya.test:process.py:276 Command (pid 98595) errors:
2025-10-24T17:48:21.505914Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Starting read session
2025-10-24T17:48:21.505959Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Starting session to cluster null (localhost:28809)
2025-10-24T17:48:21.506371Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:21.506383Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:21.506389Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:21.510950Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] Successfully connected. Initializing session
2025-10-24T17:48:21.514021Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] Server session id: test_filters_non_optional_field_consumer_1_1_12765186464824059286_v1
2025-10-24T17:48:21.514280Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:21.517240Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_filters_non_optional_field_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:22.506613Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:0:0
2025-10-24T17:48:22.506667Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1000 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:25.570725Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:25.570813Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (0-0)
2025-10-24T17:48:25.570862Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (0-0)
2025-10-24T17:48:25.570944Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] Commit offsets [0, 1). Partition stream id: 1
2025-10-24T17:48:25.571005Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:48:25.577169Z :DEBUG: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 1 messages
2025-10-24T17:48:25.578272Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:25.578304Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:0:1
2025-10-24T17:48:25.578315Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Counters: { Errors: 0 CurrentSessionLifetimeMs: 4072 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:25.578574Z :NOTICE: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:25.578710Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:25.578722Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:0:1
2025-10-24T17:48:25.578745Z :INFO: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Counters: { Errors: 0 CurrentSessionLifetimeMs: 4072 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:25.578755Z :NOTICE: [local] [local] [dce68979-3d714c12-a139c3d2-169af73e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_filters_non_optional_field_output: ['102']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc57pqcj8d9ga"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328098
        nanos: 973766000
      }
      modified_at {
        seconds: 1761328105
        nanos: 782175000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328099
      nanos: 550000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc57ppmt11pb3-ptqudu2jc57pqcj8d9ga"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328098
      nanos: 973766000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE time > 101;"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`time` > 101)"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"0.00s\",\"count\":1,\"avg\":\"0.00s\",\"max\":\"0.00s\",\"min\":\"0.00s\"}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"B\\x19\\b\\x06\\x12\\x06\\x12\\x04time\\x1A\\r\\n\\v\\n\\x02\\b\\x01\\x12\\x05\\x15e\\x00\\x00\\x00\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (block \'(\n    (let $21 (Member $20 \'\"time\"))\n    (return (OptionalIf (> $21 (Int32 \'\"101\")) (AsStruct \'(\'\"column0\" (SafeCast $21 $12)))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200573)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc57pqcj8d9ga"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328098
        nanos: 973766000
      }
      modified_at {
        seconds: 1761328105
        nanos: 782175000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328099
      nanos: 550000000
    }
    finished_at {
      seconds: 1761328105
      nanos: 926000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc57ppmt11pb3-ptqudu2jc57pqcj8d9ga"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328098
      nanos: 973766000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE time > 101;"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`time` > 101)"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"48ms\",\"count\":1,\"avg\":\"48ms\",\"max\":\"48ms\",\"min\":\"48ms\"},\"EgressRows\":{\"sum\":6,\"count\":1,\"avg\":6,\"max\":6,\"min\":6},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"B\\x19\\b\\x06\\x12\\x06\\x12\\x04time\\x1A\\r\\n\\v\\n\\x02\\b\\x01\\x12\\x05\\x15e\\x00\\x00\\x00\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (block \'(\n    (let $21 (Member $20 \'\"time\"))\n    (return (OptionalIf (> $21 (Int32 \'\"101\")) (AsStruct \'(\'\"column0\" (SafeCast $21 $12)))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200573)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE data = \"hello2\""
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "16487394-160e-4357-bf91-4e9a6aa22237"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jbt0ibpeef2kj"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jbt0ibpeef2kj"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328107
        nanos: 599416000
      }
      modified_at {
        seconds: 1761328107
        nanos: 599416000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jbt0iblu6c4pm-ptqudu2jbt0ibpeef2kj"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328107
      nanos: 599416000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jbt0ibpeef2kj"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328107
        nanos: 599416000
      }
      modified_at {
        seconds: 1761328107
        nanos: 599416000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328107
      nanos: 652000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jbt0iblu6c4pm-ptqudu2jbt0ibpeef2kj"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328107
      nanos: 599416000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`data` = \"hello2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"data\" $4) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"data\" \'\"time\") $10 $11 \'\"B\\x1D\\b\\x03\\x12\\x06\\x12\\x04data\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06hello2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"data\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (== (Member $21 \'\"data\") (String \'\"hello2\")) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200593)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_filters_non_optional_field_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0012*\014shard-000000\032\021\"\0013*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_filters_non_optional_field_input: ['{"time": 101, "data": "hello1", "event": "event1", "nested": {"xyz": "key"}}', '{"time": 102, "data": "hello2", "event": "event2", "nested": ["abc", "key"]}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:28809', '--database', 'local', '--topic-path', 'test_filters_non_optional_field_output', '--consumer-name', 'test_filters_non_optional_field_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 100416
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 100416) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 100416) elapsed time (sec): 3.7241108417510986
DEBUG    ya.test:process.py:263 Command (pid 100416) wtime: 3.728
DEBUG    ya.test:process.py:275 Command (pid 100416) output:
None
DEBUG    ya.test:process.py:276 Command (pid 100416) errors:
2025-10-24T17:48:29.412689Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Starting read session
2025-10-24T17:48:29.412733Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Starting session to cluster null (localhost:28809)
2025-10-24T17:48:29.413239Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:29.413262Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:29.413267Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:29.422482Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] Successfully connected. Initializing session
2025-10-24T17:48:29.427250Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] Server session id: test_filters_non_optional_field_consumer_1_3_2880787930166123515_v1
2025-10-24T17:48:29.428161Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:29.428300Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_filters_non_optional_field_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:30.413614Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:0:1
2025-10-24T17:48:30.425089Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1000 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:32.985286Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:32.986154Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (1-1)
2025-10-24T17:48:32.986217Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (1-1)
2025-10-24T17:48:32.986324Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] Commit offsets [1, 2). Partition stream id: 1
2025-10-24T17:48:32.986515Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:48:32.989648Z :DEBUG: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 1 messages
2025-10-24T17:48:32.990056Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:32.990099Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:1:2
2025-10-24T17:48:32.990112Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3577 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:32.990351Z :NOTICE: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:32.990954Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:32.990971Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:1:2
2025-10-24T17:48:32.990993Z :INFO: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3578 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:32.991006Z :NOTICE: [local] [local] [48d612f4-b6214a6a-38f4ebc-bf31a9aa] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_filters_non_optional_field_output: ['102']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jbt0ibpeef2kj"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328107
        nanos: 599416000
      }
      modified_at {
        seconds: 1761328113
        nanos: 139147000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328107
      nanos: 652000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jbt0iblu6c4pm-ptqudu2jbt0ibpeef2kj"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328107
      nanos: 599416000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`data` = \"hello2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"0.00s\",\"count\":1,\"avg\":\"0.00s\",\"max\":\"0.00s\",\"min\":\"0.00s\"}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"data\" $4) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"data\" \'\"time\") $10 $11 \'\"B\\x1D\\b\\x03\\x12\\x06\\x12\\x04data\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06hello2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"data\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (== (Member $21 \'\"data\") (String \'\"hello2\")) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200593)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jbt0ibpeef2kj"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328107
        nanos: 599416000
      }
      modified_at {
        seconds: 1761328113
        nanos: 139147000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328107
      nanos: 652000000
    }
    finished_at {
      seconds: 1761328113
      nanos: 901000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jbt0iblu6c4pm-ptqudu2jbt0ibpeef2kj"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328107
      nanos: 599416000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`data` = \"hello2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"78ms\",\"count\":1,\"avg\":\"78ms\",\"max\":\"78ms\",\"min\":\"78ms\"},\"IngressRows\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"EgressBytes\":{\"sum\":3,\"count\":1,\"avg\":3,\"max\":3,\"min\":3},\"EgressRows\":{\"sum\":7,\"count\":1,\"avg\":7,\"max\":7,\"min\":7},\"MaxMemoryUsage\":{\"sum\":196608,\"count\":1,\"avg\":196608,\"max\":196608,\"min\":196608},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"data\" $4) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"data\" \'\"time\") $10 $11 \'\"B\\x1D\\b\\x03\\x12\\x06\\x12\\x04data\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06hello2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"data\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (== (Member $21 \'\"data\") (String \'\"hello2\")) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200593)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE  event IS NOT DISTINCT FROM \"event2\""
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "fda3c4f9-f917-45b7-ac15-440f58f3c839"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jblj2i7puvutg"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jblj2i7puvutg"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328115
        nanos: 381614000
      }
      modified_at {
        seconds: 1761328115
        nanos: 381614000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jblj2i3vde5oo-ptqudu2jblj2i7puvutg"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328115
      nanos: 381614000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE  event IS NOT DISTINCT FROM \"event2\""
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jblj2i7puvutg"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328115
        nanos: 381614000
      }
      modified_at {
        seconds: 1761328115
        nanos: 381614000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328115
      nanos: 433000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jblj2i3vde5oo-ptqudu2jblj2i7puvutg"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328115
      nanos: 381614000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE  event IS NOT DISTINCT FROM \"event2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`event` IS NOT DISTINCT FROM \"event2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"event\" $4) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"event\" \'\"time\") $10 $11 \'\"B\\x1E\\b\\a\\x12\\a\\x12\\x05event\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06event2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"event\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (AggrEquals (Member $21 \'\"event\") (String \'\"event2\")) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200609)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_filters_non_optional_field_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0014*\014shard-000000\032\021\"\0015*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_filters_non_optional_field_input: ['{"time": 101, "data": "hello1", "event": "event1", "nested": {"xyz": "key"}}', '{"time": 102, "data": "hello2", "event": "event2", "nested": ["abc", "key"]}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/0006ed/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:28809', '--database', 'local', '--topic-path', 'test_filters_non_optional_field_output', '--consumer-name', 'test_filters_non_optional_field_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 101796
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 101796) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 101796) elapsed time (sec): 3.5203890800476074
DEBUG    ya.test:process.py:263 Command (pid 101796) wtime: 3.522
DEBUG    ya.test:process.py:275 Command (pid 101796) output:
None
DEBUG    ya.test:process.py:276 Command (pid 101796) errors:
2025-10-24T17:48:37.207277Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Starting read session
2025-10-24T17:48:37.208610Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Starting session to cluster null (localhost:28809)
2025-10-24T17:48:37.209204Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:37.209218Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:37.209224Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:37.215801Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] Successfully connected. Initializing session
2025-10-24T17:48:37.220521Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] Server session id: test_filters_non_optional_field_consumer_1_5_12022620858715872705_v1
2025-10-24T17:48:37.220650Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:37.224154Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_filters_non_optional_field_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:38.212429Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:0:2
2025-10-24T17:48:38.212464Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1005 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:40.662887Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:40.662979Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (2-2)
2025-10-24T17:48:40.663040Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (2-2)
2025-10-24T17:48:40.663192Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] Commit offsets [2, 3). Partition stream id: 1
2025-10-24T17:48:40.663371Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:48:40.666792Z :DEBUG: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 1 messages
2025-10-24T17:48:40.667023Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:40.667057Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:2:3
2025-10-24T17:48:40.667068Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3459 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:40.667345Z :NOTICE: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:40.667613Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:40.667639Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_non_optional_field_output:0:1:2:3
2025-10-24T17:48:40.667660Z :INFO: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3460 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:40.667670Z :NOTICE: [local] [local] [cfbb0a3e-8458c4e7-3f889ffe-a9e6eca1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_filters_non_optional_field_output: ['102']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jblj2i7puvutg"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328115
        nanos: 381614000
      }
      modified_at {
        seconds: 1761328120
        nanos: 726260000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328115
      nanos: 433000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jblj2i3vde5oo-ptqudu2jblj2i7puvutg"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328115
      nanos: 381614000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE  event IS NOT DISTINCT FROM \"event2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`event` IS NOT DISTINCT FROM \"event2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"0.00s\",\"count\":1,\"avg\":\"0.00s\",\"max\":\"0.00s\",\"min\":\"0.00s\"}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"event\" $4) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"event\" \'\"time\") $10 $11 \'\"B\\x1E\\b\\a\\x12\\a\\x12\\x05event\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06event2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"event\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (AggrEquals (Member $21 \'\"event\") (String \'\"event2\")) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200609)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jblj2i7puvutg"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328115
        nanos: 381614000
      }
      modified_at {
        seconds: 1761328120
        nanos: 726260000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328115
      nanos: 433000000
    }
    finished_at {
      seconds: 1761328121
      nanos: 611000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jblj2i3vde5oo-ptqudu2jblj2i7puvutg"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328115
      nanos: 381614000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE  event IS NOT DISTINCT FROM \"event2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`event` IS NOT DISTINCT FROM \"event2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"74ms\",\"count\":1,\"avg\":\"74ms\",\"max\":\"74ms\",\"min\":\"74ms\"},\"IngressRows\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"EgressBytes\":{\"sum\":3,\"count\":1,\"avg\":3,\"max\":3,\"min\":3},\"EgressRows\":{\"sum\":7,\"count\":1,\"avg\":7,\"max\":7,\"min\":7},\"MaxMemoryUsage\":{\"sum\":196608,\"count\":1,\"avg\":196608,\"max\":196608,\"min\":196608},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"event\" $4) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:28809\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jc5n46itinl64\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"event\" \'\"time\") $10 $11 \'\"B\\x1E\\b\\a\\x12\\a\\x12\\x05event\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06event2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_non_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"event\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (AggrEquals (Member $21 \'\"event\") (String \'\"event2\")) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200609)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE  event IS DISTINCT FROM \"event1\""
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "319e35a9-3b2c-4a30-87bd-bb9399cba9bf"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jbeb19i0crq86"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jbeb19i0crq86"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328122
        nanos: 985078000
      }
      modified_at {
        seconds: 1761328122
        nanos: 985078000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jbeb19e03p18r-ptqudu2jbeb19i0crq86"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328122
      nanos: 985078000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_non_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_non_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String NOT NULL, event String NOT NULL, nested Json NOT NULL)) WHERE  event IS DISTINCT FROM \"event1\""
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result:
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:30757/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25208
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13024
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5431
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30757
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6412
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16118
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:63118/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:14637/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:9419/2
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20470
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61047
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29310
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14637
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26490
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15413
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6792
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9419
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25137
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6994
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17046
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63118
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8002
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15582
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14193
============================== slowest durations ===============================
85.18s call     test_row_dispatcher.py::TestPqRowDispatcher::test_filters_non_optional_field
33.02s teardown test_row_dispatcher.py::TestPqRowDispatcher::test_filters_non_optional_field
3.44s setup    test_row_dispatcher.py::TestPqRowDispatcher::test_filters_non_optional_field
=========================== short test summary info ============================
FAILED test_row_dispatcher.py::TestPqRowDispatcher::test_filters_non_optional_field - ydb.tests.tools.fq_runner.fq_client.FederatedQueryException: [message: "GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:28809: Failed to connect to remote host: Connection refused"
severity: 1
, message: "Grpc error response on endpoint ghrun-fxjgiv2a5i.auto.internal:28809"
severity: 1
]
================ 1 failed, 106 deselected in 123.79s (0:02:03) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

test_row_dispatcher.py F

=================================== FAILURES ===================================
_______________ TestPqRowDispatcher.test_filters_optional_field ________________
ydb/tests/fq/yds/test_row_dispatcher.py:395: in test_filters_optional_field
    self.run_and_check(kikimr, client, sql + filter, data, expected, 'predicate: (((`field1` % `field2`) / 5) = 1)')
ydb/tests/fq/yds/test_row_dispatcher.py:109: in run_and_check
    query_id = start_yds_query(kikimr, client, sql)
ydb/tests/fq/yds/test_row_dispatcher.py:45: in start_yds_query
    client.wait_query_status(query_id, fq.QueryMeta.RUNNING)
ydb/tests/tools/fq_runner/fq_client.py:327: in wait_query_status
    return self.wait_query(query_id, timeout, statuses=statuses).query.meta.status
ydb/tests/tools/fq_runner/fq_client.py:308: in wait_query
    response = self.describe_query(query_id)
library/python/retry/__init__.py:214: in wrapped
    return _retry(obj.retry_conf, functools.partial(f, obj, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/fq_client.py:285: in describe_query
    return FederatedQueryClient.Response(response.operation.issues, result, check_issues)
ydb/tests/tools/fq_runner/fq_client.py:97: in __init__
    raise FederatedQueryException(issues, result)
E   ydb.tests.tools.fq_runner.fq_client.FederatedQueryException: [message: "GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:25456: Failed to connect to remote host: Connection refused"
E   severity: 1
E   , message: "Grpc error response on endpoint ghrun-fxjgiv2a5i.auto.internal:25456"
E   severity: 1
E   ]
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_filters_optional_field
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18638
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23606
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26422
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63964
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25171
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11805
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64503
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f770b5dc-215f-462d-83c8-ed7ffa9b741f, localhost:25456): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f770b5dc-215f-462d-83c8-ed7ffa9b741f, localhost:25456): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f770b5dc-215f-462d-83c8-ed7ffa9b741f, localhost:25456): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-fxjgiv2a5i.auto.internal" port: 25456 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-fxjgiv2a5i.auto.internal:25456, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25456
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fbba7433d50 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fbba7430380>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbba7430380>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8daf4484-e89a-4eb2-beaf-443105cd71fd, ghrun-fxjgiv2a5i.auto.internal:25456): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8daf4484-e89a-4eb2-beaf-443105cd71fd, ghrun-fxjgiv2a5i.auto.internal:25456): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 8daf4484-e89a-4eb2-beaf-443105cd71fd, ghrun-fxjgiv2a5i.auto.internal:25456): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8daf4484-e89a-4eb2-beaf-443105cd71fd, ghrun-fxjgiv2a5i.auto.internal:25456): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTA3OTlmNTMtNjU3YTQ5MTAtMjgwMGZiZGQtNmMxZjlkYTc=" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 8daf4484-e89a-4eb2-beaf-443105cd71fd, ghrun-fxjgiv2a5i.auto.internal:25456): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbba7430380>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fbba7430380>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, f2081878-d49b-4bc5-95be-d01b6931b782, ghrun-fxjgiv2a5i.auto.internal:25456): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, f2081878-d49b-4bc5-95be-d01b6931b782, ghrun-fxjgiv2a5i.auto.internal:25456): request = { session_id: "ydb://session/3?node_id=1&id=ZTA3OTlmNTMtNjU3YTQ5MTAtMjgwMGZiZGQtNmMxZjlkYTc=" path: "local/DbPoolStorage_367536ec-22b1-4dce-a6cb-da6be0a30412/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, f2081878-d49b-4bc5-95be-d01b6931b782, ghrun-fxjgiv2a5i.auto.internal:25456): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbba7430380>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 751d2f29-7a08-46db-8395-1cac9ebf01e2, ghrun-fxjgiv2a5i.auto.internal:25456): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 751d2f29-7a08-46db-8395-1cac9ebf01e2, ghrun-fxjgiv2a5i.auto.internal:25456): request = { session_id: "ydb://session/3?node_id=1&id=ZTA3OTlmNTMtNjU3YTQ5MTAtMjgwMGZiZGQtNmMxZjlkYTc=" path: "local/DbPoolStorage_367536ec-22b1-4dce-a6cb-da6be0a30412/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 751d2f29-7a08-46db-8395-1cac9ebf01e2, ghrun-fxjgiv2a5i.auto.internal:25456): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbba7430380>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e3e7eff-a477-4730-8329-3d3cba0e3c17, ghrun-fxjgiv2a5i.auto.internal:25456): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e3e7eff-a477-4730-8329-3d3cba0e3c17, ghrun-fxjgiv2a5i.auto.internal:25456): request = { session_id: "ydb://session/3?node_id=1&id=ZTA3OTlmNTMtNjU3YTQ5MTAtMjgwMGZiZGQtNmMxZjlkYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_367536ec-22b1-4dce-a6cb-da6be0a30412\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/compute\", \"/compute\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e3e7eff-a477-4730-8329-3d3cba0e3c17, ghrun-fxjgiv2a5i.auto.internal:25456): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbba7430380>
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11381
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65445
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27812
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/cp/node_1/logfile_mipxnchf.log --grpc-port=64503 --mon-port=11381 --ic-port=26422 --module=1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/cp/node_1/logfile_mipxnchf.log --grpc-port=64503 --mon-port=11381 --ic-port=26422 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/cp/kikimr_configs/config.yaml', '--node=1', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/cp/node_1/logfile_mipxnchf.log', '--grpc-port=64503', '--mon-port=11381', '--ic-port=26422', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/cp/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 90703
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:64503/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 90763
DEBUG    ya.test:process.py:259 Command (pid 90763) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 90763) elapsed time (sec): 0.6229891777038574
DEBUG    ya.test:process.py:263 Command (pid 90763) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 90763) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 90763) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) nivcsw: 122
DEBUG    ya.test:process.py:263 Command (pid 90763) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 90763) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 90763) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 90763) stime: 0.27558099999999996
DEBUG    ya.test:process.py:263 Command (pid 90763) utime: 0.12592799999999998
DEBUG    ya.test:process.py:263 Command (pid 90763) wtime: 0.639
DEBUG    ya.test:process.py:275 Command (pid 90763) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20333
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21060
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27639
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22441
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_1/logfile_39nprdvp.log --grpc-port=20333 --mon-port=21060 --ic-port=63964 --module=1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26977
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13971
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22976
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30803
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_2/logfile_z5gon2kp.log --grpc-port=26977 --mon-port=13971 --ic-port=25171 --module=2
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4680
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10322
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11657
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1125
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_3/logfile_edg40ta2.log --grpc-port=4680 --mon-port=10322 --ic-port=11805 --module=3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_1/logfile_39nprdvp.log --grpc-port=20333 --mon-port=21060 --ic-port=63964 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs/config.yaml', '--node=1', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_1/logfile_39nprdvp.log', '--grpc-port=20333', '--mon-port=21060', '--ic-port=63964', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 91080
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:20333/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 91090
DEBUG    ya.test:process.py:259 Command (pid 91090) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 91090) elapsed time (sec): 0.6087632179260254
DEBUG    ya.test:process.py:263 Command (pid 91090) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 91090) minflt: 16650
DEBUG    ya.test:process.py:263 Command (pid 91090) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) nivcsw: 80
DEBUG    ya.test:process.py:263 Command (pid 91090) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 91090) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 91090) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 91090) stime: 0.369286
DEBUG    ya.test:process.py:263 Command (pid 91090) utime: 0.12178599999999999
DEBUG    ya.test:process.py:263 Command (pid 91090) wtime: 0.61
DEBUG    ya.test:process.py:275 Command (pid 91090) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_2/logfile_z5gon2kp.log --grpc-port=26977 --mon-port=13971 --ic-port=25171 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs/config.yaml', '--node=2', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_2/logfile_z5gon2kp.log', '--grpc-port=26977', '--mon-port=13971', '--ic-port=25171', '--module=2')' in '/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 91302
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:26977/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 91303
DEBUG    ya.test:process.py:259 Command (pid 91303) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 91303) elapsed time (sec): 0.5194616317749023
DEBUG    ya.test:process.py:263 Command (pid 91303) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 91303) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 91303) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) nivcsw: 121
DEBUG    ya.test:process.py:263 Command (pid 91303) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 91303) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 91303) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 91303) stime: 0.248473
DEBUG    ya.test:process.py:263 Command (pid 91303) utime: 0.11578
DEBUG    ya.test:process.py:263 Command (pid 91303) wtime: 0.522
DEBUG    ya.test:process.py:275 Command (pid 91303) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 2 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_3/logfile_edg40ta2.log --grpc-port=4680 --mon-port=10322 --ic-port=11805 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/kikimr_configs/config.yaml', '--node=3', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_3/logfile_edg40ta2.log', '--grpc-port=4680', '--mon-port=10322', '--ic-port=11805', '--module=3')' in '/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_filters_optional_field/compute/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 91410
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:4680/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000700/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 91412
DEBUG    ya.test:process.py:259 Command (pid 91412) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 91412) elapsed time (sec): 0.5293760299682617
DEBUG    ya.test:process.py:263 Command (pid 91412) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 91412) minflt: 16121
DEBUG    ya.test:process.py:263 Command (pid 91412) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 91412) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 91412) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 91412) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 91412) stime: 0.250337
DEBUG    ya.test:process.py:263 Command (pid 91412) utime: 0.123814
DEBUG    ya.test:process.py:263 Command (pid 91412) wtime: 0.531
DEBUG    ya.test:process.py:275 Command (pid 91412) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 3 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_row_dispatcher.py::TestPqRowDispatcher, test_name: test_filters_optional_field)
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_filters_optional_field_input"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_filters_optional_field_output"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE data = \"hello2\""
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "37ce8076-31d1-4c14-a033-0d8c8f61c04b"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jchvj2u6hnkor"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jchvj2u6hnkor"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328085
        nanos: 611334000
      }
      modified_at {
        seconds: 1761328085
        nanos: 611334000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jchvj1utl9hpr-ptqudu2jchvj2u6hnkor"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328085
      nanos: 611334000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jchvj2u6hnkor"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328085
        nanos: 611334000
      }
      modified_at {
        seconds: 1761328085
        nanos: 611334000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328086
      nanos: 133000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jchvj1utl9hpr-ptqudu2jchvj2u6hnkor"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328085
      nanos: 611334000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`data` = \"hello2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"data\" (OptionalType $4)) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"data\" \'\"time\") $10 $11 \'\"B\\x1D\\b\\x03\\x12\\x06\\x12\\x04data\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06hello2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"data\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (Coalesce (== (Member $21 \'\"data\") (String \'\"hello2\")) (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200693)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_filters_optional_field_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0010*\014shard-000000\032\021\"\0011*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_filters_optional_field_input: ['{"time": 101, "data": "hello1", "event": "event1", "flag": false, "field1": 5, "field2": 5, "nested": {"xyz": "key"}}', '{"time": 102, "data": "hello2", "event": "event2", "flag": true, "field1": 5, "field2": 1005, "nested": ["abc", "key"]}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:25456', '--database', 'local', '--topic-path', 'test_filters_optional_field_output', '--consumer-name', 'test_filters_optional_field_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 92427
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 92427) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 92427) elapsed time (sec): 5.063650846481323
DEBUG    ya.test:process.py:263 Command (pid 92427) wtime: 5.065
DEBUG    ya.test:process.py:275 Command (pid 92427) output:
None
DEBUG    ya.test:process.py:276 Command (pid 92427) errors:
2025-10-24T17:48:07.522249Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Starting read session
2025-10-24T17:48:07.522300Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Starting session to cluster null (localhost:25456)
2025-10-24T17:48:07.522813Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:07.522823Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:07.522829Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:07.528445Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] Successfully connected. Initializing session
2025-10-24T17:48:07.539126Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] Server session id: test_filters_optional_field_consumer_1_1_5665894033946636983_v1
2025-10-24T17:48:07.539247Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:07.545857Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_filters_optional_field_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:08.523631Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:0:0
2025-10-24T17:48:08.523666Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1001 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:12.470976Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:12.471054Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (0-0)
2025-10-24T17:48:12.471105Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (0-0)
2025-10-24T17:48:12.473471Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] Commit offsets [0, 1). Partition stream id: 1
2025-10-24T17:48:12.473624Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:48:12.484609Z :DEBUG: [local] [local] [187a3abf-8f95911-768140fa-722f126b] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 1 messages
2025-10-24T17:48:12.484816Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:12.484840Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:0:1
2025-10-24T17:48:12.484850Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Counters: { Errors: 0 CurrentSessionLifetimeMs: 4962 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:12.485202Z :NOTICE: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:12.485429Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:12.485440Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:0:1
2025-10-24T17:48:12.485462Z :INFO: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Counters: { Errors: 0 CurrentSessionLifetimeMs: 4963 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:12.485472Z :NOTICE: [local] [local] [187a3abf-8f95911-768140fa-722f126b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_filters_optional_field_output: ['102']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jchvj2u6hnkor"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328085
        nanos: 611334000
      }
      modified_at {
        seconds: 1761328092
        nanos: 745970000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328086
      nanos: 133000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jchvj1utl9hpr-ptqudu2jchvj2u6hnkor"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328085
      nanos: 611334000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`data` = \"hello2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"87ms\",\"count\":1,\"avg\":\"87ms\",\"max\":\"87ms\",\"min\":\"87ms\"},\"EgressRows\":{\"sum\":6,\"count\":1,\"avg\":6,\"max\":6,\"min\":6},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"data\" (OptionalType $4)) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"data\" \'\"time\") $10 $11 \'\"B\\x1D\\b\\x03\\x12\\x06\\x12\\x04data\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06hello2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"data\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (Coalesce (== (Member $21 \'\"data\") (String \'\"hello2\")) (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200693)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jchvj2u6hnkor"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328085
        nanos: 611334000
      }
      modified_at {
        seconds: 1761328092
        nanos: 745970000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328086
      nanos: 133000000
    }
    finished_at {
      seconds: 1761328093
      nanos: 601000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jchvj1utl9hpr-ptqudu2jchvj2u6hnkor"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328085
      nanos: 611334000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE data = \"hello2\""
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: (`data` = \"hello2\")"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"87ms\",\"count\":1,\"avg\":\"87ms\",\"max\":\"87ms\",\"min\":\"87ms\"},\"EgressRows\":{\"sum\":6,\"count\":1,\"avg\":6,\"max\":6,\"min\":6},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (DataType \'String))\n(let $5 (StructType \'(\'\"data\" (OptionalType $4)) \'(\'\"time\" (DataType \'Uint64))))\n(let $6 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $5))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $6 \'(\'\"data\" \'\"time\") $10 $11 \'\"B\\x1D\\b\\x03\\x12\\x06\\x12\\x04data\\x1A\\x11\\n\\x0F\\n\\x03\\b\\x81 \\x12\\bB\\x06hello2\" $5 \'\"\"))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $4))))\n(let $15 (DqPqTopicSink $14 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $18 (DqSourceWideWrap $16 $2 $5 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"data\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (Coalesce (== (Member $21 \'\"data\") (String \'\"hello2\")) (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $4)))))))\n))) \'(\'(\'\"_logical_id\" \'200693)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE flag"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "c830e239-f264-433d-b125-6823e76b5adc"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jc8svu3tsv8no"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc8svu3tsv8no"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328095
        nanos: 133677000
      }
      modified_at {
        seconds: 1761328095
        nanos: 133677000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc8svtt8mj3gd-ptqudu2jc8svu3tsv8no"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328095
      nanos: 133677000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE flag"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc8svu3tsv8no"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328095
        nanos: 133677000
      }
      modified_at {
        seconds: 1761328095
        nanos: 133677000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328095
      nanos: 162000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc8svtt8mj3gd-ptqudu2jc8svu3tsv8no"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328095
      nanos: 133677000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE flag"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: `flag`"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"flag\" (OptionalType (DataType \'Bool))) \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"flag\" \'\"time\") $9 $10 \'\"J\\b\\n\\x06\\x12\\x04flag\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"flag\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (Coalesce (Member $21 \'\"flag\") (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200670)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_filters_optional_field_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0012*\014shard-000000\032\021\"\0013*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_filters_optional_field_input: ['{"time": 101, "data": "hello1", "event": "event1", "flag": false, "field1": 5, "field2": 5, "nested": {"xyz": "key"}}', '{"time": 102, "data": "hello2", "event": "event2", "flag": true, "field1": 5, "field2": 1005, "nested": ["abc", "key"]}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:25456', '--database', 'local', '--topic-path', 'test_filters_optional_field_output', '--consumer-name', 'test_filters_optional_field_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 96967
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 96967) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 96967) elapsed time (sec): 3.5229880809783936
DEBUG    ya.test:process.py:263 Command (pid 96967) wtime: 3.524
DEBUG    ya.test:process.py:275 Command (pid 96967) output:
None
DEBUG    ya.test:process.py:276 Command (pid 96967) errors:
2025-10-24T17:48:17.019525Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Starting read session
2025-10-24T17:48:17.019578Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Starting session to cluster null (localhost:25456)
2025-10-24T17:48:17.020051Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:17.020064Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:17.020068Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:17.024833Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] Successfully connected. Initializing session
2025-10-24T17:48:17.031071Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] Server session id: test_filters_optional_field_consumer_1_3_15625206488169316223_v1
2025-10-24T17:48:17.031161Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:17.033332Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_filters_optional_field_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:18.020788Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:0:1
2025-10-24T17:48:18.020823Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1001 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:20.472201Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:20.472500Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (1-1)
2025-10-24T17:48:20.472539Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (1-1)
2025-10-24T17:48:20.472678Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] Commit offsets [1, 2). Partition stream id: 1
2025-10-24T17:48:20.472762Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:48:20.478154Z :DEBUG: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 1 messages
2025-10-24T17:48:20.478307Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:20.478382Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:1:2
2025-10-24T17:48:20.478945Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3458 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:20.479225Z :NOTICE: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:20.479834Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:20.479864Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:1:2
2025-10-24T17:48:20.479887Z :INFO: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3460 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:20.479912Z :NOTICE: [local] [local] [1fabcd2c-4ee26e6b-ab19220e-fa113202] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_filters_optional_field_output: ['102']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc8svu3tsv8no"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328095
        nanos: 133677000
      }
      modified_at {
        seconds: 1761328100
        nanos: 558179000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328095
      nanos: 162000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc8svtt8mj3gd-ptqudu2jc8svu3tsv8no"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328095
      nanos: 133677000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE flag"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: `flag`"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"0.00s\",\"count\":1,\"avg\":\"0.00s\",\"max\":\"0.00s\",\"min\":\"0.00s\"}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"flag\" (OptionalType (DataType \'Bool))) \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"flag\" \'\"time\") $9 $10 \'\"J\\b\\n\\x06\\x12\\x04flag\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"flag\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (Coalesce (Member $21 \'\"flag\") (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200670)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc8svu3tsv8no"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328095
        nanos: 133677000
      }
      modified_at {
        seconds: 1761328100
        nanos: 558179000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328095
      nanos: 162000000
    }
    finished_at {
      seconds: 1761328101
      nanos: 404000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc8svtt8mj3gd-ptqudu2jc8svu3tsv8no"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328095
      nanos: 133677000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE flag"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: `flag`"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"73ms\",\"count\":1,\"avg\":\"73ms\",\"max\":\"73ms\",\"min\":\"73ms\"},\"IngressRows\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"EgressBytes\":{\"sum\":3,\"count\":1,\"avg\":3,\"max\":3,\"min\":3},\"EgressRows\":{\"sum\":7,\"count\":1,\"avg\":7,\"max\":7,\"min\":7},\"MaxMemoryUsage\":{\"sum\":196608,\"count\":1,\"avg\":196608,\"max\":196608,\"min\":196608},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"flag\" (OptionalType (DataType \'Bool))) \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"flag\" \'\"time\") $9 $10 \'\"J\\b\\n\\x06\\x12\\x04flag\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19 $20) (AsStruct \'(\'\"flag\" $19) \'(\'\"time\" $20)))) (lambda \'($21) (OptionalIf (Coalesce (Member $21 \'\"flag\") (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast (Member $21 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200670)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE time * (field2 - field1) != 0"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "34140c79-213e-46f2-b3a4-8b8e523ee3e4"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jc1hnie6ccddi"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc1hnie6ccddi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328102
        nanos: 842740000
      }
      modified_at {
        seconds: 1761328102
        nanos: 842740000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc1hnib8amu7r-ptqudu2jc1hnie6ccddi"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328102
      nanos: 842740000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE time * (field2 - field1) != 0"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc1hnie6ccddi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328102
        nanos: 842740000
      }
      modified_at {
        seconds: 1761328102
        nanos: 842740000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328102
      nanos: 962000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc1hnib8amu7r-ptqudu2jc1hnie6ccddi"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328102
      nanos: 842740000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE time * (field2 - field1) != 0"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Type annotation"
    issue_code: 1030
    severity: 2
    issues {
      position {
        row: 3
        column: 29
      }
      message: "At function: RemoveSystemMembers"
      end_position {
        row: 3
        column: 29
      }
      severity: 2
      issues {
        position {
          row: 4
          column: 13
        }
        message: "At function: PersistableRepr, At function: SqlProject"
        end_position {
          row: 4
          column: 13
        }
        severity: 2
        issues {
          position {
            row: 5
            column: 141
          }
          message: "At function: Filter, At lambda, At function: Coalesce"
          end_position {
            row: 5
            column: 141
          }
          severity: 2
          issues {
            position {
              row: 5
              column: 186
            }
            message: "At function: !="
            end_position {
              row: 5
              column: 186
            }
            severity: 2
            issues {
              position {
                row: 5
                column: 166
              }
              message: "At function: *"
              end_position {
                row: 5
                column: 166
              }
              severity: 2
              issues {
                position {
                  row: 5
                  column: 166
                }
                message: "Integral type implicit bitcast: Uint64 and Optional<Int64>"
                end_position {
                  row: 5
                  column: 166
                }
                issue_code: 1107
                severity: 2
              }
            }
          }
        }
      }
    }
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: ((`time` * (`field2` - `field1`)) <> 0)"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"field1\" (OptionalType (DataType \'Uint8))) \'(\'\"field2\" (OptionalType (DataType \'Int64))) \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"field1\" \'\"field2\" \'\"time\"))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $5 $6 $10 $11 \'\"B9\\b\\x04\\x12&\\x1A$\\b\\x01\\x12\\x06\\x12\\x04time\\x1A\\x18\\x1A\\x16\\b\\x03\\x12\\b\\x12\\x06field2\\x1A\\b\\x12\\x06field1\\x1A\\r\\n\\v\\n\\x02\\b\\x01\\x12\\x05\\x15\\x00\\x00\\x00\\x00\" $4 \'\"\"))\n(let $13 (DataType \'String))\n(let $14 (DataSink \'\"pq\" \'\"yds\"))\n(let $15 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $13))))\n(let $16 (DqPqTopicSink $15 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($17) (block \'(\n  (let $18 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $19 (DqSourceWideWrap $17 $2 $4 $18))\n  (return (FlatMap (NarrowMap $19 (lambda \'($20 $21 $22) (AsStruct \'(\'\"field1\" $20) \'(\'\"field2\" $21) \'(\'\"time\" $22)))) (lambda \'($23) (block \'(\n    (let $24 (Member $23 \'\"time\"))\n    (return (OptionalIf (Coalesce (!= (* $24 (- (Member $23 \'\"field2\") (Member $23 \'\"field1\"))) (Int32 \'\"0\")) (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast $24 $13)))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200773)) \'((DqSink \'\"0\" $14 $16))))) $14))\n)\n"
  }
}

DEBUG    root:data_plane.py:35 Write topic test_filters_optional_field_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0014*\014shard-000000\032\021\"\0015*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_filters_optional_field_input: ['{"time": 101, "data": "hello1", "event": "event1", "flag": false, "field1": 5, "field2": 5, "nested": {"xyz": "key"}}', '{"time": 102, "data": "hello2", "event": "event2", "flag": true, "field1": 5, "field2": 1005, "nested": ["abc", "key"]}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000700/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:25456', '--database', 'local', '--topic-path', 'test_filters_optional_field_output', '--consumer-name', 'test_filters_optional_field_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 99462
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 99462) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 99462) elapsed time (sec): 3.61160945892334
DEBUG    ya.test:process.py:263 Command (pid 99462) wtime: 3.616
DEBUG    ya.test:process.py:275 Command (pid 99462) output:
None
DEBUG    ya.test:process.py:276 Command (pid 99462) errors:
2025-10-24T17:48:24.676135Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Starting read session
2025-10-24T17:48:24.677206Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Starting session to cluster null (localhost:25456)
2025-10-24T17:48:24.677831Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:24.677845Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:24.677852Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:24.691861Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] Successfully connected. Initializing session
2025-10-24T17:48:24.693765Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] Server session id: test_filters_optional_field_consumer_1_5_15115608990668912780_v1
2025-10-24T17:48:24.693870Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:24.695668Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_filters_optional_field_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:25.678651Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:0:2
2025-10-24T17:48:25.678692Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1002 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:28.192234Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:28.195462Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (2-2)
2025-10-24T17:48:28.195534Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (2-2)
2025-10-24T17:48:28.195663Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] Commit offsets [2, 3). Partition stream id: 1
2025-10-24T17:48:28.195833Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:48:28.199278Z :DEBUG: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 1 messages
2025-10-24T17:48:28.199451Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Closing read session. Close timeout: 5.000000s
2025-10-24T17:48:28.199489Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:2:3
2025-10-24T17:48:28.199501Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3523 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:48:28.199770Z :NOTICE: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:48:28.200000Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Closing read session. Close timeout: 0.000000s
2025-10-24T17:48:28.200011Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_filters_optional_field_output:0:1:2:3
2025-10-24T17:48:28.200031Z :INFO: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3523 BytesRead: 3 MessagesRead: 1 BytesReadCompressed: 3 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:48:28.200041Z :NOTICE: [local] [local] [1eae012-5f3531eb-387e50f2-b741bcf4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_filters_optional_field_output: ['102']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc1hnie6ccddi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328102
        nanos: 842740000
      }
      modified_at {
        seconds: 1761328108
        nanos: 289061000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328102
      nanos: 962000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc1hnib8amu7r-ptqudu2jc1hnie6ccddi"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328102
      nanos: 842740000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE time * (field2 - field1) != 0"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  transient_issue {
    message: "Type annotation"
    issue_code: 1030
    severity: 2
    issues {
      position {
        row: 3
        column: 29
      }
      message: "At function: RemoveSystemMembers"
      end_position {
        row: 3
        column: 29
      }
      severity: 2
      issues {
        position {
          row: 4
          column: 13
        }
        message: "At function: PersistableRepr, At function: SqlProject"
        end_position {
          row: 4
          column: 13
        }
        severity: 2
        issues {
          position {
            row: 5
            column: 141
          }
          message: "At function: Filter, At lambda, At function: Coalesce"
          end_position {
            row: 5
            column: 141
          }
          severity: 2
          issues {
            position {
              row: 5
              column: 186
            }
            message: "At function: !="
            end_position {
              row: 5
              column: 186
            }
            severity: 2
            issues {
              position {
                row: 5
                column: 166
              }
              message: "At function: *"
              end_position {
                row: 5
                column: 166
              }
              severity: 2
              issues {
                position {
                  row: 5
                  column: 166
                }
                message: "Integral type implicit bitcast: Uint64 and Optional<Int64>"
                end_position {
                  row: 5
                  column: 166
                }
                issue_code: 1107
                severity: 2
              }
            }
          }
        }
      }
    }
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: ((`time` * (`field2` - `field1`)) <> 0)"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"0.00s\",\"count\":1,\"avg\":\"0.00s\",\"max\":\"0.00s\",\"min\":\"0.00s\"}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"field1\" (OptionalType (DataType \'Uint8))) \'(\'\"field2\" (OptionalType (DataType \'Int64))) \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"field1\" \'\"field2\" \'\"time\"))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $5 $6 $10 $11 \'\"B9\\b\\x04\\x12&\\x1A$\\b\\x01\\x12\\x06\\x12\\x04time\\x1A\\x18\\x1A\\x16\\b\\x03\\x12\\b\\x12\\x06field2\\x1A\\b\\x12\\x06field1\\x1A\\r\\n\\v\\n\\x02\\b\\x01\\x12\\x05\\x15\\x00\\x00\\x00\\x00\" $4 \'\"\"))\n(let $13 (DataType \'String))\n(let $14 (DataSink \'\"pq\" \'\"yds\"))\n(let $15 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $13))))\n(let $16 (DqPqTopicSink $15 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($17) (block \'(\n  (let $18 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $19 (DqSourceWideWrap $17 $2 $4 $18))\n  (return (FlatMap (NarrowMap $19 (lambda \'($20 $21 $22) (AsStruct \'(\'\"field1\" $20) \'(\'\"field2\" $21) \'(\'\"time\" $22)))) (lambda \'($23) (block \'(\n    (let $24 (Member $23 \'\"time\"))\n    (return (OptionalIf (Coalesce (!= (* $24 (- (Member $23 \'\"field2\") (Member $23 \'\"field1\"))) (Int32 \'\"0\")) (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast $24 $13)))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200773)) \'((DqSink \'\"0\" $14 $16))))) $14))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jc1hnie6ccddi"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328102
        nanos: 842740000
      }
      modified_at {
        seconds: 1761328108
        nanos: 289061000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328102
      nanos: 962000000
    }
    finished_at {
      seconds: 1761328109
      nanos: 141000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jc1hnib8amu7r-ptqudu2jc1hnie6ccddi"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328102
      nanos: 842740000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE time * (field2 - field1) != 0"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  transient_issue {
    message: "Type annotation"
    issue_code: 1030
    severity: 2
    issues {
      position {
        row: 3
        column: 29
      }
      message: "At function: RemoveSystemMembers"
      end_position {
        row: 3
        column: 29
      }
      severity: 2
      issues {
        position {
          row: 4
          column: 13
        }
        message: "At function: PersistableRepr, At function: SqlProject"
        end_position {
          row: 4
          column: 13
        }
        severity: 2
        issues {
          position {
            row: 5
            column: 141
          }
          message: "At function: Filter, At lambda, At function: Coalesce"
          end_position {
            row: 5
            column: 141
          }
          severity: 2
          issues {
            position {
              row: 5
              column: 186
            }
            message: "At function: !="
            end_position {
              row: 5
              column: 186
            }
            severity: 2
            issues {
              position {
                row: 5
                column: 166
              }
              message: "At function: *"
              end_position {
                row: 5
                column: 166
              }
              severity: 2
              issues {
                position {
                  row: 5
                  column: 166
                }
                message: "Integral type implicit bitcast: Uint64 and Optional<Int64>"
                end_position {
                  row: 5
                  column: 166
                }
                issue_code: 1107
                severity: 2
              }
            }
          }
        }
      }
    }
  }
  transient_issue {
    message: "Execution"
    issue_code: 1060
    severity: 1
    issues {
      position {
        row: 4
        column: 13
      }
      message: "Row dispatcher will use the predicate: ((`time` * (`field2` - `field1`)) <> 0)"
      end_position {
        row: 4
        column: 13
      }
      severity: 1
    }
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"75ms\",\"count\":1,\"avg\":\"75ms\",\"max\":\"75ms\",\"min\":\"75ms\"},\"IngressRows\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"EgressBytes\":{\"sum\":3,\"count\":1,\"avg\":3,\"max\":3,\"min\":3},\"EgressRows\":{\"sum\":7,\"count\":1,\"avg\":7,\"max\":7,\"min\":7},\"MaxMemoryUsage\":{\"sum\":196608,\"count\":1,\"avg\":196608,\"max\":196608,\"min\":196608},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"field1\" (OptionalType (DataType \'Uint8))) \'(\'\"field2\" (OptionalType (DataType \'Int64))) \'(\'\"time\" (DataType \'Uint64))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_input\" $3 \'() $4))\n(let $6 \'(\'\"field1\" \'\"field2\" \'\"time\"))\n(let $7 \'(\'\"Endpoint\" \'\"localhost:25456\"))\n(let $8 \'(\'\"SharedReading\" \'\"1\"))\n(let $9 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $10 \'($7 $8 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jcih8lfnng6md\") $9))\n(let $11 (SecureParam \'\"cluster:default_yds\"))\n(let $12 (DqPqTopicSource $1 $5 $6 $10 $11 \'\"B9\\b\\x04\\x12&\\x1A$\\b\\x01\\x12\\x06\\x12\\x04time\\x1A\\x18\\x1A\\x16\\b\\x03\\x12\\b\\x12\\x06field2\\x1A\\b\\x12\\x06field1\\x1A\\r\\n\\v\\n\\x02\\b\\x01\\x12\\x05\\x15\\x00\\x00\\x00\\x00\" $4 \'\"\"))\n(let $13 (DataType \'String))\n(let $14 (DataSink \'\"pq\" \'\"yds\"))\n(let $15 (PqTopic \'\"yds\" \'\"local\" \'\"test_filters_optional_field_output\" $3 \'() (StructType \'(\'\"Data\" $13))))\n(let $16 (DqPqTopicSink $15 \'($7 $9) $11))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $12)) (lambda \'($17) (block \'(\n  (let $18 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($8))))\n  (let $19 (DqSourceWideWrap $17 $2 $4 $18))\n  (return (FlatMap (NarrowMap $19 (lambda \'($20 $21 $22) (AsStruct \'(\'\"field1\" $20) \'(\'\"field2\" $21) \'(\'\"time\" $22)))) (lambda \'($23) (block \'(\n    (let $24 (Member $23 \'\"time\"))\n    (return (OptionalIf (Coalesce (!= (* $24 (- (Member $23 \'\"field2\") (Member $23 \'\"field1\"))) (Int32 \'\"0\")) (Bool \'false)) (AsStruct \'(\'\"column0\" (SafeCast $24 $13)))))\n  )))))\n))) \'(\'(\'\"_logical_id\" \'200773)) \'((DqSink \'\"0\" $14 $16))))) $14))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: ... (repeated, see above) ...
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE (field1 % field2) / 5 = 1"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "5d1e573a-eff1-4ce9-9841-dbda91321421"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jbq5e6gr142k8"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jbq5e6gr142k8"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328110
        nanos: 585561000
      }
      modified_at {
        seconds: 1761328110
        nanos: 585561000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jbq5e64s1q6ml-ptqudu2jbq5e6gr142k8"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328110
      nanos: 585561000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "\n            PRAGMA AnsiLike;\n            INSERT INTO yds.`test_filters_optional_field_output`\n            SELECT Cast(time as String) FROM yds.`test_filters_optional_field_input`\n                WITH (format=json_each_row, SCHEMA (time UInt64 NOT NULL, data String, event String, flag Bool, field1 UInt8, field2 Int64, nested Json)) WHERE (field1 % field2) / 5 = 1"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25456
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:25456". Check endpoint correctness.
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result: 
DEBUG    root:fq_client.py:284 Result:
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25456
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:25456". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25456
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:25456". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25456
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:25456". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:64503/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27812
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65445
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11381
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64503
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26422
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23606
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:26977/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:4680/3
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:20333/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1125
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11657
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10322
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4680
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30803
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22976
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13971
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26977
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22441
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27639
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21060
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20333
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11805
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25171
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63964
============================== slowest durations ===============================
86.29s call     test_row_dispatcher.py::TestPqRowDispatcher::test_filters_optional_field
35.01s teardown test_row_dispatcher.py::TestPqRowDispatcher::test_filters_optional_field
3.46s setup    test_row_dispatcher.py::TestPqRowDispatcher::test_filters_optional_field
=========================== short test summary info ============================
FAILED test_row_dispatcher.py::TestPqRowDispatcher::test_filters_optional_field - ydb.tests.tools.fq_runner.fq_client.FederatedQueryException: [message: "GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:25456: Failed to connect to remote host: Connection refused"
severity: 1
, message: "Grpc error response on endpoint ghrun-fxjgiv2a5i.auto.internal:25456"
severity: 1
]
================ 1 failed, 106 deselected in 126.58s (0:02: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/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

test_row_dispatcher.py F

=================================== FAILURES ===================================
_____________________ TestPqRowDispatcher.test_stop_start2 _____________________
ydb/tests/fq/yds/test_row_dispatcher.py:691: in test_stop_start2
    assert sorted(self.read_stream(len(expected), topic_path=self.output_topic)) == sorted(expected)
E   AssertionError: assert [] == ['103', '103', '104', '104']
E     
E     Right contains 4 more items, first extra item: '103'
E     
E     Full diff:
E     + []
E     - [
E     -     '103',
E     -     '103',
E     -     '104',
E     -     '104',
E     - ]
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_stop_start2
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16214
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9479
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17306
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7368
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1896
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29915
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17396
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4d6ba9bd-812f-4265-9913-40a8d97376b6, localhost:12866): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4d6ba9bd-812f-4265-9913-40a8d97376b6, localhost:12866): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4d6ba9bd-812f-4265-9913-40a8d97376b6, localhost:12866): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-fxjgiv2a5i.auto.internal" port: 12866 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-fxjgiv2a5i.auto.internal:12866, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12866
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fb8107f9730 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fb8107fa5e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb8107fa5e0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 47513f2e-effd-4487-ac12-2f5055aa095d, ghrun-fxjgiv2a5i.auto.internal:12866): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 47513f2e-effd-4487-ac12-2f5055aa095d, ghrun-fxjgiv2a5i.auto.internal:12866): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 47513f2e-effd-4487-ac12-2f5055aa095d, ghrun-fxjgiv2a5i.auto.internal:12866): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 47513f2e-effd-4487-ac12-2f5055aa095d, ghrun-fxjgiv2a5i.auto.internal:12866): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjNkZGZjZmEtMWExNjRiZWQtMmZhNWMwZDYtODZhMWQ0YWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb8107fa5e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fb8107fa5e0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, cbe6e0bc-6c00-4734-b076-9706a973eefc, ghrun-fxjgiv2a5i.auto.internal:12866): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 47513f2e-effd-4487-ac12-2f5055aa095d, ghrun-fxjgiv2a5i.auto.internal:12866): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, cbe6e0bc-6c00-4734-b076-9706a973eefc, ghrun-fxjgiv2a5i.auto.internal:12866): request = { session_id: "ydb://session/3?node_id=1&id=MjNkZGZjZmEtMWExNjRiZWQtMmZhNWMwZDYtODZhMWQ0YWY=" path: "local/DbPoolStorage_8adfee0f-96ad-4261-9d68-cf5df5a37f82/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, cbe6e0bc-6c00-4734-b076-9706a973eefc, ghrun-fxjgiv2a5i.auto.internal:12866): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb8107fa5e0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 96827a6b-fb75-468d-8a04-6a1b2568181f, ghrun-fxjgiv2a5i.auto.internal:12866): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 96827a6b-fb75-468d-8a04-6a1b2568181f, ghrun-fxjgiv2a5i.auto.internal:12866): request = { session_id: "ydb://session/3?node_id=1&id=MjNkZGZjZmEtMWExNjRiZWQtMmZhNWMwZDYtODZhMWQ0YWY=" path: "local/DbPoolStorage_8adfee0f-96ad-4261-9d68-cf5df5a37f82/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 96827a6b-fb75-468d-8a04-6a1b2568181f, ghrun-fxjgiv2a5i.auto.internal:12866): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb8107fa5e0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5da270-b17f-4f51-8701-429399a3755a, ghrun-fxjgiv2a5i.auto.internal:12866): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5da270-b17f-4f51-8701-429399a3755a, ghrun-fxjgiv2a5i.auto.internal:12866): request = { session_id: "ydb://session/3?node_id=1&id=MjNkZGZjZmEtMWExNjRiZWQtMmZhNWMwZDYtODZhMWQ0YWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_8adfee0f-96ad-4261-9d68-cf5df5a37f82\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/compute\", \"/compute\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5da270-b17f-4f51-8701-429399a3755a, ghrun-fxjgiv2a5i.auto.internal:12866): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb8107fa5e0>
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10717
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20518
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19503
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/cp/node_1/logfile_q6krme5a.log --grpc-port=17396 --mon-port=10717 --ic-port=17306 --module=1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/cp/node_1/logfile_q6krme5a.log --grpc-port=17396 --mon-port=10717 --ic-port=17306 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/cp/kikimr_configs/config.yaml', '--node=1', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/cp/node_1/logfile_q6krme5a.log', '--grpc-port=17396', '--mon-port=10717', '--ic-port=17306', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/cp/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 106539
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:17396/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 106550
DEBUG    ya.test:process.py:259 Command (pid 106550) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 106550) elapsed time (sec): 0.44388532638549805
DEBUG    ya.test:process.py:263 Command (pid 106550) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 106550) minflt: 16121
DEBUG    ya.test:process.py:263 Command (pid 106550) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 106550) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 106550) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 106550) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 106550) stime: 0.219219
DEBUG    ya.test:process.py:263 Command (pid 106550) utime: 0.127637
DEBUG    ya.test:process.py:263 Command (pid 106550) wtime: 0.445
DEBUG    ya.test:process.py:275 Command (pid 106550) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8550
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32056
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4750
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_1/logfile_8i03idkc.log --grpc-port=8550 --mon-port=32056 --ic-port=7368 --module=1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20573
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1428
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2060
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18890
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_2/logfile_b8a6_86c.log --grpc-port=20573 --mon-port=1428 --ic-port=1896 --module=2
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2051
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28529
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16801
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_3/logfile_2h466ql5.log --grpc-port=2051 --mon-port=21285 --ic-port=29915 --module=3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_1/logfile_8i03idkc.log --grpc-port=8550 --mon-port=32056 --ic-port=7368 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs/config.yaml', '--node=1', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_1/logfile_8i03idkc.log', '--grpc-port=8550', '--mon-port=32056', '--ic-port=7368', '--module=1')' in '/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 106762
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:8550/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 106765
DEBUG    ya.test:process.py:259 Command (pid 106765) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 106765) elapsed time (sec): 0.46308088302612305
DEBUG    ya.test:process.py:263 Command (pid 106765) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 106765) minflt: 16211
DEBUG    ya.test:process.py:263 Command (pid 106765) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) nivcsw: 75
DEBUG    ya.test:process.py:263 Command (pid 106765) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 106765) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 106765) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 106765) stime: 0.240455
DEBUG    ya.test:process.py:263 Command (pid 106765) utime: 0.113647
DEBUG    ya.test:process.py:263 Command (pid 106765) wtime: 0.464
DEBUG    ya.test:process.py:275 Command (pid 106765) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_2/logfile_b8a6_86c.log --grpc-port=20573 --mon-port=1428 --ic-port=1896 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs/config.yaml', '--node=2', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_2/logfile_b8a6_86c.log', '--grpc-port=20573', '--mon-port=1428', '--ic-port=1896', '--module=2')' in '/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 106922
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:20573/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 106923
DEBUG    ya.test:process.py:259 Command (pid 106923) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 106923) elapsed time (sec): 0.4409635066986084
DEBUG    ya.test:process.py:263 Command (pid 106923) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 106923) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 106923) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) nivcsw: 89
DEBUG    ya.test:process.py:263 Command (pid 106923) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 106923) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 106923) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 106923) stime: 0.237318
DEBUG    ya.test:process.py:263 Command (pid 106923) utime: 0.11469199999999999
DEBUG    ya.test:process.py:263 Command (pid 106923) wtime: 0.442
DEBUG    ya.test:process.py:275 Command (pid 106923) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 2 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 Final command: /home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --tenant=/compute --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_3/logfile_2h466ql5.log --grpc-port=2051 --mon-port=21285 --ic-port=29915 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/kikimr_configs/config.yaml', '--node=3', '--tenant=/compute', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_3/logfile_2h466ql5.log', '--grpc-port=2051', '--mon-port=21285', '--ic-port=29915', '--module=3')' in '/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_row_dispatcher.py.TestPqRowDispatcher.test_stop_start2/compute/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 107118
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:2051/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000724/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 107120
DEBUG    ya.test:process.py:259 Command (pid 107120) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 107120) elapsed time (sec): 0.4263315200805664
DEBUG    ya.test:process.py:263 Command (pid 107120) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 107120) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 107120) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) nivcsw: 79
DEBUG    ya.test:process.py:263 Command (pid 107120) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 107120) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 107120) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 107120) stime: 0.221885
DEBUG    ya.test:process.py:263 Command (pid 107120) utime: 0.126542
DEBUG    ya.test:process.py:263 Command (pid 107120) wtime: 0.432
DEBUG    ya.test:process.py:275 Command (pid 107120) output:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 3 version:
Git info:
    Commit: 02388317d8701f8ae7352b890ff301b87257949e
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 22cdbe40d5160f08877a056ecad6a7ac879b6bd8 into 7090690359230d72501f5ee2825b71cc036cf6c8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_row_dispatcher.py::TestPqRowDispatcher, test_name: test_stop_start2)
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_stop_start_input"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/test_stop_start_output"
shard_count: 1
write_quota_kb_per_sec: 1024
retention_period_hours: 1

DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:control_plane.py:45 Response: operation {
  ready: true
  status: SUCCESS
}

DEBUG    root:control_plane.py:49 Result: 
DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "316d132b-d64d-4c01-b99c-094754372e20"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jb54m5jecfcbt"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328132
        nanos: 630250000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jb54m5fggbtbk-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328132
      nanos: 630250000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328132
        nanos: 630250000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328133
      nanos: 32000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jb54m5fggbtbk-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328132
      nanos: 630250000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
}

DEBUG    root:data_plane.py:35 Write topic test_stop_start_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0010*\014shard-000000\032\021\"\0011*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_stop_start_input: ['{"time": 101}', '{"time": 102}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:12866', '--database', 'local', '--topic-path', 'test_stop_start_output', '--consumer-name', 'test_stop_start_consumer', '--disable-cluster-discovery', '--messages-count', '2', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 108235
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 108235) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 108235) elapsed time (sec): 3.8166491985321045
DEBUG    ya.test:process.py:263 Command (pid 108235) wtime: 3.818
DEBUG    ya.test:process.py:275 Command (pid 108235) output:
None
DEBUG    ya.test:process.py:276 Command (pid 108235) errors:
2025-10-24T17:48:58.412123Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Starting read session
2025-10-24T17:48:58.412167Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Starting session to cluster null (localhost:12866)
2025-10-24T17:48:58.412653Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:58.412669Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:58.412675Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:48:58.416687Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Successfully connected. Initializing session
2025-10-24T17:48:58.419852Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Server session id: test_stop_start_consumer_1_1_18152870426261576731_v1
2025-10-24T17:48:58.420135Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:48:58.420938Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_stop_start_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:48:59.413710Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_stop_start_output:0:1:0:0
2025-10-24T17:48:59.413764Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1001 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:49:02.083769Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:02.097597Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (0-0)
2025-10-24T17:49:02.097705Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:02.097740Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (0-0)
2025-10-24T17:49:02.097764Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (1-1)
2025-10-24T17:49:02.097772Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (1-1)
2025-10-24T17:49:02.097856Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Commit offsets [0, 1). Partition stream id: 1
2025-10-24T17:49:02.097980Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:49:02.098018Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Commit offsets [1, 2). Partition stream id: 1
2025-10-24T17:49:02.098027Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] The application data is transferred to the client. Number of messages 1, size 3 bytes
2025-10-24T17:49:02.103099Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
2025-10-24T17:49:02.103272Z :DEBUG: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] [null] Committed response: cookies { assign_id: 1 partition_cookie: 2 }
Closing session. Got 2 messages
2025-10-24T17:49:02.103372Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Closing read session. Close timeout: 5.000000s
2025-10-24T17:49:02.103398Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_stop_start_output:0:1:1:2
2025-10-24T17:49:02.103410Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3691 BytesRead: 6 MessagesRead: 2 BytesReadCompressed: 6 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:49:02.103709Z :NOTICE: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:49:02.103887Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Closing read session. Close timeout: 0.000000s
2025-10-24T17:49:02.103896Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_stop_start_output:0:1:1:2
2025-10-24T17:49:02.103902Z :INFO: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Counters: { Errors: 0 CurrentSessionLifetimeMs: 3691 BytesRead: 6 MessagesRead: 2 BytesReadCompressed: 6 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:49:02.103912Z :NOTICE: [local] [local] [8d941b16-2914db7a-2aca130a-58b3657c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_stop_start_output: ['101', '102']
DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328143
        nanos: 987007000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328133
      nanos: 32000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jb54m5fggbtbk-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328132
      nanos: 630250000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"40ms\",\"count\":1,\"avg\":\"40ms\",\"max\":\"40ms\",\"min\":\"40ms\"},\"EgressRows\":{\"sum\":6,\"count\":1,\"avg\":6,\"max\":6,\"min\":6},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328143
        nanos: 987007000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328133
      nanos: 32000000
    }
    finished_at {
      seconds: 1761328144
      nanos: 417000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jb54m5fggbtbk-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328132
      nanos: 630250000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"99ms\",\"count\":1,\"avg\":\"99ms\",\"max\":\"99ms\",\"min\":\"99ms\"},\"IngressBytes\":{\"sum\":26,\"count\":1,\"avg\":26,\"max\":26,\"min\":26},\"IngressRows\":{\"sum\":2,\"count\":1,\"avg\":2,\"max\":2,\"min\":2},\"EgressBytes\":{\"sum\":6,\"count\":1,\"avg\":6,\"max\":6,\"min\":6},\"EgressRows\":{\"sum\":13,\"count\":1,\"avg\":13,\"max\":13,\"min\":13},\"MaxMemoryUsage\":{\"sum\":196608,\"count\":1,\"avg\":196608,\"max\":196608,\"min\":196608},\"IngressFilteredBytes\":{\"sum\":16,\"count\":1,\"avg\":16,\"max\":16,\"min\":16},\"IngressFilteredRows\":{\"sum\":2,\"count\":1,\"avg\":2,\"max\":2,\"min\":2},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:222 Request: query_id: "ptqudu2jb54m5jecfcbt"
content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
}
execute_mode: RUN
disposition {
  from_last_checkpoint {
  }
}
state_load_mode: EMPTY

DEBUG    root:fq_client.py:231 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328144
        nanos: 752504000
      }
      revision: 3
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 3
    last_job_id: "ptjudu2japio2d45gjgf-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328144
      nanos: 752504000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328144
        nanos: 752504000
      }
      revision: 3
    }
    started_at {
      seconds: 1761328144
      nanos: 909000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 3
    last_job_id: "ptjudu2japio2d45gjgf-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328144
      nanos: 752504000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:170 Request: content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  limits {
    execution_timeout {
    }
  }
  text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  syntax: YQL_V1
}
execute_mode: RUN
idempotency_key: "d2652a57-51f1-4080-97e0-815ca96c1292"

DEBUG    root:fq_client.py:180 Result: query_id: "ptqudu2jaoui75tk26jm"

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jaoui75tk26jm"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328145
        nanos: 413827000
      }
      modified_at {
        seconds: 1761328145
        nanos: 413827000
      }
      revision: 1
    }
    execute_mode: RUN
    status: STARTING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jaoui6fti6g66-ptqudu2jaoui75tk26jm"
    started_by: "root@builtin"
    submitted_at {
      seconds: 1761328145
      nanos: 413827000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jaoui75tk26jm"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328145
        nanos: 413827000
      }
      modified_at {
        seconds: 1761328145
        nanos: 413827000
      }
      revision: 1
    }
    started_at {
      seconds: 1761328145
      nanos: 521000000
    }
    execute_mode: RUN
    status: RUNNING
    last_job_query_revision: 1
    last_job_id: "ptjudu2jaoui6fti6g66-ptqudu2jaoui75tk26jm"
    started_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328145
      nanos: 413827000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328157
        nanos: 684017000
      }
      revision: 4
    }
    started_at {
      seconds: 1761328144
      nanos: 909000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 3
    last_job_id: "ptjudu2japio2d45gjgf-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328144
      nanos: 752504000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"44ms\",\"count\":1,\"avg\":\"44ms\",\"max\":\"44ms\",\"min\":\"44ms\"},\"EgressRows\":{\"sum\":10,\"count\":1,\"avg\":10,\"max\":10,\"min\":10},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jb54m5jecfcbt"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328132
        nanos: 630250000
      }
      modified_at {
        seconds: 1761328157
        nanos: 684017000
      }
      revision: 4
    }
    started_at {
      seconds: 1761328144
      nanos: 909000000
    }
    finished_at {
      seconds: 1761328158
      nanos: 27000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 3
    last_job_id: "ptjudu2japio2d45gjgf-ptqudu2jb54m5jecfcbt"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328144
      nanos: 752504000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"44ms\",\"count\":1,\"avg\":\"44ms\",\"max\":\"44ms\",\"min\":\"44ms\"},\"EgressRows\":{\"sum\":10,\"count\":1,\"avg\":10,\"max\":10,\"min\":10},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:265 Result: 
DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jaoui75tk26jm"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328145
        nanos: 413827000
      }
      modified_at {
        seconds: 1761328158
        nanos: 217284000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328145
      nanos: 521000000
    }
    execute_mode: RUN
    status: ABORTING_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jaoui6fti6g66-ptqudu2jaoui75tk26jm"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328145
      nanos: 413827000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"45ms\",\"count\":1,\"avg\":\"45ms\",\"max\":\"45ms\",\"min\":\"45ms\"},\"EgressRows\":{\"sum\":11,\"count\":1,\"avg\":11,\"max\":11,\"min\":11},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:284 Result: query {
  meta {
    common {
      id: "ptqudu2jaoui75tk26jm"
      created_by: "root@builtin"
      modified_by: "root@builtin"
      created_at {
        seconds: 1761328145
        nanos: 413827000
      }
      modified_at {
        seconds: 1761328158
        nanos: 217284000
      }
      revision: 2
    }
    started_at {
      seconds: 1761328145
      nanos: 521000000
    }
    finished_at {
      seconds: 1761328158
      nanos: 674000000
    }
    execute_mode: RUN
    status: ABORTED_BY_USER
    last_job_query_revision: 1
    last_job_id: "ptjudu2jaoui6fti6g66-ptqudu2jaoui75tk26jm"
    started_by: "root@builtin"
    aborted_by: "root@builtin"
    has_saved_checkpoints: true
    submitted_at {
      seconds: 1761328145
      nanos: 413827000
    }
  }
  content {
    type: STREAMING
    name: "simple"
    acl {
      visibility: PRIVATE
    }
    limits {
      execution_timeout {
      }
    }
    text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
    syntax: YQL_V1
  }
  plan {
    json: "{\"Detailed\":{\"Operations\":[{\"Id\":3,\"Name\":\"DqStage\",\"Streams\":{\"Program\":[{\"Name\":\"DqSourceWideWrap\"},{\"Name\":\"NarrowMap\"},{\"Name\":\"FlatMap\"}]}},{\"Id\":2,\"Name\":\"DqQuery!\",\"DependsOn\":[3]},{\"Id\":1,\"Name\":\"Commit!\",\"DependsOn\":[2]}],\"OperationRoot\":1,\"Providers\":[],\"OperationStats\":{\"Commit!\":1,\"DqQuery!\":1,\"DqStage\":1}},\"Basic\":{\"nodes\":[{\"id\":3,\"level\":1,\"name\":\"DqStage #3\",\"type\":\"op\"},{\"id\":2,\"level\":2,\"name\":\"DqQuery!\",\"type\":\"op\"},{\"id\":1,\"level\":3,\"name\":\"Commit!\",\"type\":\"op\"}],\"links\":[{\"source\":3,\"target\":2},{\"source\":2,\"target\":1}]}}"
  }
  issue {
    message: "ABORTED_BY_USER"
    severity: 1
  }
  statistics {
    json: "{\"Graph=0\":{\"Tasks\":{\"sum\":1,\"count\":1,\"avg\":1,\"max\":1,\"min\":1},\"CpuTimeUs\":{\"sum\":\"45ms\",\"count\":1,\"avg\":\"45ms\",\"max\":\"45ms\",\"min\":\"45ms\"},\"EgressRows\":{\"sum\":11,\"count\":1,\"avg\":11,\"max\":11,\"min\":11},\"MaxMemoryUsage\":{\"sum\":131072,\"count\":1,\"avg\":131072,\"max\":131072,\"min\":131072},\"IngressQueuedBytes\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0},\"IngressQueuedRows\":{\"sum\":0,\"count\":1,\"avg\":0,\"max\":0,\"min\":0}}}"
  }
  ast {
    data: "(\n(let $1 (Configure! world (DataSource \'\"config\") \'\"DqEngine\" \'\"force\"))\n(let $2 (DataSource \'\"pq\" \'\"yds\"))\n(let $3 \'(\'(\'\"PartitionsCount\" \'\"1\")))\n(let $4 (StructType \'(\'\"time\" (DataType \'Int32))))\n(let $5 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_input\" $3 \'() $4))\n(let $6 \'(\'\"Endpoint\" \'\"localhost:12866\"))\n(let $7 \'(\'\"SharedReading\" \'\"1\"))\n(let $8 \'(\'\"AddBearerToToken\" \'\"1\"))\n(let $9 \'($6 $7 \'(\'\"ReconnectPeriod\" \'\"\") \'(\'\"Format\" \'\"json_each_row\") \'(\'\"ReadGroup\" \'\"ptcudu2jb5i14hnjso1r\") $8))\n(let $10 (SecureParam \'\"cluster:default_yds\"))\n(let $11 (DqPqTopicSource $1 $5 \'(\'\"time\") $9 $10 \'\"\" $4 \'\"\"))\n(let $12 (DataType \'String))\n(let $13 (DataSink \'\"pq\" \'\"yds\"))\n(let $14 (PqTopic \'\"yds\" \'\"local\" \'\"test_stop_start_output\" $3 \'() (StructType \'(\'\"Data\" $12))))\n(let $15 (DqPqTopicSink $14 \'($6 $8) $10))\n(return (Commit! (DqQuery! $1 \'((DqStage \'((DqSource $2 $11)) (lambda \'($16) (block \'(\n  (let $17 \'(\'(\'\"format\" \'\"json_each_row\") \'(\'\"formatSettings\" \'(\'(\'\"data.datetime.formatname\" \'\"POSIX\") \'(\'\"data.timestamp.formatname\" \'\"POSIX\"))) \'(\'\"settings\" \'($7))))\n  (let $18 (DqSourceWideWrap $16 $2 $4 $17))\n  (return (FlatMap (NarrowMap $18 (lambda \'($19) (AsStruct \'(\'\"time\" $19)))) (lambda \'($20) (Just (AsStruct \'(\'\"column0\" (SafeCast (Member $20 \'\"time\") $12)))))))\n))) \'(\'(\'\"_logical_id\" \'200417)) \'((DqSink \'\"0\" $13 $15))))) $13))\n)\n"
  }
}

DEBUG    root:fq_client.py:222 Request: ... (repeated, see above) ...
DEBUG    root:fq_client.py:231 Result: 
DEBUG    root:fq_client.py:222 Request: query_id: "ptqudu2jaoui75tk26jm"
content {
  type: STREAMING
  name: "simple"
  acl {
    visibility: PRIVATE
  }
  text: "INSERT INTO yds.`test_stop_start_output`\n                    SELECT Cast(time as String) FROM yds.`test_stop_start_input`\n                        WITH (format=json_each_row, SCHEMA (time Int32 NOT NULL));"
}
execute_mode: RUN
disposition {
  from_last_checkpoint {
  }
}
state_load_mode: EMPTY

DEBUG    root:fq_client.py:231 Result: 
DEBUG    root:data_plane.py:35 Write topic test_stop_start_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0012*\014shard-000000\032\021\"\0013*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to test_stop_start_input: ['{"time": 103}', '{"time": 104}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/tools/pq_read/pq_read
DEBUG    ya.test:process.py:678 Command err will be placed to pq_read.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1t3b/000724/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:12866', '--database', 'local', '--topic-path', 'test_stop_start_output', '--consumer-name', 'test_stop_start_consumer', '--disable-cluster-discovery', '--messages-count', '4', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 112292
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 112292) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 112292) elapsed time (sec): 30.0314884185791
DEBUG    ya.test:process.py:263 Command (pid 112292) wtime: 30.033
DEBUG    ya.test:process.py:275 Command (pid 112292) output:
None
DEBUG    ya.test:process.py:276 Command (pid 112292) errors:
2025-10-24T17:49:18.907524Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Starting read session
2025-10-24T17:49:18.907581Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Starting session to cluster null (localhost:12866)
2025-10-24T17:49:18.908055Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:18.908566Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:18.908584Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 0.000000s
2025-10-24T17:49:18.914435Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Successfully connected. Initializing session
2025-10-24T17:49:18.915936Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Server session id: test_stop_start_consumer_1_4_1268604034607082642_v1
2025-10-24T17:49:18.916800Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:18.917146Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "test_stop_start_output". Partition: 0. Read offset: (NULL)
2025-10-24T17:49:19.908648Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:test_stop_start_output:0:1:0:2
2025-10-24T17:49:19.908689Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1001 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:49:21.765254Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): recvmsg:Connection reset by peer 
2025-10-24T17:49:21.767813Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:21.767827Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:21.767855Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 0.119811s
2025-10-24T17:49:21.892126Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:12866: Failed to connect to remote host: Connection refused 
2025-10-24T17:49:21.892161Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:21.892177Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:21.892187Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 0.273193s
2025-10-24T17:49:22.173456Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:12866: Failed to connect to remote host: Connection refused 
2025-10-24T17:49:22.180791Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:22.180809Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:22.180839Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 0.761290s
2025-10-24T17:49:22.949684Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:12866: Failed to connect to remote host: Connection refused 
2025-10-24T17:49:22.949712Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:22.949718Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:22.949726Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 0.823874s
2025-10-24T17:49:23.781611Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:12866: Failed to connect to remote host: Connection refused 
2025-10-24T17:49:23.781642Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:23.781647Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:23.781654Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 2.032106s
2025-10-24T17:49:25.819415Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:12866: Failed to connect to remote host: Connection refused 
2025-10-24T17:49:25.819451Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:25.819456Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:25.819464Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 3.583162s
2025-10-24T17:49:29.409314Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:12866: Failed to connect to remote host: Connection refused 
2025-10-24T17:49:29.409361Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:29.409367Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:29.409375Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 8.749728s
2025-10-24T17:49:38.172610Z :ERROR: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Got error. Status: TRANSPORT_UNAVAILABLE. Description: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:12866: Failed to connect to remote host: Connection refused 
2025-10-24T17:49:38.172641Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:38.172646Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-10-24T17:49:38.172655Z :DEBUG: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] [null] Reconnecting session to cluster null in 21.262159s
Closing session. No data during 30.000000s
2025-10-24T17:49:48.907000Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Closing read session. Close timeout: 5.000000s
2025-10-24T17:49:48.907053Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset):
2025-10-24T17:49:48.907077Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Counters: { Errors: 8 CurrentSessionLifetimeMs: 29999 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-10-24T17:49:48.907252Z :NOTICE: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
Stopping driver...
Driver stopped. Exit
Session closed event: SessionClosed { Status: SUCCESS Issues: "<main>: Error: Session was gracefully closed " }
2025-10-24T17:49:48.907403Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Closing read session. Close timeout: 0.000000s
2025-10-24T17:49:48.907415Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset):
2025-10-24T17:49:48.907432Z :INFO: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Counters: { Errors: 8 CurrentSessionLifetimeMs: 29999 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-10-24T17:49:48.907442Z :NOTICE: [local] [local] [45fc5f32-2b3522b2-db9f4d00-6373eed5] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from test_stop_start_output: []
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:17396/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19503
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20518
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10717
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17396
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17306
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9479
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:8550/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:20573/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:2051/3
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28529
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2051
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18890
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2060
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1428
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20573
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4750
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20965
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32056
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8550
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29915
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1896
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7368
============================== slowest durations ===============================
56.84s call     test_row_dispatcher.py::TestPqRowDispatcher::test_stop_start2
8.01s teardown test_row_dispatcher.py::TestPqRowDispatcher::test_stop_start2
2.56s setup    test_row_dispatcher.py::TestPqRowDispatcher::test_stop_start2
=========================== short test summary info ============================
FAILED test_row_dispatcher.py::TestPqRowDispatcher::test_stop_start2 - AssertionError: assert [] == ['103', '103', '104', '104']
  
  Right contains 4 more items, first extra item: '103'
  
  Full diff:
  + []
  - [
  -     '103',
  -     '103',
  -     '104',
  -     '104',
  - ]
================= 1 failed, 106 deselected in 69.11s (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/1t3b/00070c/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.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/1t3b/0006fe/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.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/1t3b/000738/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.31s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000702/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.27s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/0006f9/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.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/1t3b/0006f0/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.32s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00071d/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.48s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00074e/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 2.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00074c/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 2.08s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00070a/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.96s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000720/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.36s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00073c/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.54s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00073a/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.67s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00073e/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.43s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/0006fc/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 2.11s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00070d/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.95s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00071c/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/0006fd/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.51s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000708/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.43s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000726/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.45s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000722/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.20s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00071e/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 0.96s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000736/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 2.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000709/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.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/1t3b/00073d/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 2.85s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/0006ff/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.92s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/0006f6/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.38s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00073b/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 2.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/1t3b/000737/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.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/1t3b/000706/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.54s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000707/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.39s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000703/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.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/1t3b/00070b/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk36
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.66s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00074f/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk37
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.22s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00071f/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk38
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.05s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000721/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk39
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.60s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000739/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk40
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.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/1t3b/000705/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk41
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.79s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00071b/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk42
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.54s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000704/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk43
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.58s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000725/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk44
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.35s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/0006f2/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk45
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00074d/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk46
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.84s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00073f/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk47
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.27s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/000701/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk48
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.30s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1t3b/00070e/ydb/tests/fq/yds/test-results/py3test/testing_out_stuff/chunk49
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 110 items / 106 deselected / 4 selected

=========================== 106 deselected in 1.52s ============================
