============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xb1c/0001da/ydb/tests/fq/streaming/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_streaming.py ....F...

=================================== FAILURES ===================================
_______ TestStreamingInYdb.test_read_topic_shared_reading_restart_nodes ________
ydb/tests/fq/streaming/test_streaming.py:238: in test_read_topic_shared_reading_restart_nodes
    assert self.read_stream(len(expected_data), topic_path=self.output_topic) == expected_data
E   AssertionError: assert [] == ['value2']
E     
E     Right contains one more item: 'value2'
E     
E     Full diff:
E     + []
E     - [
E     -     'value2',
E     - ]
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_read_topic_shared_reading_restart_nodes
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_streaming.py::TestStreamingInYdb, test_name: test_read_topic_shared_reading_restart_nodes)
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/source_3BMClYRd_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/source_3BMClYRd_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    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ODBjOGE2ZTItOGQyZWM1MDgtMTExZThkNDEtMTEzN2Y1OGE=
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteQuery, df14c369-fa51-4449-83e4-faa3b8f3338c, ghrun-tkbyhotxru.auto.internal:6431): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, df14c369-fa51-4449-83e4-faa3b8f3338c, ghrun-tkbyhotxru.auto.internal:6431): request = { session_id: "ydb://session/3?node_id=4&id=ODBjOGE2ZTItOGQyZWM1MDgtMTExZThkNDEtMTEzN2Y1OGE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE EXTERNAL DATA SOURCE `source_3BMClYRd` WITH (\n                SOURCE_TYPE=\"Ydb\",\n                LOCATION=\"localhost:15316\",\n                DATABASE_NAME=\"local\",\n                SHARED_READING=\"True\",\n                AUTH_METHOD=\"NONE\");" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, df14c369-fa51-4449-83e4-faa3b8f3338c, ghrun-tkbyhotxru.auto.internal:6431): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ODBjOGE2ZTItOGQyZWM1MDgtMTExZThkNDEtMTEzN2Y1OGE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=NmE5ZWZkZS01NGM1MmQyMS04ZTNjZGExMC01MWI4ZDg1OQ==
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteQuery, c3796da1-499f-4bfc-a37a-9fd36f238116, ghrun-tkbyhotxru.auto.internal:31686): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c3796da1-499f-4bfc-a37a-9fd36f238116, ghrun-tkbyhotxru.auto.internal:31686): request = { session_id: "ydb://session/3?node_id=4&id=NmE5ZWZkZS01NGM1MmQyMS04ZTNjZGExMC01MWI4ZDg1OQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE STREAMING QUERY `test_read_topic_shared_reading_restart_nodes` AS\n            DO BEGIN\n                $in = SELECT value FROM source_3BMClYRd.`source_3BMClYRd_input`\n                WITH (\n                    FORMAT=\"json_each_row\",\n                    SCHEMA=(value String NOT NULL))\n                WHERE value like \"%value%\";\n                INSERT INTO source_3BMClYRd.`source_3BMClYRd_output` SELECT value FROM $in;\n            END DO;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c3796da1-499f-4bfc-a37a-9fd36f238116, ghrun-tkbyhotxru.auto.internal:31686): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=NmE5ZWZkZS01NGM1MmQyMS04ZTNjZGExMC01MWI4ZDg1OQ==
DEBUG    root:data_plane.py:35 Write topic source_3BMClYRd_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"
  }
}

INFO     root:data_plane.py:39 Data was written to source_3BMClYRd_input: ['{"value": "value1"}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/xb1c/0001da/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/xb1c/0001da/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:15316', '--database', 'local', '--topic-path', 'source_3BMClYRd_output', '--consumer-name', 'source_3BMClYRd_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3247483
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 3247483) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3247483) elapsed time (sec): 10.252233743667603
DEBUG    ya.test:process.py:263 Command (pid 3247483) wtime: 10.254
DEBUG    ya.test:process.py:275 Command (pid 3247483) output:
None
DEBUG    ya.test:process.py:276 Command (pid 3247483) errors:
2025-11-23T07:40:54.335978Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Starting read session
2025-11-23T07:40:54.336015Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Starting session to cluster null (localhost:15316)
2025-11-23T07:40:54.336446Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-11-23T07:40:54.336459Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-11-23T07:40:54.336466Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] Reconnecting session to cluster null in 0.000000s
2025-11-23T07:40:54.342285Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] Successfully connected. Initializing session
2025-11-23T07:40:54.344076Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] Server session id: source_3BMClYRd_consumer_1_56_7116665976425425051_v1
2025-11-23T07:40:54.344130Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-11-23T07:40:54.345754Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "source_3BMClYRd_output". Partition: 0. Read offset: (NULL)
2025-11-23T07:40:55.337514Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:source_3BMClYRd_output:0:1:0:0
2025-11-23T07:40:55.337553Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1001 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-11-23T07:41:04.460437Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-11-23T07:41:04.460534Z :DEBUG: [local] Decompression task done. Partition/PartitionSessionId: 0 (0-0)
2025-11-23T07:41:04.460587Z :DEBUG: [local] Take Data. Partition 0. Read: {0, 0} (0-0)
2025-11-23T07:41:04.460712Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] Commit offsets [0, 1). Partition stream id: 1
2025-11-23T07:41:04.460771Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] The application data is transferred to the client. Number of messages 1, size 6 bytes
2025-11-23T07:41:04.464210Z :DEBUG: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] [null] Committed response: cookies { assign_id: 1 partition_cookie: 1 }
Closing session. Got 1 messages
2025-11-23T07:41:04.464415Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Closing read session. Close timeout: 5.000000s
2025-11-23T07:41:04.464443Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:source_3BMClYRd_output:0:1:0:1
2025-11-23T07:41:04.464456Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Counters: { Errors: 0 CurrentSessionLifetimeMs: 10128 BytesRead: 6 MessagesRead: 1 BytesReadCompressed: 6 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-11-23T07:41:04.464752Z :NOTICE: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] 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-11-23T07:41:04.467910Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Closing read session. Close timeout: 0.000000s
2025-11-23T07:41:04.467936Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:source_3BMClYRd_output:0:1:0:1
2025-11-23T07:41:04.467949Z :INFO: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Counters: { Errors: 0 CurrentSessionLifetimeMs: 10131 BytesRead: 6 MessagesRead: 1 BytesReadCompressed: 6 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-11-23T07:41:04.467981Z :NOTICE: [local] [local] [a97a308-9c7b885d-9e250dc4-76563164] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from source_3BMClYRd_output: ['value1']
DEBUG    root:test_streaming.py:231 Restart node 4
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 0d64c9ff-6cf5-47fd-ac68-c02d2b79b1ea, localhost:6431): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0d64c9ff-6cf5-47fd-ac68-c02d2b79b1ea, localhost:6431): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0d64c9ff-6cf5-47fd-ac68-c02d2b79b1ea, localhost:6431): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 15972 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: "3" node_id: 9 } endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 3900 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: "2" node_id: 8 } endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 9124 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: "2" node_id: 2 } endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 12986 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: 7 } endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 13998 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: "3" node_id: 6 } endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 6431 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 } endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 5259 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: "2" node_id: 5 } endpoints { address: "ghrun-tkbyhotxru.auto.internal" port: 29939 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: "3" node_id: 3 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-tkbyhotxru.auto.internal:6431, location 1, ssl: False>, <Endpoint ghrun-tkbyhotxru.auto.internal:12986, location 1, ssl: False>, <Endpoint ghrun-tkbyhotxru.auto.internal:13998, location 3, ssl: False>, <Endpoint ghrun-tkbyhotxru.auto.internal:5259, location 2, ssl: False>, <Endpoint ghrun-tkbyhotxru.auto.internal:3900, location 2, ssl: False>, <Endpoint ghrun-tkbyhotxru.auto.internal:9124, location 2, ssl: False>, <Endpoint ghrun-tkbyhotxru.auto.internal:29939, location 3, ssl: False>, <Endpoint ghrun-tkbyhotxru.auto.internal:15972, location 3, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:6431
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-tkbyhotxru.auto.internal:31686
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:31686/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xb1c/0001da/ydb/tests/fq/streaming/test-results/py3test/testing_out_stuff/test_streaming.py.TestStreamingInYdb.test_read_topic/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xb1c/0001da/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/xb1c/0001da/ydb/tests/fq/streaming/test-results/py3test/testing_out_stuff/test_streaming.py.TestStreamingInYdb.test_read_topic/cluster/node_4/logfile_21z6_dd7.log --grpc-port=31686 --mon-port=16189 --ic-port=9685
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xb1c/0001da/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xb1c/0001da/ydb/tests/fq/streaming/test-results/py3test/testing_out_stuff/test_streaming.py.TestStreamingInYdb.test_read_topic/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/xb1c/0001da/ydb/tests/fq/streaming/test-results/py3test/testing_out_stuff/test_streaming.py.TestStreamingInYdb.test_read_topic/cluster/node_4/logfile_21z6_dd7.log', '--grpc-port=31686', '--mon-port=16189', '--ic-port=9685')' in '/home/runner/.ya/build/build_root/xb1c/0001da/ydb/tests/fq/streaming/test-results/py3test/testing_out_stuff/test_streaming.py.TestStreamingInYdb.test_read_topic/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3272475
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:31686/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xb1c/0001da/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3272480
DEBUG    ya.test:process.py:259 Command (pid 3272480) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3272480) elapsed time (sec): 2.0069453716278076
DEBUG    ya.test:process.py:263 Command (pid 3272480) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) maxrss: 544232
DEBUG    ya.test:process.py:263 Command (pid 3272480) minflt: 16239
DEBUG    ya.test:process.py:263 Command (pid 3272480) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) nivcsw: 389
DEBUG    ya.test:process.py:263 Command (pid 3272480) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3272480) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3272480) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3272480) stime: 1.534262
DEBUG    ya.test:process.py:263 Command (pid 3272480) utime: 0.095818
DEBUG    ya.test:process.py:263 Command (pid 3272480) wtime: 2.011
DEBUG    ya.test:process.py:275 Command (pid 3272480) output:
Git info:
    Commit: a0f96c98c9be179a3ec1ec66edc3e301fb98781c
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge ebd8351bcd6aa213e53068fc842f0a98bbf81523 into f5017d9ca334cadd03d729486b43771035a96bc8

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tkbyhotxru
    Host information: 
        Linux ghrun-tkbyhotxru 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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 3272480) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: a0f96c98c9be179a3ec1ec66edc3e301fb98781c
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge ebd8351bcd6aa213e53068fc842f0a98bbf81523 into f5017d9ca334cadd03d729486b43771035a96bc8
DEBUG    root:data_plane.py:35 Write topic source_3BMClYRd_input. Response: operation {
  ready: true
  status: SUCCESS
  result {
    type_url: "type.googleapis.com/Ydb.DataStreams.V1.PutRecordsResult"
    value: "\010\001\032\021\"\0011*\014shard-000000"
  }
}

INFO     root:data_plane.py:39 Data was written to source_3BMClYRd_input: ['{"value": "value2"}']
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/xb1c/0001da/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/xb1c/0001da/ydb/tests/tools/pq_read/pq_read', '--endpoint', 'localhost:15316', '--database', 'local', '--topic-path', 'source_3BMClYRd_output', '--consumer-name', 'source_3BMClYRd_consumer', '--disable-cluster-discovery', '--messages-count', '1', '--timeout', '30000ms', '--commit-after-processing']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3273753
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 3273753) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3273753) elapsed time (sec): 30.167548656463623
DEBUG    ya.test:process.py:263 Command (pid 3273753) wtime: 30.169
DEBUG    ya.test:process.py:275 Command (pid 3273753) output:
None
DEBUG    ya.test:process.py:276 Command (pid 3273753) errors:
2025-11-23T07:41:25.586674Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Starting read session
2025-11-23T07:41:25.590611Z :DEBUG: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Starting session to cluster null (localhost:15316)
2025-11-23T07:41:25.591205Z :DEBUG: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] [null] In Reconnect, ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-11-23T07:41:25.591223Z :DEBUG: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] [null] New values: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-11-23T07:41:25.591229Z :DEBUG: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] [null] Reconnecting session to cluster null in 0.000000s
2025-11-23T07:41:25.599991Z :DEBUG: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] [null] Successfully connected. Initializing session
2025-11-23T07:41:25.601837Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] [null] Server session id: source_3BMClYRd_consumer_1_58_4358022861464060843_v1
2025-11-23T07:41:25.618576Z :DEBUG: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] [null] After sending read request: ReadSizeBudget = 52428800, ReadSizeServerDelta = 0
2025-11-23T07:41:25.659235Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] [null] Confirm partition stream create. Partition stream id: 1. Cluster: "". Topic: "source_3BMClYRd_output". Partition: 0. Read offset: (NULL)
2025-11-23T07:41:26.591413Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:source_3BMClYRd_output:0:1:0:1
2025-11-23T07:41:26.619260Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Counters: { Errors: 0 CurrentSessionLifetimeMs: 1004 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Closing session. No data during 30.000000s
2025-11-23T07:41:55.591918Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Closing read session. Close timeout: 5.000000s
2025-11-23T07:41:55.591960Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:source_3BMClYRd_output:0:1:0:1
2025-11-23T07:41:55.591972Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Counters: { Errors: 0 CurrentSessionLifetimeMs: 30005 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
Session closed
2025-11-23T07:41:55.592782Z :NOTICE: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] 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-11-23T07:41:55.592852Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Closing read session. Close timeout: 0.000000s
2025-11-23T07:41:55.592863Z :INFO: [local] Read/commit by partition streams (cluster:topic:partition:stream-id:read-offset:committed-offset): null:source_3BMClYRd_output:0:1:0:1
2025-11-23T07:41:55.592870Z :INFO: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Counters: { Errors: 0 CurrentSessionLifetimeMs: 30006 BytesRead: 0 MessagesRead: 0 BytesReadCompressed: 0 BytesInflightUncompressed: 0 BytesInflightCompressed: 0 BytesInflightTotal: 0 MessagesInflight: 0 }
2025-11-23T07:41:55.592879Z :NOTICE: [local] [local] [ce9bda83-c459fde3-e2ce763d-64fb5c14] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }

INFO     root:data_plane.py:72 Data was read from source_3BMClYRd_output: []
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
62.71s call     test_streaming.py::TestStreamingInYdb::test_read_topic_shared_reading_restart_nodes
36.69s call     test_streaming.py::TestStreamingInYdb::test_read_topic_restore_state
27.35s call     test_streaming.py::TestStreamingInYdb::test_restart_query_by_rescaling
25.36s call     test_streaming.py::TestStreamingInYdb::test_read_topic_shared_reading_insert_to_topic
17.42s teardown test_streaming.py::TestStreamingInYdb::test_restart_query_by_rescaling
16.34s setup    test_streaming.py::TestStreamingInYdb::test_read_topic
13.04s call     test_streaming.py::TestStreamingInYdb::test_json_errors
11.84s call     test_streaming.py::TestStreamingInYdb::test_read_topic_shared_reading_limit
5.72s call     test_streaming.py::TestStreamingInYdb::test_restart_query
1.27s call     test_streaming.py::TestStreamingInYdb::test_read_topic
0.08s setup    test_streaming.py::TestStreamingInYdb::test_json_errors
0.04s setup    test_streaming.py::TestStreamingInYdb::test_read_topic_shared_reading_limit
0.04s setup    test_streaming.py::TestStreamingInYdb::test_read_topic_restore_state
0.03s teardown test_streaming.py::TestStreamingInYdb::test_read_topic_shared_reading_restart_nodes
0.02s teardown test_streaming.py::TestStreamingInYdb::test_read_topic_restore_state
0.02s setup    test_streaming.py::TestStreamingInYdb::test_restart_query_by_rescaling
0.01s teardown test_streaming.py::TestStreamingInYdb::test_read_topic
0.01s setup    test_streaming.py::TestStreamingInYdb::test_restart_query

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_streaming.py::TestStreamingInYdb::test_read_topic_shared_reading_restart_nodes - AssertionError: assert [] == ['value2']
  
  Right contains one more item: 'value2'
  
  Full diff:
  + []
  - [
  -     'value2',
  - ]
=================== 1 failed, 7 passed in 218.71s (0:03:38) ====================
