============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/5n9s/0009cf/ydb/tests/fq/http_api/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_http_api.py F...............

=================================== FAILURES ===================================
___________________ TestHttpApi.test_simple_analytics_query ____________________
ydb/tests/fq/http_api/test_http_api.py:106: in test_simple_analytics_query
    response = client.stop_query(query_id)
ydb/core/fq/libs/http_api_client/http_client.py:202: in stop_query
    self._validate_http_error(response, expected_code=expected_code)
ydb/core/fq/libs/http_api_client/http_client.py:111: in _validate_http_error
    raise YQHttpClientException(
E   ydb.core.fq.libs.http_api_client.http_client.YQHttpClientException: Error occurred. http code=400, status=400010, msg=BAD_REQUEST, details=[{'message': 'Conversion from status COMPLETING to ABORTING_BY_USER is not possible. Please wait for the previous operation to be completed', 'issue_code': 1001, 'severity': 'ERROR', 'issues': []}]
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_simple_analytics_query
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26643
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32032
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/5n9s/0009cf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11966
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/5n9s/0009cf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29538
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29839
DEBUG    ydb.connection:connection.py:295 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')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 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')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 40837990-945f-4914-8f4d-bfa759a1a177, localhost:21162): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 40837990-945f-4914-8f4d-bfa759a1a177, localhost:21162): request = { database: "local" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 40837990-945f-4914-8f4d-bfa759a1a177, localhost:21162): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jsz6bs6lqq.auto.internal" port: 21162 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-jsz6bs6lqq.auto.internal:21162, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:295 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')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:21162
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 0x504000ffdaf0 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 0x50400101efb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x50400101efb0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 6d11a122-6f71-4607-a69d-636de590e9eb, ghrun-jsz6bs6lqq.auto.internal:21162): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 6d11a122-6f71-4607-a69d-636de590e9eb, ghrun-jsz6bs6lqq.auto.internal:21162): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 6d11a122-6f71-4607-a69d-636de590e9eb, ghrun-jsz6bs6lqq.auto.internal:21162): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 6d11a122-6f71-4607-a69d-636de590e9eb, ghrun-jsz6bs6lqq.auto.internal:21162): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjBiMTk3OWEtZDhiOGVhMC05OGVlYzc1Yy0xOTc1ZGU2ZA==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x50400101efb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x50400101efb0>
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 6d11a122-6f71-4607-a69d-636de590e9eb, ghrun-jsz6bs6lqq.auto.internal:21162): on response callback success
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 81dcd465-400d-40af-aa81-8f67f4cbf952, ghrun-jsz6bs6lqq.auto.internal:21162): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 81dcd465-400d-40af-aa81-8f67f4cbf952, ghrun-jsz6bs6lqq.auto.internal:21162): request = { session_id: "ydb://session/3?node_id=1&id=NjBiMTk3OWEtZDhiOGVhMC05OGVlYzc1Yy0xOTc1ZGU2ZA==" path: "local/DbPoolStorage_53f1934d-c6eb-458b-a1cb-96cbe600a63e/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:51 RpcState(CreateTable, 81dcd465-400d-40af-aa81-8f67f4cbf952, ghrun-jsz6bs6lqq.auto.internal:21162): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x50400101efb0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 9aed120a-ea14-4a64-ab83-9266c197a5d9, ghrun-jsz6bs6lqq.auto.internal:21162): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 9aed120a-ea14-4a64-ab83-9266c197a5d9, ghrun-jsz6bs6lqq.auto.internal:21162): request = { session_id: "ydb://session/3?node_id=1&id=NjBiMTk3OWEtZDhiOGVhMC05OGVlYzc1Yy0xOTc1ZGU2ZA==" path: "local/DbPoolStorage_53f1934d-c6eb-458b-a1cb-96cbe600a63e/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 } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:51 RpcState(CreateTable, 9aed120a-ea14-4a64-ab83-9266c197a5d9, ghrun-jsz6bs6lqq.auto.internal:21162): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x50400101efb0>
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteDataQuery, f359f0eb-b15b-47dd-ab0f-b4cc4a8e08b2, ghrun-jsz6bs6lqq.auto.internal:21162): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteDataQuery, f359f0eb-b15b-47dd-ab0f-b4cc4a8e08b2, ghrun-jsz6bs6lqq.auto.internal:21162): request = { session_id: "ydb://session/3?node_id=1&id=NjBiMTk3OWEtZDhiOGVhMC05OGVlYzc1Yy0xOTc1ZGU2ZA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_53f1934d-c6eb-458b-a1cb-96cbe600a63e\");\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:51 RpcState(ExecuteDataQuery, f359f0eb-b15b-47dd-ab0f-b4cc4a8e08b2, ghrun-jsz6bs6lqq.auto.internal:21162): 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 0x50400101efb0>
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/5n9s/0009cf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13603
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5524
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/5n9s/0009cf/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:244 Final command: /home/runner/.ya/build/build_root/5n9s/0009cf/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/5n9s/0009cf/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/node_1/logfile_vpqqkhhw.log --grpc-port=29839 --mon-port=8152 --ic-port=26106
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/5n9s/0009cf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/5n9s/0009cf/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', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/5n9s/0009cf/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/cp/node_1/logfile_vpqqkhhw.log', '--grpc-port=29839', '--mon-port=8152', '--ic-port=26106')' in '/home/runner/.ya/build/build_root/5n9s/0009cf/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: 2301118
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:29839/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:458 Cluster started and initialized
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/5n9s/0009cf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14765
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61110
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5560
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12565
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/5n9s/0009cf/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:244 Final command: /home/runner/.ya/build/build_root/5n9s/0009cf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/alpha --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/5n9s/0009cf/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/node_1/logfile_n4j_4iwg.log --grpc-port=14765 --mon-port=61110 --ic-port=29538
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/5n9s/0009cf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/5n9s/0009cf/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', '--tenant=/alpha', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/5n9s/0009cf/ydb/tests/fq/http_api/test-results/py3test/testing_out_stuff/test_http_api.py.TestHttpApi.test_simple_analytics_query/alpha/node_1/logfile_n4j_4iwg.log', '--grpc-port=14765', '--mon-port=61110', '--ic-port=29538')' in '/home/runner/.ya/build/build_root/5n9s/0009cf/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: 2301193
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:14765/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:458 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_http_api.py::TestHttpApi, test_name: test_simple_analytics_query)
DEBUG    urllib3.util.retry:retry.py:594 Incremented Retry for (url='/api/fq/v1/queries?project=my_folder'): Retry(total=99, connect=99, read=100, redirect=None, status=None)
WARNING  urllib3.connectionpool:connectionpool.py:812 Retrying (Retry(total=99, connect=99, read=100, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000186930>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/fq/v1/queries?project=my_folder
DEBUG    urllib3.util.retry:retry.py:594 Incremented Retry for (url='/api/fq/v1/queries?project=my_folder'): Retry(total=98, connect=98, read=100, redirect=None, status=None)
WARNING  urllib3.connectionpool:connectionpool.py:812 Retrying (Retry(total=98, connect=98, read=100, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x50400018cd70>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/fq/v1/queries?project=my_folder
DEBUG    urllib3.util.retry:retry.py:594 Incremented Retry for (url='/api/fq/v1/queries?project=my_folder'): Retry(total=97, connect=97, read=100, redirect=None, status=None)
WARNING  urllib3.connectionpool:connectionpool.py:812 Retrying (Retry(total=97, connect=97, read=100, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x5040001917f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/fq/v1/queries?project=my_folder
DEBUG    urllib3.util.retry:retry.py:594 Incremented Retry for (url='/api/fq/v1/queries?project=my_folder'): Retry(total=96, connect=96, read=100, redirect=None, status=None)
WARNING  urllib3.connectionpool:connectionpool.py:812 Retrying (Retry(total=96, connect=96, read=100, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000198c30>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/fq/v1/queries?project=my_folder
DEBUG    root:http_client.py:104 Response: 200, {"id":"ptqudsjcj0vrelvojuqe"}
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":"COMPLETED"}
DEBUG    root:http_client.py:104 Response: 200, {"id":"ptqudsjcj0vrelvojuqe","type":"ANALYTICS","name":"my first query","description":"some description","status":"COMPLETED","text":"select 1","meta":{"started_at":"2025-11-12T12:24:52.443568Z","finished_at":"2025-11-12T12:25:00.504Z"},"result_sets":[{"rows_count":1,"truncated":false}]}
DEBUG    root:http_client.py:104 Response: 200, {"rows":[[1]],"columns":[{"name":"column0","type":"Int32"}]}
DEBUG    root:http_client.py:104 Response: 204, 
DEBUG    root:http_client.py:104 Response: 204, 
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 400, {"status":400010,"message":"BAD_REQUEST","details":[{"message":"Conversion from status COMPLETING to ABORTING_BY_USER is not possible. Please wait for the previous operation to be completed","issue_code":1001,"severity":"ERROR","issues":[]}]}
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
23.42s call     test_http_api.py::TestHttpApi::test_simple_analytics_query
18.46s call     test_http_api.py::TestHttpApi::test_restart_idempotency
18.06s call     test_http_api.py::TestHttpApi::test_stop_idempotency
14.06s teardown test_http_api.py::TestHttpApi::test_openapi_spec
7.15s call     test_http_api.py::TestHttpApi::test_create_idempotency
3.45s call     test_http_api.py::TestHttpApi::test_complex_results
2.10s call     test_http_api.py::TestHttpApi::test_warning
2.05s call     test_http_api.py::TestHttpApi::test_set_result
2.02s setup    test_http_api.py::TestHttpApi::test_simple_analytics_query
1.98s call     test_http_api.py::TestHttpApi::test_pg_results
1.97s call     test_http_api.py::TestHttpApi::test_result_offset_limit
1.93s call     test_http_api.py::TestHttpApi::test_integral_results
1.90s call     test_http_api.py::TestHttpApi::test_simple_streaming_query
1.81s call     test_http_api.py::TestHttpApi::test_optional_results
0.41s call     test_http_api.py::TestHttpApi::test_openapi_spec
0.04s setup    test_http_api.py::TestHttpApi::test_optional_results
0.03s setup    test_http_api.py::TestHttpApi::test_openapi_spec
0.02s teardown test_http_api.py::TestHttpApi::test_stop_idempotency
0.02s setup    test_http_api.py::TestHttpApi::test_complex_results
0.02s call     test_http_api.py::TestHttpApi::test_empty_query
0.02s setup    test_http_api.py::TestHttpApi::test_set_result
0.01s call     test_http_api.py::TestHttpApi::test_unauthenticated
0.01s call     test_http_api.py::TestHttpApi::test_get_unknown_query
0.01s setup    test_http_api.py::TestHttpApi::test_stop_idempotency
0.01s setup    test_http_api.py::TestHttpApi::test_result_offset_limit
0.01s setup    test_http_api.py::TestHttpApi::test_restart_idempotency
0.01s setup    test_http_api.py::TestHttpApi::test_empty_query
0.01s setup    test_http_api.py::TestHttpApi::test_warning
0.01s setup    test_http_api.py::TestHttpApi::test_create_idempotency
0.01s setup    test_http_api.py::TestHttpApi::test_integral_results
0.01s setup    test_http_api.py::TestHttpApi::test_simple_streaming_query

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_http_api.py::TestHttpApi::test_simple_analytics_query - ydb.core.fq.libs.http_api_client.http_client.YQHttpClientException: Error occurred. http code=400, status=400010, msg=BAD_REQUEST, details=[{'message': 'Conversion from status COMPLETING to ABORTING_BY_USER is not possible. Please wait for the previous operation to be completed', 'issue_code': 1001, 'severity': 'ERROR', 'issues': []}]
=================== 1 failed, 15 passed in 104.00s (0:01:44) ===================
