{"name": "test_invoice_acceptance_bundle_corner_exceed_expected[params0-fmcg_warehouse_invoice0]", "status": "failed", "statusDetails": {"message": "AssertionError: 500 POST https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/oauth/custom/token: {\"message\":\"Connect timed out executing POST http://dm-fmcg-be-service-account.dm.svc.cluster.local/api/v1/oauth/custom/token\",\"localizedMessage\":\"Connect timed out executing POST http://dm-fmcg-be-service-account.dm.svc.cluster.local/api/v1/oauth/custom/token\"}, x-aer-trace-id: c0a5a23d594363bc4babfe8232bbb91d", "trace": "fmcg_warehouse = FmcgWarehouseFixtureDto(warehouse=FmcgWarehouse(id=1, name='uz 7200', user=FmcgUser(wms_id=9000000001, barcode='900000..._name='autotest', last_name='default', patronymic='uz', seller_id=None, token='d973204c-efcb-4692-9e67-31d1a1f146a2')))\n\n    @pytest.fixture(scope=\"function\")\n    def fmcg_warehouse_with_auth(fmcg_warehouse) -> FmcgWarehouseWithAuthFixtureDto:\n        \"\"\"Фикстура, получающая warehouse от fmcg_warehouse и возвращающая warehouse с токеном пользователя\"\"\"\n>       token = get_auth_token(fmcg_warehouse.warehouse.user)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nsrc/framework/fmcg/fixtures/common.py:25: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/fmcg/helpers/auth.py:12: in get_auth_token\n    auth_response = SwaggerDmFmcgBeFacadeFe().post_api_v1_oauth_custom_token(auth_request)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/common/swagger/dm/fmcg/be/facade/fe.py:348: in post_api_v1_oauth_custom_token\n    response = self.client.request(\nsrc/framework/common/api.py:288: in request\n    cls._validator.validate_status_code(response, allowed_status_codes, method=method)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nresponse = <Response [500]>\nallowed_status_codes = (<HTTPStatus.OK: 200>, <HTTPStatus.NO_CONTENT: 204>, <HTTPStatus.CREATED: 201>, <HTTPStatus.ACCEPTED: 202>)\nmethod = <HTTPMethod.POST>\n\n    @staticmethod\n    def validate_status_code(response: requests.Response, allowed_status_codes: tuple, method: str = None) -> None:\n        \"\"\"Валидирует статус код ответа\"\"\"\n        if response.status_code not in allowed_status_codes:\n            trace_id = get_clear_trace_id(headers=response.headers)\n            response_content = (\n                response.content[:STEP_CONTENT_MAX_LENGTH]\n                if len(response.content) > STEP_CONTENT_MAX_LENGTH\n                else response.content\n            )\n>           raise AssertionError(\n                f\"{response.status_code} {method} {response.url}: {response_content.decode()}, \"\n                f\"x-aer-trace-id: {trace_id}\"\n            )\nE           AssertionError: 500 POST https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/oauth/custom/token: {\"message\":\"Connect timed out executing POST http://dm-fmcg-be-service-account.dm.svc.cluster.local/api/v1/oauth/custom/token\",\"localizedMessage\":\"Connect timed out executing POST http://dm-fmcg-be-service-account.dm.svc.cluster.local/api/v1/oauth/custom/token\"}, x-aer-trace-id: c0a5a23d594363bc4babfe8232bbb91d\n\nsrc/framework/common/api.py:138: AssertionError"}, "attachments": [{"name": "log", "source": "54654499-183b-440f-a6a6-c86ce4606d6c-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "params", "value": "{'task_pallet_flow_type': <AcceptanceTaskPalletFlowType.NEW: 'NEW'>}"}, {"name": "fmcg_warehouse_invoice", "value": "{'random_items': [FmcgRandomItem(items_count=1, barcode_count=1, quantity=5, sku_id=None, barcode='', is_bundle=True, bundle_quantity=10, has_mark=False, has_expiration_date=False)]}"}], "start": 1775605457415, "stop": 1775605457415, "uuid": "b45650fa-7f0e-486d-bfc1-257a14c3850a", "historyId": "ab6dbc0e16bb5f9e04bcd3391d03ae0c", "testCaseId": "13d8a157a1313c84681151d30fdc7f8b", "fullName": "tests.fmcg.test_acceptance.test_invoice.TestFmcgAcceptanceInvoice#test_invoice_acceptance_bundle_corner_exceed_expected", "labels": [{"name": "tag", "value": "fmcg-flow-invoice"}, {"name": "tag", "value": "dm-fmcg-be-service-acceptance"}, {"name": "parentSuite", "value": "tests.fmcg.test_acceptance"}, {"name": "suite", "value": "test_invoice"}, {"name": "subSuite", "value": "TestFmcgAcceptanceInvoice"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-0-4sp0t57f"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.fmcg.test_acceptance.test_invoice"}], "titlePath": ["tests", "fmcg", "test_acceptance", "test_invoice.py", "TestFmcgAcceptanceInvoice"]}