============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kxs4/0011df/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_streaming_query ____________________
ydb/tests/fq/http_api/test_http_api.py:277: in test_simple_streaming_query
    assert normalize_json(query_json) == {
E   AssertionError: assert {'description...t query', ...} == {'description...t query', ...}
E     
E     Omitting 7 identical items, use -vv to show
E     Differing items:
E     {'result_sets': [{'rows_count': 0, 'truncated': False}]} != {'result_sets': []}
E     
E     Full diff:
E       {
E           'description': 'some description',
E           'id': 'xxxxxxxxxxxxxxxxxxxx',
E           'meta': {
E               'finished_at': '',
E               'started_at': 'ISOTIME',
E           },
E           'name': 'my first query',
E     -     'result_sets': [],
E     ?                     --
E     +     'result_sets': [
E     +         {
E     +             'rows_count': 0,
E     +             'truncated': False,
E     +         },
E     +     ],
E           'status': 'RUNNING',
E           'text': 'select * from yds1.`simple_streaming_query_input`',
E           'type': 'STREAMING',
E       }
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_simple_streaming_query
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_http_api.py::TestHttpApi, test_name: test_simple_streaming_query)
DEBUG    root:control_plane.py:61 Requesting CreateStream.
Database: "local".
Request:
stream_name: "/local/simple_streaming_query_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:http_client.py:104 Response: 200, {"id":"ptqudtrmcjkdqi7ik4ki"}
DEBUG    root:http_client.py:104 Response: 200, {"status":"RUNNING"}
DEBUG    root:http_client.py:104 Response: 200, {"id":"ptqudtrmcjkdqi7ik4ki","type":"STREAMING","name":"my first query","description":"some description","status":"RUNNING","text":"select * from yds1.`simple_streaming_query_input`","meta":{"started_at":"2025-10-27T11:43:00.823127Z","finished_at":""},"result_sets":[{"rows_count":0,"truncated":false}]}
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
4.05s teardown test_http_api.py::TestHttpApi::test_openapi_spec
2.98s call     test_http_api.py::TestHttpApi::test_restart_idempotency
2.64s call     test_http_api.py::TestHttpApi::test_stop_idempotency
2.19s call     test_http_api.py::TestHttpApi::test_simple_analytics_query
1.98s setup    test_http_api.py::TestHttpApi::test_simple_analytics_query
1.21s call     test_http_api.py::TestHttpApi::test_complex_results
1.02s call     test_http_api.py::TestHttpApi::test_pg_results
0.99s call     test_http_api.py::TestHttpApi::test_set_result
0.92s call     test_http_api.py::TestHttpApi::test_integral_results
0.82s call     test_http_api.py::TestHttpApi::test_optional_results
0.75s call     test_http_api.py::TestHttpApi::test_create_idempotency
0.46s call     test_http_api.py::TestHttpApi::test_result_offset_limit
0.34s call     test_http_api.py::TestHttpApi::test_simple_streaming_query
0.30s call     test_http_api.py::TestHttpApi::test_warning
0.15s call     test_http_api.py::TestHttpApi::test_openapi_spec
0.04s setup    test_http_api.py::TestHttpApi::test_simple_streaming_query
0.04s setup    test_http_api.py::TestHttpApi::test_unauthenticated
0.04s setup    test_http_api.py::TestHttpApi::test_integral_results
0.02s setup    test_http_api.py::TestHttpApi::test_restart_idempotency
0.02s call     test_http_api.py::TestHttpApi::test_empty_query
0.02s teardown test_http_api.py::TestHttpApi::test_set_result
0.02s setup    test_http_api.py::TestHttpApi::test_warning
0.02s call     test_http_api.py::TestHttpApi::test_unauthenticated
0.02s setup    test_http_api.py::TestHttpApi::test_get_unknown_query
0.02s call     test_http_api.py::TestHttpApi::test_get_unknown_query
0.01s setup    test_http_api.py::TestHttpApi::test_create_idempotency
0.01s setup    test_http_api.py::TestHttpApi::test_set_result

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_http_api.py::TestHttpApi::test_simple_streaming_query - AssertionError: assert {'description...t query', ...} == {'description...t query', ...}
  
  Omitting 7 identical items, use -vv to show
  Differing items:
  {'result_sets': [{'rows_count': 0, 'truncated': False}]} != {'result_sets': []}
  
  Full diff:
    {
        'description': 'some description',
        'id': 'xxxxxxxxxxxxxxxxxxxx',
        'meta': {
            'finished_at': '',
            'started_at': 'ISOTIME',
        },
        'name': 'my first query',
  -     'result_sets': [],
  ?                     --
  +     'result_sets': [
  +         {
  +             'rows_count': 0,
  +             'truncated': False,
  +         },
  +     ],
        'status': 'RUNNING',
        'text': 'select * from yds1.`simple_streaming_query_input`',
        'type': 'STREAMING',
    }
======================== 1 failed, 15 passed in 22.53s =========================
