2024-06-29 11:40:36,895 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-29 11:40:36,896 - INFO - ya.test - pytest_runtest_setup: test_create_idempotency 2024-06-29 11:40:36,896 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-29 11:40:36,897 - INFO - ya.test - pytest_runtest_setup: Test setup 2024-06-29 11:40:36,898 - INFO - ya.test - pytest_runtest_call: Test call (class_name: test_http_api.py::TestHttpApi, test_name: test_create_idempotency) 2024-06-29 11:40:36,903 - DEBUG - root - create_stream: Requesting CreateStream. Database: "local". Request: stream_name: "/local/idempotency_input" shard_count: 1 write_quota_kb_per_sec: 1024 retention_period_hours: 1 2024-06-29 11:40:36,991 - DEBUG - root - _get_and_check_result: Response: operation { ready: true status: SUCCESS } 2024-06-29 11:40:36,992 - DEBUG - root - _get_and_check_result: Result: 2024-06-29 11:40:40,113 - DEBUG - root - _validate_http_error: Response: 200, {"id":"ptquf3v8lbkapoa072t1"} 2024-06-29 11:40:40,151 - DEBUG - root - _validate_http_error: Response: 200, {"id":"ptquf3v8lbkapoa072t1"} 2024-06-29 11:40:40,210 - DEBUG - root - _validate_http_error: Response: 200, {"id":"ptquf3v8laad3n6jva1q"} 2024-06-29 11:40:53,201 - DEBUG - root - _validate_http_error: Response: 400, {"status":400010,"message":"BAD_REQUEST","details":[{"message":"GRpc error: (14): failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.1.1:7181: Failed to connect to remote host: Connection refused","severity":"ERROR","issues":[]},{"message":"Grpc error response on endpoint fhmbgnushnf5hbfhbp1p.auto.internal:7181","severity":"ERROR","issues":[]}]} 2024-06-29 11:40:53,783 - ERROR - ya.test - logreport: ydb/tests/fq/http_api/test_http_api.py:209: in test_create_idempotency query1_json = client.get_query(query_id1) ydb/core/fq/libs/http_api_client/http_client.py:170: in get_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': 'GRpc error: (14): failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.1.1:7181: Failed to connect to remote host: Connection refused', 'severity': 'ERROR', 'issues': []}, {'message': 'Grpc error response on endpoint fhmbgnushnf5hbfhbp1p.auto.internal:7181', 'severity': 'ERROR', 'issues': []}] 2024-06-29 11:40:53,785 - INFO - ya.test - pytest_runtest_teardown: Test teardown