{"name": "test_order_cancellation_reserved_status_picked_status[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.47; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:55:23.650+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.47\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: d015e43547e603779ab15092fffcbdb2", "trace": "self = <tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation object at 0x76b54211db90>\nwms_outbound_e2e_builder = <src.framework.wms.builders.order.v2_order.WMSOrderBuilder object at 0x76b539e86650>\n\n    def test_order_cancellation_reserved_status_picked_status(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(event_type=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            .control_order_status_in_order_service(order_status=OrderStatus.PICKED)\n        )\n    \n        # Update order status to RESERVED\n        OrderQueries().update_order_status_by_order_id(order_id=order.order.order_id, order_statu=OrderStatus.RESERVED)\n    \n        # Continue with cancellation and other operations\n        (\n            order.control_order_status_in_order_service(order_status=OrderStatus.RESERVED)\n            .order_can_cancel()\n            .state_canceled()\n            .control_order_status_in_order_service(order_status=OrderStatus.CANCELED)\n            .control_order_status_in_assembly_service(order_status=AssemblyOrderStatus.PROBLEMATIC)\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:153: \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 0x76b5405e8890>\nresource_path = '/stock-return/wall-cell/12.18.1.47', method = 'POST'\npath_params = [('wallCellBarcode', '12.18.1.47')], query_params = []\nheader_params = {'Accept': 'application/json', 'Authorization': 'Bearer 5a7ce5ba-78a1-4182-bea2-82f2c06ed252', '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.47; \nE            Expected status code: 200; \nE            Actual status code: 422; \nE            Response body: {\"timestamp\":\"2026-04-04T23:55:23.650+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.47\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \nE            X-Aer-Trace-Id: d015e43547e603779ab15092fffcbdb2\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": 1775346821228, "stop": 1775346821231}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775346821232, "stop": 1775346821234}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "bdb09a8f-343c-496e-ae4f-3cfa64c33b6a-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "c8c39d87-f190-452c-89ac-7f4004c69548-attachment.json", "type": "application/json"}], "start": 1775346821237, "stop": 1775346821237}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/supply/ya/api/v1/order", "status": "passed", "attachments": [{"name": "Request", "source": "970840c4-8aca-4134-90a3-726d38bffd8c-attachment.json", "type": "application/json"}, {"name": "Response", "source": "867c81c2-8b2e-477d-b20f-da84cd35d67d-attachment.json", "type": "application/json"}], "start": 1775346821241, "stop": 1775346821277}, {"name": "Waiter function: wait_order_order_by_platform_tracking_code", "status": "passed", "start": 1775346821278, "stop": 1775346823649}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775346823649, "stop": 1775346823652}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775346823652, "stop": 1775346823655}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775346823655, "stop": 1775346824292}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775346824292, "stop": 1775346825411}, {"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": "7fefcd96-e0b7-4ade-a7b6-e232ed8c58a7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "98768ebd-9ebe-49de-bf13-e8f1c68e8c93-attachment.json", "type": "application/json"}], "start": 1775346826505, "stop": 1775346826505}, {"name": "Response → 200, trace_id: 4802aaf893d1b5cb771bbe7a177f7344", "status": "passed", "attachments": [{"name": "response.headers", "source": "59ac929d-6cc7-43ac-a25d-4afc190bab36-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2d9bde6a-1669-4562-83c6-1863dd4124c8-attachment.json", "type": "application/json"}], "start": 1775346826505, "stop": 1775346826506}], "attachments": [{"name": "cURL", "source": "a8a3539f-1cc9-4255-a53e-4aef94561bcf-attachment.txt", "type": "text/plain"}], "start": 1775346826505, "stop": 1775346826506}, {"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": "c30fe907-c15b-4ac7-b047-09fe2894eebd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "aba47372-63b7-447c-8bb5-7550973d3608-attachment.json", "type": "application/json"}], "start": 1775346826553, "stop": 1775346826553}, {"name": "Response → 200, trace_id: afb742e497824f5e90393bcbf9c3fd64", "status": "passed", "attachments": [{"name": "response.headers", "source": "0200fb7e-c538-4685-855a-4118a634a7a5-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2e14040f-e7ce-4bbc-b841-ee60c42ede35-attachment.json", "type": "application/json"}], "start": 1775346826553, "stop": 1775346826554}], "attachments": [{"name": "cURL", "source": "1578be92-c10c-40a0-b195-4bed9dc8fc37-attachment.txt", "type": "text/plain"}], "start": 1775346826553, "stop": 1775346826554}, {"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": "5dde8bbd-2993-4076-af35-b49f5c1c0916-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "dd3b9ff0-ea2b-48a9-8288-6cbc4ca9b66d-attachment.json", "type": "application/json"}], "start": 1775346826613, "stop": 1775346826613}, {"name": "Response → 200, trace_id: 942f25c43e5ef8d7dbc6dbd7ee82143c", "status": "passed", "attachments": [{"name": "response.headers", "source": "4d0eebc0-3e8b-48f7-a829-13eda8e3d90d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "285df331-2be6-4884-8ae7-d9bc5f49c983-attachment.json", "type": "application/json"}], "start": 1775346826613, "stop": 1775346826613}], "attachments": [{"name": "cURL", "source": "3691e2d8-fa6b-4041-8eed-2b63641aea56-attachment.txt", "type": "text/plain"}], "start": 1775346826613, "stop": 1775346826613}, {"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": "88f3dfb0-1ebf-47cf-bd22-a66ce277f9e0-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "1b1f5826-9173-468e-933e-c354c0783d60-attachment.json", "type": "application/json"}], "start": 1775346826658, "stop": 1775346826658}, {"name": "Response → 200, trace_id: ce07c9a3be9d544b356673f5892601d8", "status": "passed", "attachments": [{"name": "response.headers", "source": "bb2854e7-1491-4a5f-b837-9c2dc7543c55-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2d386c1a-b783-4ba6-85e4-faeac6623dcc-attachment.json", "type": "application/json"}], "start": 1775346826658, "stop": 1775346826658}], "attachments": [{"name": "cURL", "source": "58795d56-a174-42af-86c1-855149351208-attachment.txt", "type": "text/plain"}], "start": 1775346826657, "stop": 1775346826658}, {"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": "ec78f91c-2d3c-4bf4-8cb4-59b1d77f0907-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "733b49fa-8800-46ec-8faa-7517b14829a9-attachment.json", "type": "application/json"}], "start": 1775346827076, "stop": 1775346827077}, {"name": "Response → 200, trace_id: 87616a1ab4479d989df1d6c9ba8aa8dc", "status": "passed", "attachments": [{"name": "response.headers", "source": "cfd65c8e-cd1b-4039-b02d-432c0d03b935-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0bfd7ed5-de9c-414e-8378-fffbb9c4e75e-attachment.json", "type": "application/json"}], "start": 1775346827077, "stop": 1775346827077}], "attachments": [{"name": "cURL", "source": "a1f59734-1df3-4624-983e-0bce5aa67e40-attachment.txt", "type": "text/plain"}], "start": 1775346827076, "stop": 1775346827077}, {"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": "cc53e1b7-018a-4be8-9033-a63af85d3328-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "291c3958-faa0-40f8-bb30-2acc69a31a89-attachment.json", "type": "application/json"}], "start": 1775346827106, "stop": 1775346827107}, {"name": "Response → 200, trace_id: 38c9efe8cd4843b672e984b93f6163ff", "status": "passed", "attachments": [{"name": "response.headers", "source": "a10c0f8c-4204-4a67-8a79-30ce4407803d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "29410a25-a876-452b-81a3-a84e8554e8ea-attachment.txt", "type": "text/plain"}], "start": 1775346827107, "stop": 1775346827107}], "attachments": [{"name": "cURL", "source": "5869949a-efe6-414d-810f-1909cabb16c1-attachment.txt", "type": "text/plain"}], "start": 1775346827106, "stop": 1775346827107}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/box/assign?boxBarcodes=BX-0000492788&pickingTaskKey=3a1ca5dc5d0761076036b5c6f5037fc5124dad9805b3dbc2e10ce5abb5cc0052", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7df4a424-318c-4d76-b41f-21389de154c6-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b2b3f701-214a-400e-8266-61870ef7af42-attachment.json", "type": "application/json"}], "start": 1775346827136, "stop": 1775346827136}, {"name": "Response → 200, trace_id: ca79d45ea0a26dfb5dcc7d2b3d968945", "status": "passed", "attachments": [{"name": "response.headers", "source": "dc24589a-0c7d-4f1a-b20a-3c790ce8637b-attachment.json", "type": "application/json"}], "start": 1775346827137, "stop": 1775346827137}], "attachments": [{"name": "cURL", "source": "f877fb98-f4b6-4d49-b4e7-1edad93a6346-attachment.txt", "type": "text/plain"}], "start": 1775346827136, "stop": 1775346827137}, {"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": "1dc9914d-352f-4056-b385-cf4a9f295976-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d793def9-6831-4766-ab7d-0847eb66fa3c-attachment.json", "type": "application/json"}], "start": 1775346827172, "stop": 1775346827172}, {"name": "Response → 200, trace_id: 61800d8e94ca3256af05ffbd06644341", "status": "passed", "attachments": [{"name": "response.headers", "source": "1fb37035-04c3-417c-b0b5-f2d80c192737-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "41a5ab0b-6cfa-4c6d-a23a-ff7ac65e5571-attachment.json", "type": "application/json"}], "start": 1775346827172, "stop": 1775346827172}], "attachments": [{"name": "cURL", "source": "7cbe561a-d9f8-44a1-97ef-9da43dc12ece-attachment.txt", "type": "text/plain"}], "start": 1775346827172, "stop": 1775346827172}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=3a1ca5dc5d0761076036b5c6f5037fc5124dad9805b3dbc2e10ce5abb5cc0052&skuId=4100000000000052961&cellBarcode=QA-75346819767388416&cellId=488149", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a1e396d1-6ace-4835-a8a4-a3c946c0b7dc-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "01f7f6b8-f1ad-407b-b419-55d28aa43aec-attachment.json", "type": "application/json"}], "start": 1775346827235, "stop": 1775346827236}, {"name": "Response → 200, trace_id: ee6d69f12e7e9a9d2cb64b6cd6da554c", "status": "passed", "attachments": [{"name": "response.headers", "source": "2fd4bffd-3a4a-4431-ad6d-5a91bd8f488e-attachment.json", "type": "application/json"}], "start": 1775346827236, "stop": 1775346827236}], "attachments": [{"name": "cURL", "source": "ae6a09a4-7578-4701-aa5f-cb745d4ffc14-attachment.txt", "type": "text/plain"}], "start": 1775346827235, "stop": 1775346827236}, {"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": "469bb9e3-10a1-4115-8808-ca9718958093-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "75d8df90-5850-4726-a684-7c30a2b0c028-attachment.json", "type": "application/json"}], "start": 1775346827279, "stop": 1775346827280}, {"name": "Response → 200, trace_id: cac1e678b0a9bc8519bc8fc69832aec5", "status": "passed", "attachments": [{"name": "response.headers", "source": "2685effd-4e36-4fbd-9ac0-7ec76fea41d3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4e37cebf-9f23-4b67-87ce-83cc63ad8b09-attachment.json", "type": "application/json"}], "start": 1775346827280, "stop": 1775346827280}], "attachments": [{"name": "cURL", "source": "4e3f831d-a7c0-4cc9-a7c0-8561c2f06229-attachment.txt", "type": "text/plain"}], "start": 1775346827279, "stop": 1775346827280}, {"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": "5e3d3503-b56a-4cd5-adf0-70fd6a100dbf-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3c23e860-3e44-478b-8a25-42316d009e9e-attachment.json", "type": "application/json"}], "start": 1775346827312, "stop": 1775346827312}, {"name": "Response → 200, trace_id: c65cce70a26145e7bde0d7c2e46f10f5", "status": "passed", "attachments": [{"name": "response.headers", "source": "1156eb06-c75f-41fe-be2c-06c0d415af04-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7ee762d8-a378-43be-b07f-3a8bd0b4d2a2-attachment.json", "type": "application/json"}], "start": 1775346827312, "stop": 1775346827312}], "attachments": [{"name": "cURL", "source": "dc7cd703-d4d5-40d8-9e04-6647974586fd-attachment.txt", "type": "text/plain"}], "start": 1775346827312, "stop": 1775346827312}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=3a1ca5dc5d0761076036b5c6f5037fc5124dad9805b3dbc2e10ce5abb5cc0052&skuId=4100000000000052962&cellBarcode=QA-75346819767388416&cellId=488149", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3ac55e6a-3aea-453f-b689-192912660cfe-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "5a88c52e-bff0-4a02-a63c-8c7d59160927-attachment.json", "type": "application/json"}], "start": 1775346827370, "stop": 1775346827370}, {"name": "Response → 200, trace_id: ad4802af3930937f43103561424bf54d", "status": "passed", "attachments": [{"name": "response.headers", "source": "589fad65-6353-4b3c-871a-5596f75bae23-attachment.json", "type": "application/json"}], "start": 1775346827370, "stop": 1775346827370}], "attachments": [{"name": "cURL", "source": "e5858592-aef9-47ce-b0d2-3cc5ca3b8915-attachment.txt", "type": "text/plain"}], "start": 1775346827370, "stop": 1775346827370}, {"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": "4a81a69e-7d24-4f96-ac00-01921c114aaf-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "5e4223c0-934b-411a-a659-19d373c9a431-attachment.json", "type": "application/json"}], "start": 1775346827402, "stop": 1775346827402}, {"name": "Response → 200, trace_id: c61c563b2153fdcd76cf6ff5b0c2dc2a", "status": "passed", "attachments": [{"name": "response.headers", "source": "67eca127-c742-4755-ac58-30ad04078876-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2b88cd31-0e3f-4362-a399-5b662a44c491-attachment.json", "type": "application/json"}], "start": 1775346827402, "stop": 1775346827402}], "attachments": [{"name": "cURL", "source": "5d2745c6-db75-4858-a265-8af8fdaee5a9-attachment.txt", "type": "text/plain"}], "start": 1775346827402, "stop": 1775346827402}, {"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": "74844d8a-647f-4057-a582-c5f69e73f7d5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "decf3017-930f-450c-96fb-a40885adbd94-attachment.json", "type": "application/json"}], "start": 1775346827428, "stop": 1775346827428}, {"name": "Response → 200, trace_id: e6379388cb23cc2112b6767a614a1d82", "status": "passed", "attachments": [{"name": "response.headers", "source": "165c154b-2b1b-4902-8b14-33f8a81b8ac7-attachment.json", "type": "application/json"}], "start": 1775346827428, "stop": 1775346827428}], "attachments": [{"name": "cURL", "source": "25bcb683-3800-471d-8412-4c6334f5dd25-attachment.txt", "type": "text/plain"}], "start": 1775346827428, "stop": 1775346827428}, {"name": "Waiter function: wait_order_order", "status": "passed", "start": 1775346827433, "stop": 1775346830437}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "01d25596-ba6a-4cf9-8da5-7fadc9921c84-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "8d8f5587-62a8-4337-853b-574c96e7da70-attachment.json", "type": "application/json"}], "start": 1775346830438, "stop": 1775346830438}, {"name": "Waiter function: wait_order_order", "status": "passed", "start": 1775346830439, "stop": 1775346830440}, {"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": "fb9c93e8-fc0d-4b6b-b8d5-6555902e75fe-attachment.json", "type": "application/json"}, {"name": "Response", "source": "535b201b-ea9e-404d-aa1f-6a8cbfd082b9-attachment.json", "type": "application/json"}], "start": 1775346830440, "stop": 1775346830474}, {"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": "dd3097af-e840-4257-8670-439c2da53584-attachment.json", "type": "application/json"}, {"name": "Response", "source": "192e04e2-c047-4518-bbac-537e406140f6-attachment.json", "type": "application/json"}], "start": 1775346830475, "stop": 1775346830506}, {"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": "701a82d2-1ae4-490b-9886-dfed453c5156-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f3288c9e-cda0-4f0d-a8ad-52ff20cec7e1-attachment.json", "type": "application/json"}], "start": 1775346830507, "stop": 1775346830847}, {"name": "Waiter function: wait_order_order", "status": "passed", "start": 1775346830848, "stop": 1775346830850}, {"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": "bb03e6ea-a622-4d12-bc85-e93261f41d09-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0a0b8709-d517-442b-b5ef-1b5263edc835-attachment.json", "type": "application/json"}], "start": 1775346890922, "stop": 1775346890922}, {"name": "Response → 200, trace_id: 90c943000bb78478c67aedc2601af9e5", "status": "passed", "attachments": [{"name": "response.headers", "source": "13decb56-06a6-47ab-ba49-61cd35d3c560-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "dcaa1fb7-eec8-47ac-9908-a879b8bce87a-attachment.json", "type": "application/json"}], "start": 1775346890922, "stop": 1775346890922}], "attachments": [{"name": "cURL", "source": "e6c9f150-dab6-40f8-84c9-5eaceed13bc1-attachment.txt", "type": "text/plain"}], "start": 1775346890922, "stop": 1775346890923}], "start": 1775346890853, "stop": 1775346890926}, {"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": "48374f1b-0044-414a-b34e-061687929051-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d6086ba8-816c-4444-8f14-1884023b6b1c-attachment.json", "type": "application/json"}], "start": 1775346890992, "stop": 1775346890993}, {"name": "Response → 200, trace_id: d0fb7f092a7e532e1738e7163decdcca", "status": "passed", "attachments": [{"name": "response.headers", "source": "9fc88439-56fe-451e-b50a-44d53604c09f-attachment.json", "type": "application/json"}], "start": 1775346890993, "stop": 1775346890993}], "attachments": [{"name": "cURL", "source": "d10cac83-952e-4c3d-b87c-c5643f1bf646-attachment.txt", "type": "text/plain"}], "start": 1775346890992, "stop": 1775346890993}, {"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": "79a419b1-9499-49f3-9b8f-db80fc93fee5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4b70fe3f-b087-448c-bf97-355d3fcc01d8-attachment.json", "type": "application/json"}], "start": 1775346891020, "stop": 1775346891021}, {"name": "Response → 200, trace_id: 83ccdab786eadc4c223289d19484383c", "status": "passed", "attachments": [{"name": "response.headers", "source": "fbb0f773-b179-4b0e-a4eb-2ba65b690ded-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "edc568db-a31c-420f-b241-6211d984fecd-attachment.json", "type": "application/json"}], "start": 1775346891021, "stop": 1775346891021}], "attachments": [{"name": "cURL", "source": "9363a33f-3346-4efa-a377-33a34b7d864d-attachment.txt", "type": "text/plain"}], "start": 1775346891020, "stop": 1775346891021}, {"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": "1009d7c0-7e32-4ac4-9285-ae40a9fe7228-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "dc3eb20a-7fbc-4187-961c-c91a4ed0f580-attachment.json", "type": "application/json"}], "start": 1775346891068, "stop": 1775346891068}, {"name": "Response → 200, trace_id: 6feb39b55c0be873cb2c6b87f21a7223", "status": "passed", "attachments": [{"name": "response.headers", "source": "91964884-071b-4cc9-9406-cb23fa82971d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "229af8ea-04d6-4a85-943c-e0d9a647060c-attachment.json", "type": "application/json"}], "start": 1775346891068, "stop": 1775346891068}], "attachments": [{"name": "cURL", "source": "9a0c850e-2c23-4b5f-a920-cf92c0909b3c-attachment.txt", "type": "text/plain"}], "start": 1775346891068, "stop": 1775346891068}, {"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": "583c931f-a678-4a7d-a946-523ac5f9e908-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "321a4f07-7f71-4f64-a1e2-6fedd0dfc8ca-attachment.json", "type": "application/json"}], "start": 1775346891117, "stop": 1775346891117}, {"name": "Response → 200, trace_id: 121e327faa845bf2c7b6de1915be5df9", "status": "passed", "attachments": [{"name": "response.headers", "source": "871642f2-03c1-4dcb-96b9-c62acd41bc1e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "134b09d0-01b3-45a2-80c2-81c76169b8a3-attachment.json", "type": "application/json"}], "start": 1775346891117, "stop": 1775346891117}], "attachments": [{"name": "cURL", "source": "ebd8a796-966d-4b56-ba2d-64bd8c271fa0-attachment.txt", "type": "text/plain"}], "start": 1775346891117, "stop": 1775346891117}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/move-in-progress?sortingTaskId=161039", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d002ac2d-cb37-4602-b1c3-464b85547969-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "d0f7d040-26fd-4a37-83d4-867f953f1b13-attachment.json", "type": "application/json"}], "start": 1775346891141, "stop": 1775346891142}, {"name": "Response → 200, trace_id: dae812576c3df34a3c73ef6fe461bbec", "status": "passed", "attachments": [{"name": "response.headers", "source": "f96b86ce-8af5-415c-8300-109e4e6460d2-attachment.json", "type": "application/json"}], "start": 1775346891142, "stop": 1775346891142}], "attachments": [{"name": "cURL", "source": "ae58ccbf-29b7-438e-bd74-7fa29e4490c7-attachment.txt", "type": "text/plain"}], "start": 1775346891141, "stop": 1775346891142}, {"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": "8bfb1a17-a4e3-4c48-b4ba-bd7a8416fb02-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4a433e42-1814-4ed2-aa3d-4e8f8ace4a28-attachment.json", "type": "application/json"}], "start": 1775346891177, "stop": 1775346891177}, {"name": "Response → 200, trace_id: 6613ba02f81ee738d4ea750994603042", "status": "passed", "attachments": [{"name": "response.headers", "source": "9909ee02-7683-4cec-b3ac-e19a91860a1e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7af498a7-d453-48fa-bac3-258b4416b3cb-attachment.json", "type": "application/json"}], "start": 1775346891177, "stop": 1775346891177}], "attachments": [{"name": "cURL", "source": "69aa9eb6-6a7d-4cc4-aca9-486cf23e6b53-attachment.txt", "type": "text/plain"}], "start": 1775346891177, "stop": 1775346891177}, {"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": "0aeaf04a-f629-4152-99fc-441dd091314d-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "64242e73-7c44-4584-ab2e-3a2149e8986d-attachment.json", "type": "application/json"}], "start": 1775346891244, "stop": 1775346891245}, {"name": "Response → 200, trace_id: 4e7e703aeac3091f3fbb3fd8ff6307c8", "status": "passed", "attachments": [{"name": "response.headers", "source": "084dd241-e91f-4618-9184-60ff1f15af54-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "29150159-5b2d-4110-9d38-301ac89e2b60-attachment.json", "type": "application/json"}], "start": 1775346891245, "stop": 1775346891245}], "attachments": [{"name": "cURL", "source": "68c22416-0e49-4f77-85c4-fe94f75c506b-attachment.txt", "type": "text/plain"}], "start": 1775346891244, "stop": 1775346891245}, {"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": "42e98356-0efe-4bbc-aa38-337649b471fd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "987b8825-2f7b-491b-8672-c0e5650983dc-attachment.json", "type": "application/json"}], "start": 1775346891285, "stop": 1775346891285}, {"name": "Response → 200, trace_id: 7b1bcfc1f871a0defe843380356e880e", "status": "passed", "attachments": [{"name": "response.headers", "source": "601bab16-439c-4971-955d-d4444ff78eea-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5cdb5435-2cd1-4ad4-a761-356afe6937fb-attachment.json", "type": "application/json"}], "start": 1775346891285, "stop": 1775346891285}], "attachments": [{"name": "cURL", "source": "01d405de-a033-46ac-b2c9-a314bd89d584-attachment.txt", "type": "text/plain"}], "start": 1775346891285, "stop": 1775346891285}, {"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": "3371d5da-5e21-4a11-b25e-c353af2edfcd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a18bb4e5-bb57-46ee-ae97-52ba9e827758-attachment.json", "type": "application/json"}], "start": 1775346891329, "stop": 1775346891329}, {"name": "Response → 200, trace_id: a5dc700f389d8e064a8b236cbaf1db14", "status": "passed", "attachments": [{"name": "response.headers", "source": "3a72e91d-4297-4bce-9ea4-769234b7c77a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "593e11be-e93d-45aa-9c2b-45a2350db22b-attachment.json", "type": "application/json"}], "start": 1775346891329, "stop": 1775346891329}], "attachments": [{"name": "cURL", "source": "8defe641-8dc7-46b3-80b0-b96387e9e1f8-attachment.txt", "type": "text/plain"}], "start": 1775346891329, "stop": 1775346891329}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "63064dd3-56a4-4698-ba74-bcece4e1b4dd-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "32c62b22-575f-44a7-83a8-df0231dd5d6a-attachment.json", "type": "application/json"}], "start": 1775346891346, "stop": 1775346891346}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/assign/cell?orderId=4278192468&wallCellBarcode=12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ac85e816-ee6c-4202-94f4-5fdd027b8832-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "6d72c2ca-695f-4786-bbbc-bbb1555d6e50-attachment.json", "type": "application/json"}], "start": 1775346891377, "stop": 1775346891377}, {"name": "Response → 200, trace_id: 7e01f0d762e141e66ab5b884001c9a37", "status": "passed", "attachments": [{"name": "response.headers", "source": "795cea12-3629-4293-81c3-cc0ad3181026-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f21404bf-1c16-401a-b870-9019a76b28da-attachment.txt", "type": "text/plain"}], "start": 1775346891378, "stop": 1775346891378}], "attachments": [{"name": "cURL", "source": "de63b1ca-faec-40fd-9e60-75eebd9a8746-attachment.txt", "type": "text/plain"}], "start": 1775346891377, "stop": 1775346891378}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "2bff05e5-af8f-4aa8-b867-2ccd708b6aeb-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "922f6a00-499b-4f27-91d1-52d261c3751e-attachment.json", "type": "application/json"}], "start": 1775346891387, "stop": 1775346891387}, {"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": "1d6c45b8-c7df-4649-9d96-61ae9547ca53-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2386c51a-2cd0-4d85-a8f3-3e354cd0d411-attachment.json", "type": "application/json"}], "start": 1775346892431, "stop": 1775346892431}, {"name": "Response → 200, trace_id: 8a8983708f9934ef54a9456d3678880b", "status": "passed", "attachments": [{"name": "response.headers", "source": "359649e7-f5ce-44d1-89b7-dc0b97f7f80e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "819818c4-1a0d-4516-9307-0d2c92f6051f-attachment.json", "type": "application/json"}], "start": 1775346892431, "stop": 1775346892431}], "attachments": [{"name": "cURL", "source": "edc4c770-09fe-477e-a55e-74e3ed1b78fe-attachment.txt", "type": "text/plain"}], "start": 1775346892431, "stop": 1775346892431}, {"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": "4357461d-326c-4c73-badf-2ffb771db3e6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "aca2605f-b937-41fa-8ee9-64718d54388c-attachment.json", "type": "application/json"}], "start": 1775346892472, "stop": 1775346892472}, {"name": "Response → 200, trace_id: d892ef23cb74ab27aa6b08af4bca3473", "status": "passed", "attachments": [{"name": "response.headers", "source": "187762bb-241f-4e09-9606-14edd41737b4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "80825248-a24b-479f-905e-cdc2abdde0c2-attachment.json", "type": "application/json"}], "start": 1775346892472, "stop": 1775346892472}], "attachments": [{"name": "cURL", "source": "b9210a62-fd8b-4b56-9c4b-e30d5e24a448-attachment.txt", "type": "text/plain"}], "start": 1775346892472, "stop": 1775346892472}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "2e160ae6-2767-4f78-85bd-c603b627923c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "80fc04b3-c69d-4eb7-b3c2-824fd862cfd6-attachment.json", "type": "application/json"}], "start": 1775346892489, "stop": 1775346892489}, {"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": "e312b42b-f67e-464b-b344-65258872d9fe-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ef6cb0b2-8c94-4d03-a45b-6dda9486f311-attachment.json", "type": "application/json"}], "start": 1775346893532, "stop": 1775346893532}, {"name": "Response → 200, trace_id: 1682248a52a0a7d753ca52a1af2897df", "status": "passed", "attachments": [{"name": "response.headers", "source": "64ddb71e-e9b4-41c5-b753-dc4146861748-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "82b86d9a-5407-4873-9a78-ee5118352ad0-attachment.json", "type": "application/json"}], "start": 1775346893532, "stop": 1775346893532}], "attachments": [{"name": "cURL", "source": "b3823803-f165-45f0-825d-f0a421e753c1-attachment.txt", "type": "text/plain"}], "start": 1775346893532, "stop": 1775346893532}, {"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": "0047209c-f102-43a7-8270-5e327ff5453f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "38ba2c6e-45f7-4e03-b047-0d603f6ab51c-attachment.json", "type": "application/json"}], "start": 1775346893555, "stop": 1775346893556}, {"name": "Response → 200, trace_id: 96a4bbcb24d8399fcf6b342407eb15b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "28cd15b9-3a80-4e38-bd36-20940eba5c38-attachment.json", "type": "application/json"}], "start": 1775346893556, "stop": 1775346893556}], "attachments": [{"name": "cURL", "source": "d390dc0b-6e4c-47a8-b719-81bb3226e195-attachment.txt", "type": "text/plain"}], "start": 1775346893555, "stop": 1775346893556}, {"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": "ddb14d31-da72-44c2-85b7-c1655b6eb595-attachment.json", "type": "application/json"}], "start": 1775346893578, "stop": 1775346893578}, {"name": "Response → 200, trace_id: afec8aeb19dcbd3fb26a6da631a4b55a", "status": "passed", "attachments": [{"name": "response.headers", "source": "a89d7940-e84e-4cc8-b1fe-67baac614fea-attachment.json", "type": "application/json"}], "start": 1775346893578, "stop": 1775346893578}], "attachments": [{"name": "cURL", "source": "95118d63-5c0d-46b3-ba51-e2460e01cc9c-attachment.txt", "type": "text/plain"}], "start": 1775346893578, "stop": 1775346893578}, {"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": "cf649888-08e4-4ae6-bd1b-f7fe1521a3b6-attachment.json", "type": "application/json"}], "start": 1775346893599, "stop": 1775346893599}, {"name": "Response → 200, trace_id: e6e78d69a55029c666a392fd9e8c0a32", "status": "passed", "attachments": [{"name": "response.headers", "source": "c705bdf2-af57-4fd4-ad4f-e8de3e186196-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "dfa990d1-c31b-49d4-970f-7df5d5c440a8-attachment.json", "type": "application/json"}], "start": 1775346893599, "stop": 1775346893600}], "attachments": [{"name": "cURL", "source": "0b6c0d22-58cf-468e-a86c-7338d632a398-attachment.txt", "type": "text/plain"}], "start": 1775346893599, "stop": 1775346893600}, {"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": "74796bf7-25e5-447b-a2ff-b5b8d73c086a-attachment.json", "type": "application/json"}], "start": 1775346893620, "stop": 1775346893621}, {"name": "Response → 200, trace_id: 4bef8f18402bce1f03c468f117444985", "status": "passed", "attachments": [{"name": "response.headers", "source": "4d2e82fb-939f-4e78-85cd-62ddde1d0ca1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "83845951-eb4f-4ce0-bcad-4133a76be1bd-attachment.json", "type": "application/json"}], "start": 1775346893621, "stop": 1775346893621}], "attachments": [{"name": "cURL", "source": "45e14b7f-530b-4a36-bb18-ff53ec1fe3f7-attachment.txt", "type": "text/plain"}], "start": 1775346893620, "stop": 1775346893621}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "309e9285-d275-4420-a66d-5aab4315300b-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "1b78559b-4262-4f90-803f-78ad4a07bf5d-attachment.json", "type": "application/json"}], "start": 1775346893628, "stop": 1775346893628}, {"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": "40cec106-0d2c-435b-a848-03d64a60a50c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "de52b02e-23db-47e8-bcd3-e91702280034-attachment.json", "type": "application/json"}], "start": 1775346893668, "stop": 1775346893669}, {"name": "Response → 200, trace_id: 3c907eebaeb03fceaf0892ed2271d95d", "status": "passed", "attachments": [{"name": "response.headers", "source": "1a22f92a-6c7e-4d14-a5a7-8bd81888182e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "46f09af5-e78f-4e66-868d-f462a5f0342b-attachment.json", "type": "application/json"}], "start": 1775346893669, "stop": 1775346893669}], "attachments": [{"name": "cURL", "source": "cb1305ea-8015-4802-9e14-4a3374d4fe3b-attachment.txt", "type": "text/plain"}], "start": 1775346893668, "stop": 1775346893669}], "start": 1775346893629, "stop": 1775346893672}, {"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": "3fc39e65-bde7-4887-b19a-222ea58e63ba-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "10f26c53-8b3e-4d4c-a746-1993b349fb07-attachment.json", "type": "application/json"}], "start": 1775346893703, "stop": 1775346893703}, {"name": "Response → 200, trace_id: 2f922e16302ca5e7f31af80a503e4c02", "status": "passed", "attachments": [{"name": "response.headers", "source": "877297e9-80c2-41aa-a28d-e311aaee0f6c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f50ac61d-7548-4184-89b9-91622ca618ab-attachment.json", "type": "application/json"}], "start": 1775346893703, "stop": 1775346893703}], "attachments": [{"name": "cURL", "source": "9ac82853-d03b-42d4-9737-54bc99d7e503-attachment.txt", "type": "text/plain"}], "start": 1775346893703, "stop": 1775346893703}, {"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": "4ff82927-9260-41e5-bb44-1590fbf86efc-attachment.json", "type": "application/json"}], "start": 1775346893732, "stop": 1775346893732}, {"name": "Response → 200, trace_id: dbead3ec385d6e182ebdb0e629c1bff8", "status": "passed", "attachments": [{"name": "response.headers", "source": "32faf4bb-da85-4377-a5bd-a59cd6601588-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0b7728a9-7d10-4c20-9632-d373ed6d6907-attachment.json", "type": "application/json"}], "start": 1775346893732, "stop": 1775346893732}], "attachments": [{"name": "cURL", "source": "1a92cce5-820e-415a-befa-cf23965c0d1f-attachment.txt", "type": "text/plain"}], "start": 1775346893732, "stop": 1775346893732}, {"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.47; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:55:23.650+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.47\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: d015e43547e603779ab15092fffcbdb2\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.47; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:55:03.032+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.47\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 3f45f1bf72415e56cbb9e35efea4d4f4\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.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ec89f9b8-8b2d-47bf-9844-ad152fb69c79-attachment.json", "type": "application/json"}], "start": 1775346893758, "stop": 1775346893758}, {"name": "Response → 422, trace_id: 87be2237f3df4d9a9a85cf07cdbecf11", "status": "passed", "attachments": [{"name": "response.headers", "source": "b7e012cd-d514-4d78-8e19-68188829d13b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c50dea7c-63c4-4c19-b08a-e385c320279f-attachment.json", "type": "application/json"}], "start": 1775346893758, "stop": 1775346893758}], "attachments": [{"name": "cURL", "source": "f0c121a4-45f3-4c9f-b884-253b664dc017-attachment.txt", "type": "text/plain"}], "start": 1775346893758, "stop": 1775346893758}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b26b7930-0dd0-4f18-bf86-4a1478dee2e1-attachment.json", "type": "application/json"}], "start": 1775346894785, "stop": 1775346894785}, {"name": "Response → 422, trace_id: 3196f3f521a68405fa48a94a8d71c1d3", "status": "passed", "attachments": [{"name": "response.headers", "source": "49f097eb-a09f-4eaf-8ade-d99c7b754914-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7b250e67-9145-4fa9-802c-6689ee84f092-attachment.json", "type": "application/json"}], "start": 1775346894785, "stop": 1775346894785}], "attachments": [{"name": "cURL", "source": "b9105178-7ba1-4da1-a9fa-0b0aa9c70ab6-attachment.txt", "type": "text/plain"}], "start": 1775346894785, "stop": 1775346894785}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "417ac842-6a80-4725-8dbf-e870c067bc7a-attachment.json", "type": "application/json"}], "start": 1775346895816, "stop": 1775346895817}, {"name": "Response → 422, trace_id: b35c8032b7ce0f2e4f8db9a78c3c6579", "status": "passed", "attachments": [{"name": "response.headers", "source": "3cd27100-b6cf-4d1b-bb6d-64c729e21301-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "27329293-3cd5-48bf-870a-f2cc5693feca-attachment.json", "type": "application/json"}], "start": 1775346895817, "stop": 1775346895817}], "attachments": [{"name": "cURL", "source": "8f996bfd-cba7-4ea6-91cc-aa8ce082d251-attachment.txt", "type": "text/plain"}], "start": 1775346895816, "stop": 1775346895817}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3f9624b7-c647-4e3d-ace9-5111f106c811-attachment.json", "type": "application/json"}], "start": 1775346896847, "stop": 1775346896848}, {"name": "Response → 422, trace_id: 8f04164f00a729f46a69415018bd8dd8", "status": "passed", "attachments": [{"name": "response.headers", "source": "407f9c52-ba5f-431f-bf48-be113116044a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5c1aa002-cb6d-4c1e-be62-2c0d997cb1e1-attachment.json", "type": "application/json"}], "start": 1775346896848, "stop": 1775346896848}], "attachments": [{"name": "cURL", "source": "2966e3bd-dd8e-42e0-91bb-348718da17b1-attachment.txt", "type": "text/plain"}], "start": 1775346896847, "stop": 1775346896848}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0c84a225-efe0-4572-b69f-e8075c5a80b6-attachment.json", "type": "application/json"}], "start": 1775346897879, "stop": 1775346897879}, {"name": "Response → 422, trace_id: 417faebbf6dbf1ed8b099c70d339dc49", "status": "passed", "attachments": [{"name": "response.headers", "source": "6928de76-4e2f-45e8-a1b6-bc50f05ce34c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a716b853-3ba1-419d-afe0-e151b26e1227-attachment.json", "type": "application/json"}], "start": 1775346897879, "stop": 1775346897880}], "attachments": [{"name": "cURL", "source": "ee0ad663-f640-495b-9b62-f8b47409ca72-attachment.txt", "type": "text/plain"}], "start": 1775346897879, "stop": 1775346897880}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f525cb26-bf6e-49c4-ba5c-c0cf3a04f12d-attachment.json", "type": "application/json"}], "start": 1775346898909, "stop": 1775346898909}, {"name": "Response → 422, trace_id: c3d3ee84350e32312d9be25af74ab9cd", "status": "passed", "attachments": [{"name": "response.headers", "source": "839e5270-e976-48ee-a12b-4649c9b2ff67-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f9f8ceee-79c8-4a56-83dc-caff51711d4f-attachment.json", "type": "application/json"}], "start": 1775346898909, "stop": 1775346898910}], "attachments": [{"name": "cURL", "source": "a7546e76-e925-46da-9dad-1193602b53da-attachment.txt", "type": "text/plain"}], "start": 1775346898909, "stop": 1775346898910}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3ebbf9e0-11f1-4b2e-a95f-c7914e9d53b9-attachment.json", "type": "application/json"}], "start": 1775346899937, "stop": 1775346899937}, {"name": "Response → 422, trace_id: 3223b5b2e118380ed4a6bb91a7c864a9", "status": "passed", "attachments": [{"name": "response.headers", "source": "2bab0939-c10f-4362-8405-34ef8e692f29-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "cc65041f-299f-4331-8c57-f605b0e31e2c-attachment.json", "type": "application/json"}], "start": 1775346899937, "stop": 1775346899938}], "attachments": [{"name": "cURL", "source": "e02239e3-03de-47b2-a8a2-714521ea92d8-attachment.txt", "type": "text/plain"}], "start": 1775346899937, "stop": 1775346899938}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "14264f59-b6b0-4db0-994c-9e8899ef342a-attachment.json", "type": "application/json"}], "start": 1775346900972, "stop": 1775346900972}, {"name": "Response → 422, trace_id: 3ebd4fd4f65aeea9a259f8251cbe51b5", "status": "passed", "attachments": [{"name": "response.headers", "source": "7530a8b5-561c-45da-bdaf-5e8c724bb5c4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2f06b5e0-a59c-4a92-b14b-8e63ef9d6607-attachment.json", "type": "application/json"}], "start": 1775346900972, "stop": 1775346900973}], "attachments": [{"name": "cURL", "source": "7c76d085-9bc6-489f-aad6-07112a040d60-attachment.txt", "type": "text/plain"}], "start": 1775346900972, "stop": 1775346900973}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3b36a885-d9c5-4325-af2c-289de39d834d-attachment.json", "type": "application/json"}], "start": 1775346902003, "stop": 1775346902003}, {"name": "Response → 422, trace_id: 1c60b0736b61a148940ef0fcfb59c793", "status": "passed", "attachments": [{"name": "response.headers", "source": "46d0227d-8d3f-4b2c-927a-6d6414497ac0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "90960ee3-9768-4e81-b423-f960b10cc9a7-attachment.json", "type": "application/json"}], "start": 1775346902003, "stop": 1775346902003}], "attachments": [{"name": "cURL", "source": "79910c3f-1fa3-4a2f-b697-4b3b6d64bef2-attachment.txt", "type": "text/plain"}], "start": 1775346902003, "stop": 1775346902003}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "bda764fa-42ee-499b-b66d-c1de1681cd01-attachment.json", "type": "application/json"}], "start": 1775346903034, "stop": 1775346903034}, {"name": "Response → 422, trace_id: 3f45f1bf72415e56cbb9e35efea4d4f4", "status": "passed", "attachments": [{"name": "response.headers", "source": "377996b9-6b77-46a5-aa6d-f34e4b6875a8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "75b50018-4f2b-4305-9770-794e077bd223-attachment.json", "type": "application/json"}], "start": 1775346903035, "stop": 1775346903035}], "attachments": [{"name": "cURL", "source": "d51301e1-9084-41dc-a4d0-c6036d0acd9e-attachment.txt", "type": "text/plain"}], "start": 1775346903034, "stop": 1775346903035}], "start": 1775346893734, "stop": 1775346903038}, {"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.47; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:55:13.330+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.47\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 02427dc696b6d3ee23e53ab4a96270ce\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.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aa9dc716-a5c7-47e8-b675-c432fc903655-attachment.json", "type": "application/json"}], "start": 1775346904066, "stop": 1775346904066}, {"name": "Response → 422, trace_id: 6c33401e80ca51c0509489dc225e1beb", "status": "passed", "attachments": [{"name": "response.headers", "source": "c3dff358-cae0-4127-92dc-161b91834057-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9094f7d6-63ef-4f5c-a665-aa222ae64a64-attachment.json", "type": "application/json"}], "start": 1775346904066, "stop": 1775346904066}], "attachments": [{"name": "cURL", "source": "d81f815e-f8a2-46da-a660-634b57058795-attachment.txt", "type": "text/plain"}], "start": 1775346904066, "stop": 1775346904066}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "57142b3e-809f-49cb-9e5a-4d39a3b93d87-attachment.json", "type": "application/json"}], "start": 1775346905094, "stop": 1775346905094}, {"name": "Response → 422, trace_id: 86ca9f416472d4b9e9087ef387c10906", "status": "passed", "attachments": [{"name": "response.headers", "source": "b1f58011-5296-491e-baef-d74878430441-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "84d484d0-723c-434b-90e5-af3230d80a36-attachment.json", "type": "application/json"}], "start": 1775346905094, "stop": 1775346905094}], "attachments": [{"name": "cURL", "source": "690794b7-b7a7-4d5a-908f-6d2aa831b067-attachment.txt", "type": "text/plain"}], "start": 1775346905094, "stop": 1775346905094}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d6991b0a-fa1e-44fc-ae51-f2f3fcf2b55f-attachment.json", "type": "application/json"}], "start": 1775346906123, "stop": 1775346906123}, {"name": "Response → 422, trace_id: ab5bcefacf5dc7840678c33a14099638", "status": "passed", "attachments": [{"name": "response.headers", "source": "8caafd6f-a472-4f52-ad41-2aab9baa4399-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "56082c6a-5f61-48d1-909f-fcf1d67e1972-attachment.json", "type": "application/json"}], "start": 1775346906123, "stop": 1775346906124}], "attachments": [{"name": "cURL", "source": "c7362500-277d-42a1-9439-f1d54870291a-attachment.txt", "type": "text/plain"}], "start": 1775346906123, "stop": 1775346906124}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ee129fd8-ee0b-40ee-98b8-5d84c2ac659a-attachment.json", "type": "application/json"}], "start": 1775346907151, "stop": 1775346907152}, {"name": "Response → 422, trace_id: 70cf96234aede2fa43da610d50aa2315", "status": "passed", "attachments": [{"name": "response.headers", "source": "f840aa88-c6d7-462f-8b9f-5ae40de4f3ec-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6aa9e462-9879-46db-80eb-089dbc3d3041-attachment.json", "type": "application/json"}], "start": 1775346907152, "stop": 1775346907152}], "attachments": [{"name": "cURL", "source": "12db8d0b-0c77-4b19-a453-4dfb4cd625dc-attachment.txt", "type": "text/plain"}], "start": 1775346907151, "stop": 1775346907152}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b80dc90e-9961-4c7f-a335-5d20d0394280-attachment.json", "type": "application/json"}], "start": 1775346908183, "stop": 1775346908183}, {"name": "Response → 422, trace_id: 86cf2410f6b8821f2df3f31eba20d500", "status": "passed", "attachments": [{"name": "response.headers", "source": "c399e732-1ff8-45aa-9787-355637427063-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "10035757-e59a-421e-99d4-0b01b150e658-attachment.json", "type": "application/json"}], "start": 1775346908183, "stop": 1775346908183}], "attachments": [{"name": "cURL", "source": "3ee034ff-a8fd-42b0-a8a8-07db606e51d0-attachment.txt", "type": "text/plain"}], "start": 1775346908183, "stop": 1775346908183}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b1d0e602-500a-4abc-b81c-9221b3ead612-attachment.json", "type": "application/json"}], "start": 1775346909213, "stop": 1775346909213}, {"name": "Response → 422, trace_id: a108b9b92d95bdbe1f6f057e18d7aa0c", "status": "passed", "attachments": [{"name": "response.headers", "source": "16d46eba-5417-4b2f-ac35-884dab736be9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ad492f31-8924-4bdc-a4b7-d578f66d7a19-attachment.json", "type": "application/json"}], "start": 1775346909213, "stop": 1775346909213}], "attachments": [{"name": "cURL", "source": "fd6002eb-939e-48d1-9702-54fd589f86ac-attachment.txt", "type": "text/plain"}], "start": 1775346909213, "stop": 1775346909213}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d30fe260-7cd5-4892-af2d-df9b40ecece9-attachment.json", "type": "application/json"}], "start": 1775346910243, "stop": 1775346910243}, {"name": "Response → 422, trace_id: 7b5d7e83e82d03ca349224b7f084dcb7", "status": "passed", "attachments": [{"name": "response.headers", "source": "85026ca5-6c5c-4660-8267-cf5f4e401306-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "aa2e5377-0a35-4a6a-95ec-60e50862663c-attachment.json", "type": "application/json"}], "start": 1775346910243, "stop": 1775346910243}], "attachments": [{"name": "cURL", "source": "7977006d-1e8a-49a7-98ab-8c98d9dc4af1-attachment.txt", "type": "text/plain"}], "start": 1775346910243, "stop": 1775346910243}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ecd625da-6b01-47fc-8f4c-572b1d3b4ca7-attachment.json", "type": "application/json"}], "start": 1775346911272, "stop": 1775346911272}, {"name": "Response → 422, trace_id: 808311604b0c094d6fa99bd8501416ae", "status": "passed", "attachments": [{"name": "response.headers", "source": "ead416f7-ba9b-4a6f-aa41-62492f2737b9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f13abc83-5e68-450a-bf4a-3553b761c601-attachment.json", "type": "application/json"}], "start": 1775346911272, "stop": 1775346911272}], "attachments": [{"name": "cURL", "source": "b7aa8f47-ea3c-4574-ba68-66349b270c0e-attachment.txt", "type": "text/plain"}], "start": 1775346911272, "stop": 1775346911272}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "541ecb98-290e-4c29-b0a2-e8c9e483883a-attachment.json", "type": "application/json"}], "start": 1775346912302, "stop": 1775346912302}, {"name": "Response → 422, trace_id: 42b8b2462d292655fbd642957283cce3", "status": "passed", "attachments": [{"name": "response.headers", "source": "f39153f4-5820-4b14-8c25-3c557a4734a4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4454233c-50f6-4945-b758-f6013231ed36-attachment.json", "type": "application/json"}], "start": 1775346912302, "stop": 1775346912302}], "attachments": [{"name": "cURL", "source": "bc316f5c-a860-413e-84ab-f949ef81141a-attachment.txt", "type": "text/plain"}], "start": 1775346912302, "stop": 1775346912302}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d86a2375-11f7-4152-be95-e4beba79eee2-attachment.json", "type": "application/json"}], "start": 1775346913332, "stop": 1775346913332}, {"name": "Response → 422, trace_id: 02427dc696b6d3ee23e53ab4a96270ce", "status": "passed", "attachments": [{"name": "response.headers", "source": "d817d619-11f9-4a70-8d1d-45824100b1da-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "eb97ab1f-4a5c-45b7-9470-2255a2e8cd61-attachment.json", "type": "application/json"}], "start": 1775346913332, "stop": 1775346913332}], "attachments": [{"name": "cURL", "source": "969f9ce7-500c-4e33-9e18-d560db811a6c-attachment.txt", "type": "text/plain"}], "start": 1775346913332, "stop": 1775346913332}], "start": 1775346904039, "stop": 1775346913335}, {"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.47; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-04T23:55:23.650+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.47\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: d015e43547e603779ab15092fffcbdb2\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.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9d47efd6-6a73-4a73-9781-0c6c093fc519-attachment.json", "type": "application/json"}], "start": 1775346914365, "stop": 1775346914365}, {"name": "Response → 422, trace_id: a9799245ecc29e8df0d3718765b57231", "status": "passed", "attachments": [{"name": "response.headers", "source": "cc37f979-80c3-40aa-b2af-7bdb2d91908c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "64b03750-5437-468f-bfe8-5cc104a0cdd6-attachment.json", "type": "application/json"}], "start": 1775346914365, "stop": 1775346914365}], "attachments": [{"name": "cURL", "source": "afc4b060-eafa-447c-b37c-3933016cb5d6-attachment.txt", "type": "text/plain"}], "start": 1775346914365, "stop": 1775346914366}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "bc88e67c-2a7c-4c12-a390-24f748c0a046-attachment.json", "type": "application/json"}], "start": 1775346915393, "stop": 1775346915393}, {"name": "Response → 422, trace_id: bc9fcaf7d8e583bf36dd70962a66d451", "status": "passed", "attachments": [{"name": "response.headers", "source": "b646d836-eca9-40b4-8b09-7bf64650cba7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9b4ad7fa-31f0-410d-93eb-b65663dfbc4f-attachment.json", "type": "application/json"}], "start": 1775346915393, "stop": 1775346915393}], "attachments": [{"name": "cURL", "source": "ca6c7ca9-1249-4f4d-897e-ea914111a377-attachment.txt", "type": "text/plain"}], "start": 1775346915393, "stop": 1775346915393}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aee4451c-ab6f-46be-94c2-687688eedca4-attachment.json", "type": "application/json"}], "start": 1775346916425, "stop": 1775346916425}, {"name": "Response → 422, trace_id: f776a4f1742386b9bebeaa2b9658514a", "status": "passed", "attachments": [{"name": "response.headers", "source": "0e2b48bb-fd72-4b8e-93a3-57fd36c07787-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "04fba526-b439-4c82-a69a-790568f6b934-attachment.json", "type": "application/json"}], "start": 1775346916425, "stop": 1775346916426}], "attachments": [{"name": "cURL", "source": "6352f31c-1db4-4710-be00-c8c294399921-attachment.txt", "type": "text/plain"}], "start": 1775346916425, "stop": 1775346916426}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0c5bd6ba-9953-42b0-a712-6b9000711021-attachment.json", "type": "application/json"}], "start": 1775346917455, "stop": 1775346917456}, {"name": "Response → 422, trace_id: 937f0ed76ff32ae1730d2956dab48339", "status": "passed", "attachments": [{"name": "response.headers", "source": "ce896cf2-863e-4009-9619-651657000938-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0b545ba3-f5bf-4065-90d6-cba29a3abf80-attachment.json", "type": "application/json"}], "start": 1775346917456, "stop": 1775346917456}], "attachments": [{"name": "cURL", "source": "01d0ec7c-1567-4c78-960b-7fddbc523888-attachment.txt", "type": "text/plain"}], "start": 1775346917455, "stop": 1775346917456}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cb3854ae-94a4-4f74-b905-433969fd994b-attachment.json", "type": "application/json"}], "start": 1775346918488, "stop": 1775346918488}, {"name": "Response → 422, trace_id: 260c188b5fc4b6cd36c9d5a7403fc9b9", "status": "passed", "attachments": [{"name": "response.headers", "source": "aede620d-19d5-4057-ba5c-52de2ca380e3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c416904a-97d7-4ed7-903d-8adb37a4a6b2-attachment.json", "type": "application/json"}], "start": 1775346918488, "stop": 1775346918488}], "attachments": [{"name": "cURL", "source": "039f98a5-55e5-4a25-aef5-7cdd153e0648-attachment.txt", "type": "text/plain"}], "start": 1775346918488, "stop": 1775346918488}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b0d9a2f5-559b-4e4c-9c39-fe00f24be3a1-attachment.json", "type": "application/json"}], "start": 1775346919520, "stop": 1775346919521}, {"name": "Response → 422, trace_id: 94a00ae6a4588f521ed3d834e7bbfdf1", "status": "passed", "attachments": [{"name": "response.headers", "source": "11da3445-dd45-45aa-8c43-6c80db0b3956-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "dbdc930d-7c5b-4baa-8c76-7a4b7213c9a4-attachment.json", "type": "application/json"}], "start": 1775346919521, "stop": 1775346919521}], "attachments": [{"name": "cURL", "source": "8cd547e4-bb4e-405b-b2ee-23cc5e20196e-attachment.txt", "type": "text/plain"}], "start": 1775346919520, "stop": 1775346919521}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d6353425-2f81-4516-b467-9d923df6511e-attachment.json", "type": "application/json"}], "start": 1775346920554, "stop": 1775346920554}, {"name": "Response → 422, trace_id: 6556d2cca0d08acdfea142e8ca95203a", "status": "passed", "attachments": [{"name": "response.headers", "source": "d81862c8-5c13-4e42-82cd-6b5ce6d8a915-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fca93141-554b-4ecb-85d1-6268e3c8815d-attachment.json", "type": "application/json"}], "start": 1775346920554, "stop": 1775346920554}], "attachments": [{"name": "cURL", "source": "54da00b9-0ec8-4013-90d4-861fce7322ea-attachment.txt", "type": "text/plain"}], "start": 1775346920553, "stop": 1775346920554}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "889e5b70-3eed-470d-9cc9-1cf11f9ff7fe-attachment.json", "type": "application/json"}], "start": 1775346921588, "stop": 1775346921588}, {"name": "Response → 422, trace_id: 417f3bab7e79fd64e784741a062a5451", "status": "passed", "attachments": [{"name": "response.headers", "source": "a82608fb-54d7-4a5f-ba94-aefe6a8b895d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0604738b-af83-4608-8b0c-08489200efac-attachment.json", "type": "application/json"}], "start": 1775346921588, "stop": 1775346921588}], "attachments": [{"name": "cURL", "source": "6e66b3a3-d136-4dfc-9d7f-29b8c6fb9f05-attachment.txt", "type": "text/plain"}], "start": 1775346921588, "stop": 1775346921588}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7b8d9fda-137c-4235-8243-877c6da93e56-attachment.json", "type": "application/json"}], "start": 1775346922621, "stop": 1775346922622}, {"name": "Response → 422, trace_id: 14ec3f396673f64810f5df5418c79aca", "status": "passed", "attachments": [{"name": "response.headers", "source": "b3c6690e-b6fd-41cc-a011-7b05bacd4761-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "96dbf38e-5447-4d02-8756-8b887927181b-attachment.json", "type": "application/json"}], "start": 1775346922622, "stop": 1775346922622}], "attachments": [{"name": "cURL", "source": "bf75ce87-7b2c-412f-8354-6d34a1e5a79e-attachment.txt", "type": "text/plain"}], "start": 1775346922621, "stop": 1775346922622}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "60868cdc-af69-463a-9843-17273c8d8bc5-attachment.json", "type": "application/json"}], "start": 1775346923652, "stop": 1775346923652}, {"name": "Response → 422, trace_id: d015e43547e603779ab15092fffcbdb2", "status": "passed", "attachments": [{"name": "response.headers", "source": "554c523a-bf28-4318-aee9-6ad2845fcd65-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "06dc9f56-ebda-4ff8-a1f1-e558e63f0d11-attachment.json", "type": "application/json"}], "start": 1775346923652, "stop": 1775346923652}], "attachments": [{"name": "cURL", "source": "83572575-66d8-4449-b678-412f4ceb709a-attachment.txt", "type": "text/plain"}], "start": 1775346923652, "stop": 1775346923652}], "start": 1775346914336, "stop": 1775346923656}], "start": 1775346893734, "stop": 1775346923657}], "attachments": [{"name": "log", "source": "07499c5d-73e8-4311-b56c-c06dc93243be-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": 1775346821228, "stop": 1775346923658, "uuid": "17659494-38b8-47b2-bf9b-469d9fac052f", "historyId": "0cf95e5556b504b9a93be19f24840f86", "testCaseId": "46cb48d27b8af33afdf6f0abb736219e", "fullName": "tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation#test_order_cancellation_reserved_status_picked_status", "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"]}