============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 15 items

ydb/tests/fq/http_api/test_http_api.py F..............

=================================== FAILURES ===================================
___________________ TestHttpApi.test_simple_analytics_query ____________________
ydb/tests/fq/http_api/test_http_api.py:82: in test_simple_analytics_query
    wait_for_query_status(client, query_id, ["COMPLETED"])
library/python/retry/__init__.py:198: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:223: in _retry
    return f()
ydb/tests/fq/http_api/test_http_api.py:25: in wait_for_query_status
    raise Exception(f"Status {status} is not in {statuses}")
E   Exception: Status RUNNING is not in ['COMPLETED']
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:443 ####################################################################################################
INFO     ya.test:ya.py:444 test_simple_analytics_query
INFO     ya.test:ya.py:445 ####################################################################################################
INFO     ya.test:ya.py:446 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20637
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1992
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20008
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65100
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17267
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31476
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, 4e3cbe04-04bb-4a07-9e7b-fa45c9b2223d, localhost:8430): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 4e3cbe04-04bb-4a07-9e7b-fa45c9b2223d, localhost:8430): request = { database: "local" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, 4e3cbe04-04bb-4a07-9e7b-fa45c9b2223d, localhost:8430): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 8430 service: "nbs" 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:162 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:8430, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:8430
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 0x7c58848fb460 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 0x7c68845f6360>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c68845f6360>
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, 07518a9a-f56c-460e-b38f-9dcc9fd85618, ghrun-s4cqznanui.auto.internal:8430): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 07518a9a-f56c-460e-b38f-9dcc9fd85618, ghrun-s4cqznanui.auto.internal:8430): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:136 RpcState(CreateSession, 07518a9a-f56c-460e-b38f-9dcc9fd85618, ghrun-s4cqznanui.auto.internal:8430): on response callback started
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, 07518a9a-f56c-460e-b38f-9dcc9fd85618, ghrun-s4cqznanui.auto.internal:8430): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDIyNmM0M2MtYTZjY2VjMTMtNzY2MDZjNTItMzM3OGY4Njg%3D" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c68845f6360>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c68845f6360>
DEBUG    ydb.connection:connection.py:141 RpcState(CreateSession, 07518a9a-f56c-460e-b38f-9dcc9fd85618, ghrun-s4cqznanui.auto.internal:8430): on response callback success
DEBUG    ydb.connection:connection.py:464 RpcState(CreateTable, f3693527-a0f9-4db0-abec-99d6a3884f27, ghrun-s4cqznanui.auto.internal:8430): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateTable, f3693527-a0f9-4db0-abec-99d6a3884f27, ghrun-s4cqznanui.auto.internal:8430): request = { session_id: "ydb://session/3?node_id=1&id=ZDIyNmM0M2MtYTZjY2VjMTMtNzY2MDZjNTItMzM3OGY4Njg%3D" path: "local/DbPoolStorage_24bb8eb1-70f4-42b7-8eb2-eab8abb7ca79/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:67 RpcState(CreateTable, f3693527-a0f9-4db0-abec-99d6a3884f27, ghrun-s4cqznanui.auto.internal:8430): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c68845f6360>
DEBUG    ydb.connection:connection.py:464 RpcState(CreateTable, bf7e5198-2803-48ce-a32c-d7c46cd0043a, ghrun-s4cqznanui.auto.internal:8430): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateTable, bf7e5198-2803-48ce-a32c-d7c46cd0043a, ghrun-s4cqznanui.auto.internal:8430): request = { session_id: "ydb://session/3?node_id=1&id=ZDIyNmM0M2MtYTZjY2VjMTMtNzY2MDZjNTItMzM3OGY4Njg%3D" path: "local/DbPoolStorage_24bb8eb1-70f4-42b7-8eb2-eab8abb7ca79/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:67 RpcState(CreateTable, bf7e5198-2803-48ce-a32c-d7c46cd0043a, ghrun-s4cqznanui.auto.internal:8430): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c68845f6360>
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteDataQuery, 55b07991-df8e-41f1-8c9d-5f979ef0a9bb, ghrun-s4cqznanui.auto.internal:8430): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteDataQuery, 55b07991-df8e-41f1-8c9d-5f979ef0a9bb, ghrun-s4cqznanui.auto.internal:8430): request = { session_id: "ydb://session/3?node_id=1&id=ZDIyNmM0M2MtYTZjY2VjMTMtNzY2MDZjNTItMzM3OGY4Njg%3D" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_24bb8eb1-70f4-42b7-8eb2-eab8abb7ca79\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/alpha\", \"/alpha\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteDataQuery, 55b07991-df8e-41f1-8c9d-5f979ef0a9bb, ghrun-s4cqznanui.auto.internal:8430): 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 0x7c68845f6360>
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1202
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29214
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/node_1/logfile_58oc5qy7.log --grpc-port=31476 --mon-port=1202 --ic-port=20008
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/node_1/logfile_58oc5qy7.log --grpc-port=31476 --mon-port=1202 --ic-port=20008
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/kikimr_configs/config.yaml', '--node=1', '--node-domain=Root', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/node_1/logfile_58oc5qy7.log', '--grpc-port=31476', '--mon-port=1202', '--ic-port=20008')' in '/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 103323
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:31476/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/vdid/000677/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 103352
DEBUG    ya.test:process.py:258 Command (pid 103352) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 103352) elapsed time (sec): 1.3407456874847412
DEBUG    ya.test:process.py:262 Command (pid 103352) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) maxrss: 561216
DEBUG    ya.test:process.py:262 Command (pid 103352) minflt: 49369
DEBUG    ya.test:process.py:262 Command (pid 103352) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) nivcsw: 188
DEBUG    ya.test:process.py:262 Command (pid 103352) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 103352) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 103352) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 103352) stime: 0.294225
DEBUG    ya.test:process.py:262 Command (pid 103352) utime: 0.508038
DEBUG    ya.test:process.py:262 Command (pid 103352) wtime: 1.368
DEBUG    ya.test:process.py:274 Command (pid 103352) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 103352) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:685 Cluster started and initialized
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30016
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14235
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9031
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --tenant=/alpha --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/node_1/logfile_fmzm0ptn.log --grpc-port=30016 --mon-port=14235 --ic-port=17267
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --tenant=/alpha --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/node_1/logfile_fmzm0ptn.log --grpc-port=30016 --mon-port=14235 --ic-port=17267
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/000677/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/kikimr_configs/config.yaml', '--node=1', '--node-domain=Root', '--tenant=/alpha', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/node_1/logfile_fmzm0ptn.log', '--grpc-port=30016', '--mon-port=14235', '--ic-port=17267')' in '/home/runner/.ya/build/build_root/vdid/000677/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 104286
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:30016/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/vdid/000677/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 104288
DEBUG    ya.test:process.py:258 Command (pid 104288) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 104288) elapsed time (sec): 1.151618242263794
DEBUG    ya.test:process.py:262 Command (pid 104288) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) maxrss: 561216
DEBUG    ya.test:process.py:262 Command (pid 104288) minflt: 49302
DEBUG    ya.test:process.py:262 Command (pid 104288) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) nivcsw: 193
DEBUG    ya.test:process.py:262 Command (pid 104288) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 104288) nvcsw: 16
DEBUG    ya.test:process.py:262 Command (pid 104288) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 104288) stime: 0.21994899999999998
DEBUG    ya.test:process.py:262 Command (pid 104288) utime: 0.60763
DEBUG    ya.test:process.py:262 Command (pid 104288) wtime: 1.156
DEBUG    ya.test:process.py:274 Command (pid 104288) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 104288) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:685 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:459 Test call (class_name: test_http_api.py::TestHttpApi, test_name: test_simple_analytics_query)
DEBUG    root:http_client.py:104 Response: 200, {"id":"ptqud6jh046j8pdd1hf6"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:454 Test teardown
============================== slowest durations ===============================
17.51s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_stop_idempotency
15.92s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_restart_idempotency
13.22s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_simple_analytics_query
9.91s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_create_idempotency
8.72s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_warning
7.09s teardown ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_openapi_spec
5.30s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_integral_results
5.30s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_simple_analytics_query
2.84s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_set_result
2.67s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_optional_results
2.29s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_simple_streaming_query
2.29s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_result_offset_limit
2.12s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_complex_results
0.21s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_openapi_spec
0.06s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_create_idempotency
0.02s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_unauthenticated
0.02s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_empty_query
0.02s call     ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_get_unknown_query
0.02s teardown ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_simple_analytics_query
0.02s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_optional_results
0.02s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_restart_idempotency
0.02s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_set_result
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_empty_query
0.01s teardown ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_optional_results
0.01s teardown ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_get_unknown_query
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_simple_streaming_query
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_get_unknown_query
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_unauthenticated
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_integral_results
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_stop_idempotency
0.01s teardown ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_unauthenticated
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_openapi_spec
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_complex_results
0.01s setup    ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_warning

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED ydb/tests/fq/http_api/test_http_api.py::TestHttpApi::test_simple_analytics_query - Exception: Status RUNNING is not in ['COMPLETED']
=================== 1 failed, 14 passed in 99.60s (0:01:39) ====================
