{"name": "test_order_cancellation_in_state_picked[Uzbekistan | YaMarket]", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:53:39.631+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 96f92e569f7bc6c506cebd3809fa76ac", "trace": "self = <tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation object at 0x76b54211c8d0>\nwms_outbound_e2e_builder = <src.framework.wms.builders.order.v2_order.WMSOrderBuilder object at 0x76b54016a750>\n\n    def test_order_cancellation_in_state_picked(self, wms_outbound_e2e_builder):\n        order = wms_outbound_e2e_builder\n    \n        # First part: verify initial stock, set user, transition through states\n        (\n            order.control_stock_in_stock_service()\n            .set_user()\n            .state_created()\n            .control_stock_in_stock_service(expected_qty_active=0)\n            .control_stock_event_msg_in_kafka(EventType.ORDER_NEW)\n            .state_ready()\n            .state_in_queue()\n            .state_assigned()\n            .state_picking()\n            .state_picked()\n            .control_order_status_in_assembly_service(order_status=AssemblyOrderStatus.PICKED)\n            .order_can_cancel()\n            .state_canceled()\n            .control_reservations(reservation_status=AvailabilityReservationStatus.COMPLETED)\n            .state_consolidation()\n            .state_pre_packed()\n        )\n    \n        # Second part: handle stock return\n        StockReturnBuilder(\n            order_id=order.order.order_id,\n            wall_cell_barcode=order.sorting.data.orders[order.order.order_id].wall_cell_barcode,\n            warehouse=order.warehouse,\n            headers=order.headers,\n            user=order.user,\n>       ).cancellation_flow()\n          ^^^^^^^^^^^^^^^^^^^\n\ntests/wms/test_order/test_b2c_order_cancellation.py:104: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/wms/builders/assembly/stock_return.py:266: in cancellation_flow\n    .add_wall_cell_to_task()\n     ^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/builders/assembly/stock_return.py:117: in add_wall_cell_to_task\n    wait_stock_return_wall_cell_barcode(headers=self.headers, wall_cell_barcode=self.data.wall_cell_barcode)\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/validation/waiters/assembly/stock_return.py:33: in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py:983: in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py:1047: in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py:339: in call_api\n    return self.__call_api(resource_path, method,\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <qacl_dm_wms_be_service_assembly.api_client.ApiClient object at 0x76b5400e8610>\nresource_path = '/stock-return/wall-cell/12.18.1.46', method = 'POST'\npath_params = [('wallCellBarcode', '12.18.1.46')], query_params = []\nheader_params = {'Accept': 'application/json', 'Authorization': 'Bearer cc0ae938-5956-4fa1-8f2a-e3fc9a9a3792', 'Content-Type': 'application/json', 'User-Agent': 'Swagger-Codegen/1.0.231+develop/python', ...}\nbody = None, post_params = [], files = {}, response_type = None\nauth_settings = ['wms-authorization'], _return_http_data_only = False\ncollection_formats = {}, _preload_content = True, _request_timeout = None\nexpected_status_code = <HTTPStatus.OK: 200>\n\n    def __call_api(\n            self, resource_path, method, path_params=None,\n            query_params=None, header_params=None, body=None, post_params=None,\n            files=None, response_type=None, auth_settings=None,\n            _return_http_data_only=None, collection_formats=None,\n            _preload_content=True, _request_timeout=None,\n            expected_status_code=HTTPStatus.OK):\n    \n        config = self.configuration\n    \n        # header parameters\n        header_params = header_params or {}\n        header_params.update(self.default_headers)\n        if self.cookie:\n            header_params['Cookie'] = self.cookie\n        if header_params:\n            header_params = self.sanitize_for_serialization(header_params)\n            header_params = dict(self.parameters_to_tuples(header_params,\n                                                           collection_formats))\n    \n        # path parameters\n        if path_params:\n            path_params = self.sanitize_for_serialization(path_params)\n            path_params = self.parameters_to_tuples(path_params,\n                                                    collection_formats)\n            for k, v in path_params:\n                # specified safe chars, encode everything\n                resource_path = resource_path.replace(\n                    '{%s}' % k,\n                    quote(str(v), safe=config.safe_chars_for_path_param)\n                )\n    \n        # query parameters\n        if query_params:\n            query_params = self.sanitize_for_serialization(query_params)\n            query_params = self.parameters_to_tuples(query_params,\n                                                     collection_formats)\n    \n        # post parameters\n        if post_params or files:\n            post_params = self.prepare_post_parameters(post_params, files)\n            post_params = self.sanitize_for_serialization(post_params)\n            post_params = self.parameters_to_tuples(post_params,\n                                                    collection_formats)\n    \n        # auth setting\n        self.update_params_for_auth(header_params, query_params, auth_settings)\n    \n        # body\n        if body:\n            body = self.sanitize_for_serialization(body)\n    \n        # request url\n        url = self.configuration.host + resource_path\n    \n        # perform request and return response\n        response_data = self.request(\n            method, url, query_params=query_params, headers=header_params,\n            post_params=post_params, body=body,\n            _preload_content=_preload_content,\n            _request_timeout=_request_timeout)\n    \n        self.last_response = response_data\n    \n        return_data = response_data\n    \n        try:\n            response_data.data\n            trace_id = response_data.urllib3_response.headers.get('x-aer-trace-id', \"\")\n        except:\n            assert response_data.status == expected_status_code, \\\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}'\n        else:\n>           assert response_data.status == expected_status_code, \\\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}; \\n ' \\\n                f'Response body: {response_data.data}; \\n ' \\\n                f'X-Aer-Trace-Id: {trace_id}'\nE           AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \nE            Expected status code: 200; \nE            Actual status code: 422; \nE            Response body: {\"timestamp\":\"2026-04-04T23:53:39.631+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \nE            X-Aer-Trace-Id: 96f92e569f7bc6c506cebd3809fa76ac\n\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py:172: AssertionError"}, "steps": [{"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775346781417, "stop": 1775346781420}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775346781420, "stop": 1775346781422}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "c2ee41fb-afe0-46a9-8006-0bbb863b3a5e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "0b39493d-800a-49ee-a7db-8d70d5277478-attachment.json", "type": "application/json"}], "start": 1775346781425, "stop": 1775346781425}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/supply/ya/api/v1/order", "status": "passed", "attachments": [{"name": "Request", "source": "a8cf7318-0cf7-432c-806f-bed7cb17746c-attachment.json", "type": "application/json"}, {"name": "Response", "source": "0b000940-3ec7-425f-a06f-ff93745ff049-attachment.json", "type": "application/json"}], "start": 1775346781429, "stop": 1775346781462}, {"name": "Waiter function: wait_order_order_by_platform_tracking_code", "status": "passed", "start": 1775346781463, "stop": 1775346783829}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775346783829, "stop": 1775346783833}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775346783833, "stop": 1775346783835}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775346783835, "stop": 1775346784458}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775346784458, "stop": 1775346785079}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/create-wave/order", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e76baf9d-733a-4c8f-a4d2-05db3ca80e44-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "73de43fe-445b-4001-ad21-7283365cfcfa-attachment.json", "type": "application/json"}], "start": 1775346786094, "stop": 1775346786094}, {"name": "Response → 200, trace_id: 2f6eef0d446cd5ec61560d88b3295f13", "status": "passed", "attachments": [{"name": "response.headers", "source": "cde3070a-8f56-4e8c-9611-4f73e9c7ee77-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c29e51ee-6040-46d7-b9cc-9ecdb9691850-attachment.json", "type": "application/json"}], "start": 1775346786094, "stop": 1775346786094}], "attachments": [{"name": "cURL", "source": "40a5c92a-ba54-4381-81bf-8ee4abe63de0-attachment.txt", "type": "text/plain"}], "start": 1775346786094, "stop": 1775346786094}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/api/v1/account/set-worker-location", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "806b9926-84e0-46ce-a43d-8c23ab102891-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9abe5535-4fd7-43fb-8ce3-40fe9d220128-attachment.json", "type": "application/json"}], "start": 1775346786141, "stop": 1775346786141}, {"name": "Response → 200, trace_id: 43930b8c970908f5cd710ccff2ced2b4", "status": "passed", "attachments": [{"name": "response.headers", "source": "98209f5e-45ae-458e-abe5-2b7bb8bde5b7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a6011074-2f49-4f02-a6dc-873fa28af803-attachment.json", "type": "application/json"}], "start": 1775346786141, "stop": 1775346786141}], "attachments": [{"name": "cURL", "source": "33e8adc4-7a56-4776-b81e-22f3362e268f-attachment.txt", "type": "text/plain"}], "start": 1775346786141, "stop": 1775346786141}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task-for-wave", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d4a763b4-4111-4f1c-bfff-c6eff18162de-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5930956e-918a-4d83-a95d-089314f7514c-attachment.json", "type": "application/json"}], "start": 1775346786193, "stop": 1775346786194}, {"name": "Response → 200, trace_id: c79b2fd0af661f97d2381d1b247729cd", "status": "passed", "attachments": [{"name": "response.headers", "source": "3496f8ed-9c8e-4bcc-8251-c28594c18348-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "bc4c1fc1-629b-4b2c-bbf1-556aea77006d-attachment.json", "type": "application/json"}], "start": 1775346786194, "stop": 1775346786194}], "attachments": [{"name": "cURL", "source": "3e8ae5ba-b4f8-4915-aeca-d01a7688efc5-attachment.txt", "type": "text/plain"}], "start": 1775346786193, "stop": 1775346786194}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "47804fd5-544f-4e23-b02b-fcacd536a898-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "d9666618-8e02-48c0-908c-e82252d8d1a1-attachment.json", "type": "application/json"}], "start": 1775346786236, "stop": 1775346786236}, {"name": "Response → 200, trace_id: 3ca6f0cd41a300183bb2f8419f93566a", "status": "passed", "attachments": [{"name": "response.headers", "source": "155e7190-b821-40e4-9a7e-e174f8399c80-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "56ac1b70-731d-4edc-9f9e-4c1ec53e15e8-attachment.json", "type": "application/json"}], "start": 1775346786236, "stop": 1775346786237}], "attachments": [{"name": "cURL", "source": "6145cda1-692e-4db1-a2e1-464709c45af7-attachment.txt", "type": "text/plain"}], "start": 1775346786236, "stop": 1775346786237}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f59f4f28-7b8f-46bd-b10f-c621fcced412-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "98e003a7-88ff-4674-8d26-d8346f4eeff3-attachment.json", "type": "application/json"}], "start": 1775346786277, "stop": 1775346786277}, {"name": "Response → 200, trace_id: 2ff57d67a35f873d8ae51555141190fa", "status": "passed", "attachments": [{"name": "response.headers", "source": "c2c78121-ea64-4e3e-8876-c2f12941a223-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2ff4dedf-3fbd-4179-b309-44f6953db880-attachment.json", "type": "application/json"}], "start": 1775346786277, "stop": 1775346786277}], "attachments": [{"name": "cURL", "source": "9f6d3a9d-8942-430b-a07b-ab08bef5a9a4-attachment.txt", "type": "text/plain"}], "start": 1775346786277, "stop": 1775346786277}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/{sortingType}/box/create", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "971ecbd1-9489-405b-bdbf-a340c3907dca-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e269a2a8-baa0-40c8-80cb-da3faf6c5bfe-attachment.json", "type": "application/json"}], "start": 1775346786307, "stop": 1775346786307}, {"name": "Response → 200, trace_id: 8ca081abe0367f82dfb55297284ae8ff", "status": "passed", "attachments": [{"name": "response.headers", "source": "ef4706fe-ce7f-4a6a-92d8-f596411173d7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9c97bdfe-3230-4f0b-9b58-fe2316728a17-attachment.txt", "type": "text/plain"}], "start": 1775346786307, "stop": 1775346786307}], "attachments": [{"name": "cURL", "source": "9e0c824f-9917-442e-9e36-4cf84a8ce421-attachment.txt", "type": "text/plain"}], "start": 1775346786307, "stop": 1775346786307}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/box/assign?boxBarcodes=BX-0000492783&pickingTaskKey=56d88d9f8e8f90af47c328f16e5afd42b07d2accec87529c524f598cfa847b31", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1e05da04-55bf-4211-8cbb-2470db3eac10-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "3e44683a-8db6-46ad-a191-6fdb3c47f654-attachment.json", "type": "application/json"}], "start": 1775346786336, "stop": 1775346786336}, {"name": "Response → 200, trace_id: ddd24d1a8c6ee8d6f236a0ec6cf1390b", "status": "passed", "attachments": [{"name": "response.headers", "source": "9eac3ea2-7877-4169-9e09-0533f4b4547c-attachment.json", "type": "application/json"}], "start": 1775346786336, "stop": 1775346786336}], "attachments": [{"name": "cURL", "source": "4ae32001-0bbc-4b20-91e9-254e41889d28-attachment.txt", "type": "text/plain"}], "start": 1775346786336, "stop": 1775346786336}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/sku-cell/inc-by-sku-barcode", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8a63482b-2fdf-4ed4-8fd9-05f29e27555f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0f7c28f7-14ec-4b0c-a7f4-6674995348c6-attachment.json", "type": "application/json"}], "start": 1775346786364, "stop": 1775346786364}, {"name": "Response → 200, trace_id: 31717de7a89461f056d86bfc0cb229e0", "status": "passed", "attachments": [{"name": "response.headers", "source": "cee82875-d9b8-4cb0-8771-fd2647a9720d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2828feea-ef61-4fb2-a5f3-65fe2e02ecfc-attachment.json", "type": "application/json"}], "start": 1775346786364, "stop": 1775346786364}], "attachments": [{"name": "cURL", "source": "30ba88a3-014b-43fe-9d0d-9579268951da-attachment.txt", "type": "text/plain"}], "start": 1775346786364, "stop": 1775346786364}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=56d88d9f8e8f90af47c328f16e5afd42b07d2accec87529c524f598cfa847b31&skuId=4100000000000052957&cellBarcode=QA-75346779500465920&cellId=488145", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "943e4e44-bbeb-40c7-b100-0765a13697c7-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "5d9943ab-bd8b-47b9-9b60-9fafc3747fc7-attachment.json", "type": "application/json"}], "start": 1775346786416, "stop": 1775346786416}, {"name": "Response → 200, trace_id: a9c669f4a879186b4804b84b5b8457d0", "status": "passed", "attachments": [{"name": "response.headers", "source": "02c28215-0400-465f-b64f-295b565f9e26-attachment.json", "type": "application/json"}], "start": 1775346786416, "stop": 1775346786416}], "attachments": [{"name": "cURL", "source": "496dc4fe-d6e6-4167-8c8c-f9936435eb5e-attachment.txt", "type": "text/plain"}], "start": 1775346786416, "stop": 1775346786416}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5dad3186-3a33-47fa-8e43-3524963d942c-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7811f8cb-228e-4b2a-8c81-fb1729c26be8-attachment.json", "type": "application/json"}], "start": 1775346786464, "stop": 1775346786464}, {"name": "Response → 200, trace_id: 7f28c300d71487013fa0ecd42af8faee", "status": "passed", "attachments": [{"name": "response.headers", "source": "2af9ff2f-0a3d-444d-9ed3-70b2d21cfd2c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5a75e277-7d20-4b2f-b196-864f54c17880-attachment.json", "type": "application/json"}], "start": 1775346786464, "stop": 1775346786464}], "attachments": [{"name": "cURL", "source": "8e4e5f3c-fe72-4841-8f4e-dadc26fc2be5-attachment.txt", "type": "text/plain"}], "start": 1775346786464, "stop": 1775346786464}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/sku-cell/inc-by-sku-barcode", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9c5b6cc0-fb60-4d99-a64c-5f52d382f7c6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "530f5f6f-afef-4f5d-bf2e-ea7effcbf091-attachment.json", "type": "application/json"}], "start": 1775346786494, "stop": 1775346786494}, {"name": "Response → 200, trace_id: a79dec19fa8bb0b499265fc6040e09f4", "status": "passed", "attachments": [{"name": "response.headers", "source": "9f732d3d-041d-4c9c-942e-2ab3985256e4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4aa7024b-ba8d-4cbd-8656-10712e8b006e-attachment.json", "type": "application/json"}], "start": 1775346786494, "stop": 1775346786494}], "attachments": [{"name": "cURL", "source": "7ad6b844-80f8-4596-83b6-3a7048548dcd-attachment.txt", "type": "text/plain"}], "start": 1775346786494, "stop": 1775346786494}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=56d88d9f8e8f90af47c328f16e5afd42b07d2accec87529c524f598cfa847b31&skuId=4100000000000052958&cellBarcode=QA-75346779500465920&cellId=488145", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f0b4230a-014b-4c61-9b3e-bba1f6041e85-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "4a294fcf-37a7-47c5-8a68-2c12dd0da721-attachment.json", "type": "application/json"}], "start": 1775346786549, "stop": 1775346786549}, {"name": "Response → 200, trace_id: 2f8d72ac91cb05f1b9fd61af05e473ea", "status": "passed", "attachments": [{"name": "response.headers", "source": "fd344d6f-35bb-4c8b-87d3-e662c4fc3608-attachment.json", "type": "application/json"}], "start": 1775346786550, "stop": 1775346786550}], "attachments": [{"name": "cURL", "source": "7e6bf876-8429-4f00-9dc5-5982489c17d6-attachment.txt", "type": "text/plain"}], "start": 1775346786549, "stop": 1775346786550}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1adabc99-e909-4a40-8a31-1e05084df68f-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "30050eaf-bb16-4833-9294-c76aadba53b4-attachment.json", "type": "application/json"}], "start": 1775346786581, "stop": 1775346786582}, {"name": "Response → 200, trace_id: c4d4e510fb104f531b52b6b17ed9e548", "status": "passed", "attachments": [{"name": "response.headers", "source": "9ae31b9a-955d-45aa-b3d6-848b62d17c9e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2049027b-a1ce-4bac-b73e-63dc21c250e0-attachment.json", "type": "application/json"}], "start": 1775346786582, "stop": 1775346786582}], "attachments": [{"name": "cURL", "source": "f91a2de3-6bb0-46d5-82cd-7489fb803a56-attachment.txt", "type": "text/plain"}], "start": 1775346786581, "stop": 1775346786582}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/cell-pre/bind-task-boxes", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ffa5b1fc-9356-470a-a051-c8d861d30ec2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4b67942e-4b6e-4586-9a46-130264879dc8-attachment.json", "type": "application/json"}], "start": 1775346786613, "stop": 1775346786613}, {"name": "Response → 200, trace_id: 8472b788e25ac9660d0ade3b99ac31d7", "status": "passed", "attachments": [{"name": "response.headers", "source": "1b30d175-c48e-434e-be99-d291fbb83b2e-attachment.json", "type": "application/json"}], "start": 1775346786613, "stop": 1775346786613}], "attachments": [{"name": "cURL", "source": "7b8fc8f4-0537-42df-897f-d1d237c172be-attachment.txt", "type": "text/plain"}], "start": 1775346786613, "stop": 1775346786614}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/can-be-canceled", "status": "passed", "attachments": [{"name": "Request", "source": "f7c59dcc-7551-463e-a69a-75f0f867ab6e-attachment.json", "type": "application/json"}, {"name": "Response", "source": "7742c200-c8ae-41a5-8ce2-05dfc8ff0ca6-attachment.json", "type": "application/json"}], "start": 1775346786619, "stop": 1775346786658}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/can-be-canceled", "status": "passed", "attachments": [{"name": "Request", "source": "d5f3038b-716b-489f-8476-51cad17621ad-attachment.json", "type": "application/json"}, {"name": "Response", "source": "dcf38f21-6b46-4d87-aa74-7dae40948899-attachment.json", "type": "application/json"}], "start": 1775346786659, "stop": 1775346786698}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/v2/internal/order/cancel", "status": "passed", "attachments": [{"name": "Request", "source": "bb8a41bc-b6e5-47ca-96fb-6170bfa7b542-attachment.json", "type": "application/json"}, {"name": "Response", "source": "fb4e4371-d972-4f36-ae22-0d5c8f25b21a-attachment.json", "type": "application/json"}], "start": 1775346786699, "stop": 1775346786744}, {"name": "Waiter function: wait_availability_reservation", "status": "passed", "start": 1775346786748, "stop": 1775346786750}, {"name": "Waiter function: wait_consolidation_task_start", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/tasks/start", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "eca88b37-7196-4cb8-9bf8-db155dd8b367-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a418b2c0-df73-432a-bcef-672173f6a02f-attachment.json", "type": "application/json"}], "start": 1775346786818, "stop": 1775346786818}, {"name": "Response → 200, trace_id: 924887940eddb5fa7fdd09c9087e50b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "63a77e1f-81eb-4125-ab69-f15314fbe022-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2b1f37ba-df2d-4bf1-9224-8b9240265446-attachment.json", "type": "application/json"}], "start": 1775346786818, "stop": 1775346786819}], "attachments": [{"name": "cURL", "source": "f65d59f0-0c88-484b-bb6a-4511c42ab401-attachment.txt", "type": "text/plain"}], "start": 1775346786818, "stop": 1775346786819}], "start": 1775346786750, "stop": 1775346786821}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/tasks/finish", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d51fed3b-f2d9-4a9f-988f-5e84daa84d04-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b9107794-ccad-45b5-962a-9e32c7d31ec8-attachment.json", "type": "application/json"}], "start": 1775346786888, "stop": 1775346786889}, {"name": "Response → 200, trace_id: ba5155da31b03fde459bd4ec7f89cff6", "status": "passed", "attachments": [{"name": "response.headers", "source": "ea608cc2-c4f8-44b4-8321-7059c26578ba-attachment.json", "type": "application/json"}], "start": 1775346786889, "stop": 1775346786889}], "attachments": [{"name": "cURL", "source": "3fe8f7ad-d79e-4ef2-8588-6b9b8fa66415-attachment.txt", "type": "text/plain"}], "start": 1775346786888, "stop": 1775346786889}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/create-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "91a78f12-103f-450b-981d-6d9afe619c96-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f4fdde97-05ad-4170-9769-febd031672f1-attachment.json", "type": "application/json"}], "start": 1775346786914, "stop": 1775346786915}, {"name": "Response → 200, trace_id: 896a737e0ada3703c64388b283f29dd8", "status": "passed", "attachments": [{"name": "response.headers", "source": "7f8f9c6a-8f1a-4508-9a75-f307c8580e8e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5692d2a8-f6df-4f96-ae91-96a3b3409b0e-attachment.json", "type": "application/json"}], "start": 1775346786915, "stop": 1775346786915}], "attachments": [{"name": "cURL", "source": "d6e89098-fce9-4d63-81d2-606019b81840-attachment.txt", "type": "text/plain"}], "start": 1775346786914, "stop": 1775346786915}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/boxes", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8c25ad7a-8eb0-4505-b69a-57ac330ca3cc-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "3dff3df2-31b7-48cc-adc1-bee7840846f9-attachment.json", "type": "application/json"}], "start": 1775346786960, "stop": 1775346786960}, {"name": "Response → 200, trace_id: daa4942c8b85aab10a03f8623da4284e", "status": "passed", "attachments": [{"name": "response.headers", "source": "2f8221ff-579d-449e-b710-431214b491ed-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e4649fec-5702-4a06-88bc-d02ca0f97d3e-attachment.json", "type": "application/json"}], "start": 1775346786960, "stop": 1775346786960}], "attachments": [{"name": "cURL", "source": "91fc16f8-5934-4770-986b-88c169d204b6-attachment.txt", "type": "text/plain"}], "start": 1775346786960, "stop": 1775346786960}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/add-box-to-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "92bda15b-2c55-44fd-a658-ecc895028801-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a8fd683d-2e5d-44ac-a2fe-5fe531943e4e-attachment.json", "type": "application/json"}], "start": 1775346787009, "stop": 1775346787009}, {"name": "Response → 200, trace_id: 62c4cde724fdb835867940abb7072e82", "status": "passed", "attachments": [{"name": "response.headers", "source": "2c563a1f-bea7-4def-b5d5-7cd0d260244e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2093a123-1bdd-435d-a65d-8d94ab1de143-attachment.json", "type": "application/json"}], "start": 1775346787009, "stop": 1775346787009}], "attachments": [{"name": "cURL", "source": "996ca676-7a88-42f6-9989-053e544008c7-attachment.txt", "type": "text/plain"}], "start": 1775346787009, "stop": 1775346787009}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/move-in-progress?sortingTaskId=161038", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "09685da1-1f07-41a1-9894-06a8d4e6966a-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "63a0bde1-62fc-492a-8936-5a3a95e7c9f1-attachment.json", "type": "application/json"}], "start": 1775346787034, "stop": 1775346787035}, {"name": "Response → 200, trace_id: 8b7ed042b9316b142de6c76de79e6e8a", "status": "passed", "attachments": [{"name": "response.headers", "source": "3fe4a66a-fde9-48d1-a880-d938982d5982-attachment.json", "type": "application/json"}], "start": 1775346787035, "stop": 1775346787035}], "attachments": [{"name": "cURL", "source": "c0a20872-fa6e-4815-8d1a-a0704b4a521a-attachment.txt", "type": "text/plain"}], "start": 1775346787034, "stop": 1775346787035}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/api/v1/account/set-worker-location", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f9970f33-fba4-4110-9f6a-89dc5307fd88-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0c0c8eec-b5ab-4aa5-a283-c3bd54e3c789-attachment.json", "type": "application/json"}], "start": 1775346787075, "stop": 1775346787075}, {"name": "Response → 200, trace_id: 0f864dace7aa4e8d3967aae71c6b9d61", "status": "passed", "attachments": [{"name": "response.headers", "source": "eb1759c9-6952-498f-ab6e-ff5db5c35c63-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "93f3c823-b843-412f-9c52-9a9a1a0c45b4-attachment.json", "type": "application/json"}], "start": 1775346787076, "stop": 1775346787076}], "attachments": [{"name": "cURL", "source": "41c74bda-fa04-423a-ae10-af35d00da2a9-attachment.txt", "type": "text/plain"}], "start": 1775346787075, "stop": 1775346787076}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/check-requirements", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2c8a9f38-731f-48b5-b9c0-272bb56408ad-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "1db2fb15-2e49-4dbb-aa92-60928cd6da36-attachment.json", "type": "application/json"}], "start": 1775346787145, "stop": 1775346787146}, {"name": "Response → 200, trace_id: 0004c15362a90f65b0b3921f3704be98", "status": "passed", "attachments": [{"name": "response.headers", "source": "d894ccf4-6bb5-49d1-8413-5b303dd3f84e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3a165a2b-0e4b-436b-a3c1-df940c7df105-attachment.json", "type": "application/json"}], "start": 1775346787146, "stop": 1775346787146}], "attachments": [{"name": "cURL", "source": "ae531417-2b09-4f85-93c1-b8b0f2d0a024-attachment.txt", "type": "text/plain"}], "start": 1775346787145, "stop": 1775346787146}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/box/complete", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cf5c20de-ee1f-49a2-b39e-3299fc3ba189-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f869e99e-15ba-44f6-a902-4d8aa18e1f1e-attachment.json", "type": "application/json"}], "start": 1775346787185, "stop": 1775346787186}, {"name": "Response → 200, trace_id: c2ea832821bbe8ed40102412a86ad36b", "status": "passed", "attachments": [{"name": "response.headers", "source": "659ee88c-75de-4321-95fc-b6ae3518acbb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "dea75e3c-67b0-44d6-8217-583b028b4f25-attachment.json", "type": "application/json"}], "start": 1775346787186, "stop": 1775346787186}], "attachments": [{"name": "cURL", "source": "f66b896a-ef9d-4ef3-9299-068aa6f9631f-attachment.txt", "type": "text/plain"}], "start": 1775346787185, "stop": 1775346787186}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/multi-barcode/box", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "77fc35e8-075b-4955-981d-57ff3b370086-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "34fc8aee-54db-4a99-96f0-868f7e18c569-attachment.json", "type": "application/json"}], "start": 1775346787226, "stop": 1775346787226}, {"name": "Response → 200, trace_id: f37e9d0b1d7ccfee61dceb3fb5e6fd6d", "status": "passed", "attachments": [{"name": "response.headers", "source": "b489b273-2051-498e-951e-e94c25348e59-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "56e87bb4-904f-40fa-bdf0-2acea151e11b-attachment.json", "type": "application/json"}], "start": 1775346787226, "stop": 1775346787227}], "attachments": [{"name": "cURL", "source": "7a8f0f92-f2c3-4b0c-bb70-e8f64e89c406-attachment.txt", "type": "text/plain"}], "start": 1775346787226, "stop": 1775346787227}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "7e4f1397-947f-4ead-9b3a-07331e1a16b8-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "107b9505-0418-4f97-8131-800679b51826-attachment.json", "type": "application/json"}], "start": 1775346787246, "stop": 1775346787246}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/assign/cell?orderId=4278192466&wallCellBarcode=12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a5a87fba-b9cc-4381-9ad5-bc03eaf04fff-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "29aba4d5-8143-4e8c-a89c-504beb95f58d-attachment.json", "type": "application/json"}], "start": 1775346787279, "stop": 1775346787280}, {"name": "Response → 200, trace_id: 5c8a38d8c3ad48a429b22f5027030d48", "status": "passed", "attachments": [{"name": "response.headers", "source": "807eacf8-ac27-49b4-9d6e-592f7a47f5ba-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ede1529c-de4a-4219-a885-2f5dc3bafdb9-attachment.txt", "type": "text/plain"}], "start": 1775346787280, "stop": 1775346787280}], "attachments": [{"name": "cURL", "source": "7d9b1234-0542-4dd0-8691-2298dec4c708-attachment.txt", "type": "text/plain"}], "start": 1775346787279, "stop": 1775346787280}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "ca2a453a-35a4-4769-b6da-5d37e8580e32-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "26c72b18-dc17-41dc-8c9c-a2fcd158e929-attachment.json", "type": "application/json"}], "start": 1775346787291, "stop": 1775346787291}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/wall/cell/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9fc97abc-f864-43b9-aefd-5b43201d4036-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "df5f640d-85fe-4f00-8391-01c2f8036276-attachment.json", "type": "application/json"}], "start": 1775346788338, "stop": 1775346788339}, {"name": "Response → 200, trace_id: 4a3d77d81eeb6d4d382bb2797d3fdddd", "status": "passed", "attachments": [{"name": "response.headers", "source": "0c6b4629-0aa0-4ed2-8660-8ca1b4b64b20-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2657e0ad-b9d3-4a44-9e7e-f0c2ab3b1ba4-attachment.json", "type": "application/json"}], "start": 1775346788339, "stop": 1775346788339}], "attachments": [{"name": "cURL", "source": "c76243d9-3a1b-49cf-af84-a409627655fd-attachment.txt", "type": "text/plain"}], "start": 1775346788338, "stop": 1775346788339}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/multi-barcode/box", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "fe0ca1ab-6542-4eaf-ad29-725606378290-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f53b0e4b-7fca-4d83-855c-560e92049b06-attachment.json", "type": "application/json"}], "start": 1775346788383, "stop": 1775346788383}, {"name": "Response → 200, trace_id: de0095bac1458f3beda71b0d400e40a0", "status": "passed", "attachments": [{"name": "response.headers", "source": "4c755b1c-6600-4894-8d54-22b18114b9d0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5c750cd2-3687-47b6-9a52-b2e322530150-attachment.json", "type": "application/json"}], "start": 1775346788383, "stop": 1775346788383}], "attachments": [{"name": "cURL", "source": "4c73078a-a8b3-4073-8c47-098fef4830a5-attachment.txt", "type": "text/plain"}], "start": 1775346788383, "stop": 1775346788383}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "b3763914-8fea-4bb4-b3fd-8feee2caffa8-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "b5af3aef-1b39-46ef-a43c-4429407c04ef-attachment.json", "type": "application/json"}], "start": 1775346788394, "stop": 1775346788395}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/wall/cell/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e054c54c-99c4-44b7-b234-b52a3d1b4759-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e18dbad3-9b04-4957-8a15-7ae8e4398e41-attachment.json", "type": "application/json"}], "start": 1775346789446, "stop": 1775346789446}, {"name": "Response → 200, trace_id: b89f4239383555c9e62545e2355e6294", "status": "passed", "attachments": [{"name": "response.headers", "source": "ce98e997-e89d-4785-848e-727e444d8941-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7cf3ab73-2cfd-4315-9867-168088d837cb-attachment.json", "type": "application/json"}], "start": 1775346789447, "stop": 1775346789447}], "attachments": [{"name": "cURL", "source": "8e27aaa6-117c-4d6b-ae1b-543d28b358de-attachment.txt", "type": "text/plain"}], "start": 1775346789446, "stop": 1775346789447}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/box/complete", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7fbb8a5f-78ef-4691-ad17-7aa9d4a167a5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3fee481f-9bb3-4a9f-ad80-da7f92d0e316-attachment.json", "type": "application/json"}], "start": 1775346789494, "stop": 1775346789494}, {"name": "Response → 200, trace_id: dfefa125c1ce1edf62758a2b4be19e55", "status": "passed", "attachments": [{"name": "response.headers", "source": "14ddb937-2d07-4fa0-b3ca-88524e4bd92a-attachment.json", "type": "application/json"}], "start": 1775346789494, "stop": 1775346789494}], "attachments": [{"name": "cURL", "source": "bcb63062-3146-444a-9b01-adb4dac3e703-attachment.txt", "type": "text/plain"}], "start": 1775346789494, "stop": 1775346789494}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/complete-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8ead6909-491e-42e8-afe3-a0a44fb1f616-attachment.json", "type": "application/json"}], "start": 1775346789521, "stop": 1775346789521}, {"name": "Response → 200, trace_id: 73c6d10b4e41df80bea0f1db46b2a199", "status": "passed", "attachments": [{"name": "response.headers", "source": "950d0d5a-b00d-444a-8217-3fd2375adb57-attachment.json", "type": "application/json"}], "start": 1775346789521, "stop": 1775346789522}], "attachments": [{"name": "cURL", "source": "9da6f467-b2ee-4db8-9263-495b86522113-attachment.txt", "type": "text/plain"}], "start": 1775346789521, "stop": 1775346789522}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/task/restore-task-status", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b3423bfc-f579-41c9-a70d-b633e7264333-attachment.json", "type": "application/json"}], "start": 1775346789560, "stop": 1775346789561}, {"name": "Response → 200, trace_id: 4a76b9fafc675b4f00dcd4cc77c9159c", "status": "passed", "attachments": [{"name": "response.headers", "source": "e1d98791-c7a8-4197-a573-af58f06a21e4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "611431bc-845f-4fa7-b00a-639acf4d25d3-attachment.json", "type": "application/json"}], "start": 1775346789561, "stop": 1775346789561}], "attachments": [{"name": "cURL", "source": "3e1a7dbc-c16e-4255-84f4-1bb012e21f20-attachment.txt", "type": "text/plain"}], "start": 1775346789560, "stop": 1775346789561}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/task/restore-task-status", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8be5351a-bb6c-41a4-813f-a60d20927733-attachment.json", "type": "application/json"}], "start": 1775346789585, "stop": 1775346789585}, {"name": "Response → 200, trace_id: 97af996870b606aee7863407a2bbd8eb", "status": "passed", "attachments": [{"name": "response.headers", "source": "b2689348-69a3-430b-b3c8-42bdf8e03d50-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "589e8819-aabf-4dbf-a005-69d7d7c274da-attachment.json", "type": "application/json"}], "start": 1775346789585, "stop": 1775346789586}], "attachments": [{"name": "cURL", "source": "a49653ae-5f1f-4aba-a704-ce9247f3d5f2-attachment.txt", "type": "text/plain"}], "start": 1775346789585, "stop": 1775346789586}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "b3730a01-43ad-444e-98aa-62d7ef272b8e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "9c5d6ed0-b2fc-429f-841b-84dee7b07278-attachment.json", "type": "application/json"}], "start": 1775346789594, "stop": 1775346789594}, {"name": "Waiter function: login_or_refresh", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "4af0e7e0-af71-4b05-b8cc-97b535b0f0a8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "97403df7-f9ee-4650-9b81-4bf5a62d8217-attachment.json", "type": "application/json"}], "start": 1775346789636, "stop": 1775346789637}, {"name": "Response → 200, trace_id: 2f50985f20ab7e528717b07d2425f2f2", "status": "passed", "attachments": [{"name": "response.headers", "source": "b6089bc3-dec7-47da-bb6a-ea731b955683-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6b104d36-b425-493d-880b-8e4b24607340-attachment.json", "type": "application/json"}], "start": 1775346789637, "stop": 1775346789637}], "attachments": [{"name": "cURL", "source": "e689409d-a889-429d-a677-9c47a651b520-attachment.txt", "type": "text/plain"}], "start": 1775346789636, "stop": 1775346789637}], "start": 1775346789595, "stop": 1775346789641}, {"name": "POST → https://dm-wms-be-service-order.k8s-review.dailymail-tech.uz/orders/cancel-order-with-reason", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "07022c85-a2d5-42bc-ac77-861a1ef65b3d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3d19c952-d8a0-4c26-814a-6d2eeb5f65ab-attachment.json", "type": "application/json"}], "start": 1775346789707, "stop": 1775346789708}, {"name": "Response → 200, trace_id: 1e92bfd633f7c1d9066e4efeb1de068c", "status": "passed", "attachments": [{"name": "response.headers", "source": "8c22e1f1-7329-4038-b814-28c21d251abd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f650408d-a11a-4db1-a7ee-d1b22f5fbf84-attachment.json", "type": "application/json"}], "start": 1775346789708, "stop": 1775346789708}], "attachments": [{"name": "cURL", "source": "1ea69624-7f42-49b8-96a4-f0f3000a865f-attachment.txt", "type": "text/plain"}], "start": 1775346789707, "stop": 1775346789708}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8185c559-8bc7-42ea-a8a6-cc467ecbe534-attachment.json", "type": "application/json"}], "start": 1775346789737, "stop": 1775346789737}, {"name": "Response → 200, trace_id: 2963dc9cb9ca1cecbf4a6ef3f581c3c2", "status": "passed", "attachments": [{"name": "response.headers", "source": "9e5b8cd8-60da-4849-9791-ac0b94204237-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "30fa4280-ac3d-4498-88e7-934dc8cbf6d4-attachment.json", "type": "application/json"}], "start": 1775346789737, "stop": 1775346789737}], "attachments": [{"name": "cURL", "source": "b7e8fb64-506b-4fcc-9367-47ef36825d5d-attachment.txt", "type": "text/plain"}], "start": 1775346789737, "stop": 1775346789737}, {"name": "Waiter function: add_wall_cell_to_task", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:53:39.631+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 96f92e569f7bc6c506cebd3809fa76ac\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/builders/assembly/stock_return.py\", line 117, in add_wall_cell_to_task\n    wait_stock_return_wall_cell_barcode(headers=self.headers, wall_cell_barcode=self.data.wall_cell_barcode)\n  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:53:19.030+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 58354ae90d5793b6cf4004065c8c12f7\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9a915f04-8f16-4ddd-bf85-42fd1f4e9a56-attachment.json", "type": "application/json"}], "start": 1775346789766, "stop": 1775346789766}, {"name": "Response → 422, trace_id: 23eb473df83b109b809073bed61af903", "status": "passed", "attachments": [{"name": "response.headers", "source": "452977bc-1ad1-44bf-9d1b-ba96d021107d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "cfe92f3a-8594-42da-90c9-0b1becb378ee-attachment.json", "type": "application/json"}], "start": 1775346789767, "stop": 1775346789767}], "attachments": [{"name": "cURL", "source": "603c6a7c-f843-47fb-9ebe-656d6eb7eaf7-attachment.txt", "type": "text/plain"}], "start": 1775346789766, "stop": 1775346789767}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d6c3be5f-3a2d-4484-9e2d-48d0c1d4df35-attachment.json", "type": "application/json"}], "start": 1775346790793, "stop": 1775346790793}, {"name": "Response → 422, trace_id: 194d5e9255136701ed48d004d01d3b4e", "status": "passed", "attachments": [{"name": "response.headers", "source": "e4d60cbc-667e-42a2-a2da-5bce70beabdd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3208bfc6-9d74-4e58-9e4b-c3398e9144a0-attachment.json", "type": "application/json"}], "start": 1775346790793, "stop": 1775346790793}], "attachments": [{"name": "cURL", "source": "872f1027-a1d0-478e-afcb-1e6a6fad7704-attachment.txt", "type": "text/plain"}], "start": 1775346790793, "stop": 1775346790793}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "40394c3f-ccc6-4e3e-a29d-692b1c4a15d6-attachment.json", "type": "application/json"}], "start": 1775346791824, "stop": 1775346791824}, {"name": "Response → 422, trace_id: ed8ac8dd5cf177c65c16732c10df6409", "status": "passed", "attachments": [{"name": "response.headers", "source": "233a57df-bce0-45c1-8303-c1f9266c13c1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "22f7d71a-97af-4936-be6d-40c6dcef669f-attachment.json", "type": "application/json"}], "start": 1775346791824, "stop": 1775346791824}], "attachments": [{"name": "cURL", "source": "7fbe53ca-1fd3-4225-8a62-ce0bcdc73080-attachment.txt", "type": "text/plain"}], "start": 1775346791824, "stop": 1775346791825}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aa4be597-abfe-4a95-8829-6209a614ebb2-attachment.json", "type": "application/json"}], "start": 1775346792853, "stop": 1775346792853}, {"name": "Response → 422, trace_id: 80cb05d53e9ba3b3723a51a0896f36f5", "status": "passed", "attachments": [{"name": "response.headers", "source": "8f430506-2e0e-444a-befd-d8a7783ba7e6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "baf26d81-f922-4c28-9f8e-1ba137ec4891-attachment.json", "type": "application/json"}], "start": 1775346792853, "stop": 1775346792854}], "attachments": [{"name": "cURL", "source": "112b6040-579d-4356-b96b-8b32ab392098-attachment.txt", "type": "text/plain"}], "start": 1775346792853, "stop": 1775346792854}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e038a8ed-f8ae-4b07-b75b-ede70287f196-attachment.json", "type": "application/json"}], "start": 1775346793882, "stop": 1775346793882}, {"name": "Response → 422, trace_id: a2c2f0dce12aebfabf1c1558de764277", "status": "passed", "attachments": [{"name": "response.headers", "source": "a30e394e-a5c0-44e6-b8de-536d5ed6ea44-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7c1a190c-97e1-4604-853c-4fbf4646c447-attachment.json", "type": "application/json"}], "start": 1775346793882, "stop": 1775346793882}], "attachments": [{"name": "cURL", "source": "a5a8fe38-5a46-4136-bf47-7188ce1073de-attachment.txt", "type": "text/plain"}], "start": 1775346793882, "stop": 1775346793882}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b584d210-15bf-4b0e-9e8d-1558099fbce9-attachment.json", "type": "application/json"}], "start": 1775346794911, "stop": 1775346794912}, {"name": "Response → 422, trace_id: d0d56b8cb5f0f93905f619dd55995cf5", "status": "passed", "attachments": [{"name": "response.headers", "source": "eee961d2-3730-4155-90a4-1470a21928b2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9f16246e-2f2a-49fb-a6cc-d1b80cea02a1-attachment.json", "type": "application/json"}], "start": 1775346794912, "stop": 1775346794912}], "attachments": [{"name": "cURL", "source": "01541643-eadd-4e9f-aeaa-a1d1a26c92ea-attachment.txt", "type": "text/plain"}], "start": 1775346794911, "stop": 1775346794912}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d42a153a-ff29-42d2-b472-3de92cec1269-attachment.json", "type": "application/json"}], "start": 1775346795942, "stop": 1775346795942}, {"name": "Response → 422, trace_id: 036e54d35fc327b4350413c60fb9bc3b", "status": "passed", "attachments": [{"name": "response.headers", "source": "c34e2b02-93c6-4004-80b9-7666ac9a6c9e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fe25349b-b9bf-4a7e-9cfc-7ae4d4d45e01-attachment.json", "type": "application/json"}], "start": 1775346795942, "stop": 1775346795942}], "attachments": [{"name": "cURL", "source": "4f97f1d2-564a-4eaf-8f87-c49aebe13177-attachment.txt", "type": "text/plain"}], "start": 1775346795942, "stop": 1775346795942}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ffc3c5b6-660b-4463-85a7-d8111eecf123-attachment.json", "type": "application/json"}], "start": 1775346796971, "stop": 1775346796972}, {"name": "Response → 422, trace_id: 90e2af44876364fdb1488b31915102f8", "status": "passed", "attachments": [{"name": "response.headers", "source": "43dd1b4a-045e-4d97-951e-45370bda5717-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5b99f957-5808-4eec-a0b3-5e9e757be012-attachment.json", "type": "application/json"}], "start": 1775346796972, "stop": 1775346796972}], "attachments": [{"name": "cURL", "source": "62e9298d-d9d3-46b8-98f5-20ffd1541003-attachment.txt", "type": "text/plain"}], "start": 1775346796971, "stop": 1775346796972}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cdcfd726-d4a4-4c71-a878-2619101a8604-attachment.json", "type": "application/json"}], "start": 1775346798002, "stop": 1775346798002}, {"name": "Response → 422, trace_id: 20beaef8d8721fd8e7276553b26bf113", "status": "passed", "attachments": [{"name": "response.headers", "source": "6fa6f363-3f01-44cf-b43b-67d36c5f131b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5f3d4ce7-4180-48d0-9172-027223190d28-attachment.json", "type": "application/json"}], "start": 1775346798002, "stop": 1775346798003}], "attachments": [{"name": "cURL", "source": "1e24e589-57f0-4f94-833d-54194553b4a6-attachment.txt", "type": "text/plain"}], "start": 1775346798002, "stop": 1775346798003}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d389fb8c-c62f-4d0f-9053-53e6613fb8d5-attachment.json", "type": "application/json"}], "start": 1775346799032, "stop": 1775346799032}, {"name": "Response → 422, trace_id: 58354ae90d5793b6cf4004065c8c12f7", "status": "passed", "attachments": [{"name": "response.headers", "source": "11dc46a2-9950-4685-963e-c2fa4c1804bf-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "76ac18a2-b6ad-40a2-96d7-af5fab2ad2ca-attachment.json", "type": "application/json"}], "start": 1775346799032, "stop": 1775346799033}], "attachments": [{"name": "cURL", "source": "45712776-1d01-48fe-bd7c-13e1cd91d7ee-attachment.txt", "type": "text/plain"}], "start": 1775346799032, "stop": 1775346799033}], "start": 1775346789741, "stop": 1775346799036}, {"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:53:29.333+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 3dc8fda73582f2b1b8343c73f388c81d\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "4a8e8aa6-6bc3-49fe-b553-19eabe45e86a-attachment.json", "type": "application/json"}], "start": 1775346800064, "stop": 1775346800064}, {"name": "Response → 422, trace_id: 57f5d00054f4a03810e0c8353c1c85d0", "status": "passed", "attachments": [{"name": "response.headers", "source": "f5e3b277-40fd-4c57-a989-3cbcb1a416ba-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "63650f44-6c2c-46fb-a175-f34899ad2a08-attachment.json", "type": "application/json"}], "start": 1775346800064, "stop": 1775346800064}], "attachments": [{"name": "cURL", "source": "d879bfe1-9acd-45a5-a589-66cb54f97710-attachment.txt", "type": "text/plain"}], "start": 1775346800064, "stop": 1775346800064}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "83f90568-9208-4876-97fc-9c6d8321107d-attachment.json", "type": "application/json"}], "start": 1775346801096, "stop": 1775346801096}, {"name": "Response → 422, trace_id: 4a5cf21e395480399f333b1273caff85", "status": "passed", "attachments": [{"name": "response.headers", "source": "1fb44c96-0abe-438f-8cb7-8562b0ff4c1f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9a178b27-ebf7-4807-bffa-e5668e10009e-attachment.json", "type": "application/json"}], "start": 1775346801096, "stop": 1775346801096}], "attachments": [{"name": "cURL", "source": "39834b4a-ec3b-40d1-8a7a-75aa199c90e7-attachment.txt", "type": "text/plain"}], "start": 1775346801096, "stop": 1775346801096}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2e652998-d2d2-4d0a-923a-cfbbaee7ea40-attachment.json", "type": "application/json"}], "start": 1775346802129, "stop": 1775346802129}, {"name": "Response → 422, trace_id: 32834071d709a77ccd7c182f5fcca3b1", "status": "passed", "attachments": [{"name": "response.headers", "source": "41563e8f-c447-47a3-a585-f2ed91d329d9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fd412227-4de4-4fd0-a9c4-cb5c746d34cc-attachment.json", "type": "application/json"}], "start": 1775346802129, "stop": 1775346802129}], "attachments": [{"name": "cURL", "source": "5f35c5a9-cc56-4794-ba34-68124bc4ab33-attachment.txt", "type": "text/plain"}], "start": 1775346802129, "stop": 1775346802129}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "12cb6be5-f17a-4d08-8fc3-fcb8133b5dea-attachment.json", "type": "application/json"}], "start": 1775346803160, "stop": 1775346803160}, {"name": "Response → 422, trace_id: 5b63e6cb10663fb8fe05c9375912c2ce", "status": "passed", "attachments": [{"name": "response.headers", "source": "9a104fde-7f40-4f9b-8288-0ef180867cb0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fa795314-5812-4318-aeaf-a1ed33170982-attachment.json", "type": "application/json"}], "start": 1775346803160, "stop": 1775346803161}], "attachments": [{"name": "cURL", "source": "85f5aab9-7575-47c8-a4a5-b71a974db723-attachment.txt", "type": "text/plain"}], "start": 1775346803160, "stop": 1775346803161}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f658b8a3-7f15-47af-a787-18eb59767a00-attachment.json", "type": "application/json"}], "start": 1775346804193, "stop": 1775346804193}, {"name": "Response → 422, trace_id: 0707ac1f0c6670aba11f04c0e57d1336", "status": "passed", "attachments": [{"name": "response.headers", "source": "1a4a8202-025b-4e63-9ef8-07644b712c1f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "61ea2bbe-d046-4a02-ad24-aaddc860cdaa-attachment.json", "type": "application/json"}], "start": 1775346804193, "stop": 1775346804194}], "attachments": [{"name": "cURL", "source": "4d9224cf-3c63-4268-bd02-953601c489f7-attachment.txt", "type": "text/plain"}], "start": 1775346804193, "stop": 1775346804194}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "586bb8a3-58f3-44bb-a4e9-0106b0142ee1-attachment.json", "type": "application/json"}], "start": 1775346805221, "stop": 1775346805221}, {"name": "Response → 422, trace_id: a1185ab1e50751b1bd2aa1c3ad70d1e5", "status": "passed", "attachments": [{"name": "response.headers", "source": "01fa39c7-7517-4fa4-a5f9-6af8b3b18e2c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "af306053-1cfe-4628-96b0-e2dce70ef423-attachment.json", "type": "application/json"}], "start": 1775346805221, "stop": 1775346805221}], "attachments": [{"name": "cURL", "source": "a712ccbb-bfeb-4294-94fe-31ced380e51f-attachment.txt", "type": "text/plain"}], "start": 1775346805221, "stop": 1775346805221}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "70a01eef-fb3f-48c5-8659-923c50b58a5a-attachment.json", "type": "application/json"}], "start": 1775346806249, "stop": 1775346806249}, {"name": "Response → 422, trace_id: d7d278055dee3584ea31f6681da4a194", "status": "passed", "attachments": [{"name": "response.headers", "source": "25eeacd7-f9bc-49c3-9b33-d29e81120ba0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "de1e088e-59bc-4e09-9107-45c62c08a89a-attachment.json", "type": "application/json"}], "start": 1775346806249, "stop": 1775346806250}], "attachments": [{"name": "cURL", "source": "2742dab3-f278-4bcc-9761-62a6931c7421-attachment.txt", "type": "text/plain"}], "start": 1775346806249, "stop": 1775346806250}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cd7f8c10-e89a-4117-9367-adec2943b829-attachment.json", "type": "application/json"}], "start": 1775346807277, "stop": 1775346807278}, {"name": "Response → 422, trace_id: 4efbc71f8038ebdaa066b1af75895c70", "status": "passed", "attachments": [{"name": "response.headers", "source": "7da07ef1-0502-41e6-80a2-a50bfa2a559b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c33388f9-32dd-4772-9c1b-20c6106c5f7c-attachment.json", "type": "application/json"}], "start": 1775346807278, "stop": 1775346807278}], "attachments": [{"name": "cURL", "source": "538299e5-ee37-410f-816b-dd44174b2088-attachment.txt", "type": "text/plain"}], "start": 1775346807277, "stop": 1775346807278}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e591316c-77ea-40aa-8946-a3e085abb7cf-attachment.json", "type": "application/json"}], "start": 1775346808307, "stop": 1775346808307}, {"name": "Response → 422, trace_id: e845d6ffd7e3d904432d4b797dfeca03", "status": "passed", "attachments": [{"name": "response.headers", "source": "26c058bd-5042-4389-a13a-8b90e6547d22-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ac29a53b-3839-4a42-8d16-60c9c3f51127-attachment.json", "type": "application/json"}], "start": 1775346808307, "stop": 1775346808307}], "attachments": [{"name": "cURL", "source": "fa5ad79f-81dc-4035-8a96-bf905431dc63-attachment.txt", "type": "text/plain"}], "start": 1775346808307, "stop": 1775346808307}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a27f8321-0c11-4da4-97da-a79b9dc58eb7-attachment.json", "type": "application/json"}], "start": 1775346809335, "stop": 1775346809336}, {"name": "Response → 422, trace_id: 3dc8fda73582f2b1b8343c73f388c81d", "status": "passed", "attachments": [{"name": "response.headers", "source": "0bc9a73a-803f-44bc-aab4-8ece7dfa1c80-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b3bdceb6-e24f-42dc-8f12-66eb2e58e4b9-attachment.json", "type": "application/json"}], "start": 1775346809336, "stop": 1775346809336}], "attachments": [{"name": "cURL", "source": "e00a37fc-e104-47ff-b0bf-19b479189c29-attachment.txt", "type": "text/plain"}], "start": 1775346809335, "stop": 1775346809336}], "start": 1775346800038, "stop": 1775346809339}, {"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:53:39.631+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 96f92e569f7bc6c506cebd3809fa76ac\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "12abd832-e7ea-40a9-9a10-a77de6876ed0-attachment.json", "type": "application/json"}], "start": 1775346810368, "stop": 1775346810368}, {"name": "Response → 422, trace_id: e836df62f37defc51fe6842160574a03", "status": "passed", "attachments": [{"name": "response.headers", "source": "262b6552-c3f7-4aeb-91a1-6b1b38303f0c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d02b7b3d-d0cf-43b1-a982-10de6c707b52-attachment.json", "type": "application/json"}], "start": 1775346810368, "stop": 1775346810368}], "attachments": [{"name": "cURL", "source": "c0525fa5-f07d-4025-a5f2-b9e9d3fc40e2-attachment.txt", "type": "text/plain"}], "start": 1775346810367, "stop": 1775346810368}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "917d4e90-fea5-4afd-b087-2cab311975eb-attachment.json", "type": "application/json"}], "start": 1775346811396, "stop": 1775346811396}, {"name": "Response → 422, trace_id: 5727441dc0e8cc079cf3dad4bd480e28", "status": "passed", "attachments": [{"name": "response.headers", "source": "b6975278-cf45-4eec-99a8-d74802727cd3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "04cb9e7f-86e6-4dc0-9ae7-9dfb9bb30c65-attachment.json", "type": "application/json"}], "start": 1775346811396, "stop": 1775346811397}], "attachments": [{"name": "cURL", "source": "68b1b741-3e10-44c0-822e-8d1cef638709-attachment.txt", "type": "text/plain"}], "start": 1775346811396, "stop": 1775346811397}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c3468640-82c7-4405-a696-80ed7187fde6-attachment.json", "type": "application/json"}], "start": 1775346812427, "stop": 1775346812427}, {"name": "Response → 422, trace_id: daec39506e38579b5ad74c00775fcef0", "status": "passed", "attachments": [{"name": "response.headers", "source": "17db1f48-a256-4362-9a51-5ecd0d2db7e6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b6b79665-d459-4589-8d2e-5ed0113f69fd-attachment.json", "type": "application/json"}], "start": 1775346812427, "stop": 1775346812427}], "attachments": [{"name": "cURL", "source": "fb9d52e0-cbc2-49f9-a509-293dd97cf02f-attachment.txt", "type": "text/plain"}], "start": 1775346812427, "stop": 1775346812428}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d36c79c6-15df-4465-9a9e-febabbce37fe-attachment.json", "type": "application/json"}], "start": 1775346813457, "stop": 1775346813457}, {"name": "Response → 422, trace_id: 67a0379da1ab1ea24778f3e2826abef1", "status": "passed", "attachments": [{"name": "response.headers", "source": "f370536c-04be-45e1-8e0f-4e8c130db586-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1bb2d667-1222-4e55-bf80-490d99f85e43-attachment.json", "type": "application/json"}], "start": 1775346813457, "stop": 1775346813457}], "attachments": [{"name": "cURL", "source": "51615976-883b-4f29-bcd7-5ad6977c30df-attachment.txt", "type": "text/plain"}], "start": 1775346813457, "stop": 1775346813457}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "88c5de94-41da-41f2-8390-0496d2cfeb80-attachment.json", "type": "application/json"}], "start": 1775346814487, "stop": 1775346814487}, {"name": "Response → 422, trace_id: 42647bc301ac020e8fc8e0e70100fa93", "status": "passed", "attachments": [{"name": "response.headers", "source": "1ced0ea7-cdfb-4d09-9153-b1ebe6e1e63e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ca883de8-c3ec-4b22-ae26-2cc132c4c918-attachment.json", "type": "application/json"}], "start": 1775346814487, "stop": 1775346814487}], "attachments": [{"name": "cURL", "source": "11913ee5-5bd5-4e09-9419-8c7d1f1ca372-attachment.txt", "type": "text/plain"}], "start": 1775346814487, "stop": 1775346814487}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8b728bb2-7eac-4fa2-b00e-a11453ed679a-attachment.json", "type": "application/json"}], "start": 1775346815513, "stop": 1775346815513}, {"name": "Response → 422, trace_id: 813e5b7ebcc0e627b73c0553774b1578", "status": "passed", "attachments": [{"name": "response.headers", "source": "5715ffc6-6c1d-49eb-9076-6471794e81ee-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "99e987f7-88bb-43ba-8e8c-2fc30d5a03bc-attachment.json", "type": "application/json"}], "start": 1775346815513, "stop": 1775346815513}], "attachments": [{"name": "cURL", "source": "750f2079-1c2b-47f5-a1a6-e0ef62ffa97c-attachment.txt", "type": "text/plain"}], "start": 1775346815513, "stop": 1775346815513}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "324e1101-0b2c-4a8f-b15d-be0b9d2d0d77-attachment.json", "type": "application/json"}], "start": 1775346816543, "stop": 1775346816543}, {"name": "Response → 422, trace_id: 96b3d60d43f8c7537bd864979f7e4c7a", "status": "passed", "attachments": [{"name": "response.headers", "source": "687ff524-e718-434d-88d2-39bff02113c1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "640195b9-0e27-4f11-8d7d-4cdc66638392-attachment.json", "type": "application/json"}], "start": 1775346816543, "stop": 1775346816543}], "attachments": [{"name": "cURL", "source": "8f44f42e-5a22-438f-9129-1b2acad30ec5-attachment.txt", "type": "text/plain"}], "start": 1775346816543, "stop": 1775346816543}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9728815c-f77f-441e-a585-883ae2f40536-attachment.json", "type": "application/json"}], "start": 1775346817574, "stop": 1775346817575}, {"name": "Response → 422, trace_id: 9d6bb9abeb53a720a2d58f398085b890", "status": "passed", "attachments": [{"name": "response.headers", "source": "38c73fb8-5120-4c1a-bbc7-9d3a05611caa-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "94ad0c28-d55f-43ca-9182-8801442ecfb8-attachment.json", "type": "application/json"}], "start": 1775346817575, "stop": 1775346817575}], "attachments": [{"name": "cURL", "source": "5867701b-e01b-4199-970f-c6f5d00cba84-attachment.txt", "type": "text/plain"}], "start": 1775346817574, "stop": 1775346817575}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0797e9d8-f9f2-46ba-bf3b-457a5d9956d5-attachment.json", "type": "application/json"}], "start": 1775346818605, "stop": 1775346818605}, {"name": "Response → 422, trace_id: 68ce7e798bfc9604395203f86ed63a0b", "status": "passed", "attachments": [{"name": "response.headers", "source": "b0118d94-a358-4632-9fbe-01c6873310ce-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e0a5e400-7c85-4ce1-945f-ef2e747b8880-attachment.json", "type": "application/json"}], "start": 1775346818605, "stop": 1775346818605}], "attachments": [{"name": "cURL", "source": "9f194ee1-16e5-42b6-8a9d-65ff6bf8d87f-attachment.txt", "type": "text/plain"}], "start": 1775346818605, "stop": 1775346818605}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7c29df66-91c7-46e8-8deb-eb68eaaeb1e9-attachment.json", "type": "application/json"}], "start": 1775346819633, "stop": 1775346819634}, {"name": "Response → 422, trace_id: 96f92e569f7bc6c506cebd3809fa76ac", "status": "passed", "attachments": [{"name": "response.headers", "source": "493a1b5b-bf99-4edc-b922-dfc66d478a09-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a280618c-9b1b-4701-97b6-cdf074365e14-attachment.json", "type": "application/json"}], "start": 1775346819634, "stop": 1775346819634}], "attachments": [{"name": "cURL", "source": "3a52ed20-0eb5-4e33-b248-799eee7ca613-attachment.txt", "type": "text/plain"}], "start": 1775346819633, "stop": 1775346819634}], "start": 1775346810340, "stop": 1775346819637}], "start": 1775346789741, "stop": 1775346819638}], "attachments": [{"name": "log", "source": "18788cf7-cf25-4271-963b-4237419df9cf-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "wms_providers", "value": "{'provider': WMSProvider(last_mile='YaMarket', city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_UZ: 12>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_UZ: 12>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_UZ: 12>, order_source=<OrderSource.YaMarket: 'YaMarket'>, provider_name='YaMarket'), 'warehouse': WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff_id='WH_TASHKENT', hub_last_mile_id=0, providers=[WMSProvider(last_mile=<DeliveryLastMile.TANAIS: 'TANAIS'>, city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.TANAIS: 13>, last_mile_id=<DeliveryLastMileId.TANAIS: 13>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.TANAIS: 13>, order_source=<OrderSource.GLOBAL: 'GLOBAL'>, provider_name=<DeliveryLastMile.TANAIS: 'TANAIS'>), WMSProvider(last_mile='YaMarket', city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_UZ: 12>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_UZ: 12>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_UZ: 12>, order_source=<OrderSource.YaMarket: 'YaMarket'>, provider_name='YaMarket')], name='Uzbekistan', description='Бонд Узбекистан', use_datamatrix=False, user=WMSAccount(wms_id=33349, phone='3335000010', role_wms_id=23, zone_id=None, patronymic=None, last_name='', password='1234', first_name='', token='', refresh_token=''), storage_cell=<StorageCells.MA1_1_1_01: 'MA1-1-1-01'>, defected_cell=<DefectedCells.BR_01_01_1_05: 'BR-01-01-1-05'>, overage_cell=<OverageCells.IZ_1_01_01_1_05: 'IZ-1-01-01-1-05'>, weighing_cell=<WeighingCells.WT_1_11_1: 'WT-1-01-1'>, packing_table=<PackingTable.UP_AUTOTEST_01: 'UP-AUTOTEST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_UZ_ZONE: 31>, email=None, phone=None)}"}], "start": 1775346781417, "stop": 1775346819639, "uuid": "390cd493-d5d2-4669-bbe2-2bc695b7bd35", "historyId": "d4ac265bc2a76b253bc8aefa6a0547c3", "testCaseId": "7308348ffac99daa71965d98c535af7d", "fullName": "tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation#test_order_cancellation_in_state_picked", "labels": [{"name": "feature", "value": "B2C order cancellation"}, {"name": "tag", "value": "dm-wms-be-service-order"}, {"name": "parentSuite", "value": "tests.wms.test_order"}, {"name": "suite", "value": "test_b2c_order_cancellation"}, {"name": "subSuite", "value": "TestB2COrderCancellation"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-0-h3cppiay"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.wms.test_order.test_b2c_order_cancellation"}], "titlePath": ["tests", "wms", "test_order", "test_b2c_order_cancellation.py", "TestB2COrderCancellation"]}