{"name": "test_order_cancellation_in_state_picked[Uzbekistan | YaMarket]", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-08T23:47:10.089+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 187843cacd079ea4dfec78a05cd95568", "trace": "self = <tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation object at 0x7b00da73d9d0>\nwms_outbound_e2e_builder = <src.framework.wms.builders.order.v2_order.WMSOrderBuilder object at 0x7b00d29cf590>\n\n    def test_order_cancellation_in_state_picked(self, wms_outbound_e2e_builder):\n        order = wms_outbound_e2e_builder\n    \n        # First part: verify initial stock, set user, transition through states\n        (\n            order.control_stock_in_stock_service()\n            .set_user()\n            .state_created()\n            .control_stock_in_stock_service(expected_qty_active=0)\n            .control_stock_event_msg_in_kafka(EventType.ORDER_NEW)\n            .state_ready()\n            .state_in_queue()\n            .state_assigned()\n            .state_picking()\n            .state_picked()\n            .control_order_status_in_assembly_service(order_status=AssemblyOrderStatus.PICKED)\n            .order_can_cancel()\n            .state_canceled()\n            .control_reservations(reservation_status=AvailabilityReservationStatus.COMPLETED)\n            .state_consolidation()\n            .state_pre_packed()\n        )\n    \n        # Second part: handle stock return\n        StockReturnBuilder(\n            order_id=order.order.order_id,\n            wall_cell_barcode=order.sorting.data.orders[order.order.order_id].wall_cell_barcode,\n            warehouse=order.warehouse,\n            headers=order.headers,\n            user=order.user,\n>       ).cancellation_flow()\n          ^^^^^^^^^^^^^^^^^^^\n\ntests/wms/test_order/test_b2c_order_cancellation.py:104: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/wms/builders/assembly/stock_return.py:266: in cancellation_flow\n    .add_wall_cell_to_task()\n     ^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/builders/assembly/stock_return.py:117: in add_wall_cell_to_task\n    wait_stock_return_wall_cell_barcode(headers=self.headers, wall_cell_barcode=self.data.wall_cell_barcode)\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/validation/waiters/assembly/stock_return.py:33: in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py:983: in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py:1047: in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py:339: in call_api\n    return self.__call_api(resource_path, method,\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <qacl_dm_wms_be_service_assembly.api_client.ApiClient object at 0x7b00d272bd10>\nresource_path = '/stock-return/wall-cell/12.18.1.46', method = 'POST'\npath_params = [('wallCellBarcode', '12.18.1.46')], query_params = []\nheader_params = {'Accept': 'application/json', 'Authorization': 'Bearer 0c2bcb08-aa95-4974-b7d7-5f92b7deeaac', 'Content-Type': 'application/json', 'User-Agent': 'Swagger-Codegen/1.0.234+develop/python', ...}\nbody = None, post_params = [], files = {}, response_type = None\nauth_settings = ['wms-authorization'], _return_http_data_only = False\ncollection_formats = {}, _preload_content = True, _request_timeout = None\nexpected_status_code = <HTTPStatus.OK: 200>\n\n    def __call_api(\n            self, resource_path, method, path_params=None,\n            query_params=None, header_params=None, body=None, post_params=None,\n            files=None, response_type=None, auth_settings=None,\n            _return_http_data_only=None, collection_formats=None,\n            _preload_content=True, _request_timeout=None,\n            expected_status_code=HTTPStatus.OK):\n    \n        config = self.configuration\n    \n        # header parameters\n        header_params = header_params or {}\n        header_params.update(self.default_headers)\n        if self.cookie:\n            header_params['Cookie'] = self.cookie\n        if header_params:\n            header_params = self.sanitize_for_serialization(header_params)\n            header_params = dict(self.parameters_to_tuples(header_params,\n                                                           collection_formats))\n    \n        # path parameters\n        if path_params:\n            path_params = self.sanitize_for_serialization(path_params)\n            path_params = self.parameters_to_tuples(path_params,\n                                                    collection_formats)\n            for k, v in path_params:\n                # specified safe chars, encode everything\n                resource_path = resource_path.replace(\n                    '{%s}' % k,\n                    quote(str(v), safe=config.safe_chars_for_path_param)\n                )\n    \n        # query parameters\n        if query_params:\n            query_params = self.sanitize_for_serialization(query_params)\n            query_params = self.parameters_to_tuples(query_params,\n                                                     collection_formats)\n    \n        # post parameters\n        if post_params or files:\n            post_params = self.prepare_post_parameters(post_params, files)\n            post_params = self.sanitize_for_serialization(post_params)\n            post_params = self.parameters_to_tuples(post_params,\n                                                    collection_formats)\n    \n        # auth setting\n        self.update_params_for_auth(header_params, query_params, auth_settings)\n    \n        # body\n        if body:\n            body = self.sanitize_for_serialization(body)\n    \n        # request url\n        url = self.configuration.host + resource_path\n    \n        # perform request and return response\n        response_data = self.request(\n            method, url, query_params=query_params, headers=header_params,\n            post_params=post_params, body=body,\n            _preload_content=_preload_content,\n            _request_timeout=_request_timeout)\n    \n        self.last_response = response_data\n    \n        return_data = response_data\n    \n        try:\n            response_data.data\n            trace_id = response_data.urllib3_response.headers.get('x-aer-trace-id', \"\")\n        except:\n            assert response_data.status == expected_status_code, \\\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}'\n        else:\n>           assert response_data.status == expected_status_code, \\\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}; \\n ' \\\n                f'Response body: {response_data.data}; \\n ' \\\n                f'X-Aer-Trace-Id: {trace_id}'\nE           AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \nE            Expected status code: 200; \nE            Actual status code: 422; \nE            Response body: {\"timestamp\":\"2026-04-08T23:47:10.089+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \nE            X-Aer-Trace-Id: 187843cacd079ea4dfec78a05cd95568\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": 1775691991631, "stop": 1775691991634}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775691991634, "stop": 1775691991636}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "44db011c-d1a1-46ec-a4c6-6cf97fd71679-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "4c55fa7c-4a10-46d0-906c-9052ce749310-attachment.json", "type": "application/json"}], "start": 1775691991640, "stop": 1775691991641}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/supply/ya/api/v1/order", "status": "passed", "attachments": [{"name": "Request", "source": "7c051097-1674-4adb-b930-8f1065cf534a-attachment.json", "type": "application/json"}, {"name": "Response", "source": "ed66dc04-e7f7-403c-bf97-bca86b20cbeb-attachment.json", "type": "application/json"}], "start": 1775691991644, "stop": 1775691991672}, {"name": "Waiter function: wait_order_order_by_platform_tracking_code", "status": "passed", "start": 1775691991673, "stop": 1775691994038}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775691994039, "stop": 1775691994042}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775691994042, "stop": 1775691994044}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775691994044, "stop": 1775691994675}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775691994675, "stop": 1775691995301}, {"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": "6453ac33-fb97-4f1f-8558-8f079a0315d6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8502d9f9-339c-46ed-a137-2481c9f4cc29-attachment.json", "type": "application/json"}], "start": 1775691996529, "stop": 1775691996529}, {"name": "Response → 200, trace_id: 6e32b10d84830120dc75ea037186b171", "status": "passed", "attachments": [{"name": "response.headers", "source": "8de0dc9b-8b43-4fbb-a3f1-08342c689cab-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b6627c60-34b7-46cf-9288-2215d2970a15-attachment.json", "type": "application/json"}], "start": 1775691996529, "stop": 1775691996529}], "attachments": [{"name": "cURL", "source": "cc44d914-a45e-408a-9f5a-22fce643ffdc-attachment.txt", "type": "text/plain"}], "start": 1775691996528, "stop": 1775691996529}, {"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": "a1b749bf-77ab-40e7-9772-ac4518d3b0b2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d8af0c37-e76b-45b7-b81d-56257ae5f612-attachment.json", "type": "application/json"}], "start": 1775691996577, "stop": 1775691996578}, {"name": "Response → 200, trace_id: 460ae34799d8808c306b5e50013a9925", "status": "passed", "attachments": [{"name": "response.headers", "source": "3eb63da3-fa73-48e4-8fad-4fc58f8bc218-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f6605277-d660-4965-aef5-f1354242c9e5-attachment.json", "type": "application/json"}], "start": 1775691996578, "stop": 1775691996578}], "attachments": [{"name": "cURL", "source": "73eea735-77df-4eeb-b8f6-51e514f1c31e-attachment.txt", "type": "text/plain"}], "start": 1775691996577, "stop": 1775691996578}, {"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": "b7e1533e-5a6c-4d2d-90df-4d8e3e16252a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "25456cbd-1c91-4b5c-ad7b-7f8042e6273f-attachment.json", "type": "application/json"}], "start": 1775691996631, "stop": 1775691996631}, {"name": "Response → 200, trace_id: 6f59f73425fbce1289b247de82b7c379", "status": "passed", "attachments": [{"name": "response.headers", "source": "9ff50545-84b1-4fee-9c4d-6eb643e18d2f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a5f93663-4978-447a-b0e1-b77aacee55de-attachment.json", "type": "application/json"}], "start": 1775691996631, "stop": 1775691996631}], "attachments": [{"name": "cURL", "source": "41ff39c9-a848-4d0f-b414-1a50f0315e9b-attachment.txt", "type": "text/plain"}], "start": 1775691996631, "stop": 1775691996631}, {"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": "02f4bb3c-9320-442b-836f-eaba95787cde-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "3f1b99bd-9c25-4c36-8e0f-9b3f01747d22-attachment.json", "type": "application/json"}], "start": 1775691996677, "stop": 1775691996677}, {"name": "Response → 200, trace_id: 90eab886836fd19bb0e61657c028fe72", "status": "passed", "attachments": [{"name": "response.headers", "source": "aae7f577-ab30-48db-afc4-bf754c7dd017-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "acfb7645-cb60-4c41-b480-9d2eb4063fc8-attachment.json", "type": "application/json"}], "start": 1775691996677, "stop": 1775691996678}], "attachments": [{"name": "cURL", "source": "d6f4c727-2e9f-4ac4-b9c6-3913ec8b9100-attachment.txt", "type": "text/plain"}], "start": 1775691996677, "stop": 1775691996678}, {"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": "2afb0d53-0228-47b8-ac44-f717284a094b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "c8f93a5d-2baa-4c1d-9155-f933b7cd5742-attachment.json", "type": "application/json"}], "start": 1775691996721, "stop": 1775691996721}, {"name": "Response → 200, trace_id: ae598bbc7ffadf64ab862b73e377d8cf", "status": "passed", "attachments": [{"name": "response.headers", "source": "8b1ddb80-2d6b-4b11-b3fd-d96eceee0751-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "51518bda-ff8f-4902-b335-32faa9542be4-attachment.json", "type": "application/json"}], "start": 1775691996721, "stop": 1775691996721}], "attachments": [{"name": "cURL", "source": "85c21174-367d-4ae5-b73d-33581436f2e4-attachment.txt", "type": "text/plain"}], "start": 1775691996721, "stop": 1775691996721}, {"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": "b880d219-52cd-4530-9869-06a1b5709b23-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "bad483ce-d559-40af-ba22-222a6f8c15da-attachment.json", "type": "application/json"}], "start": 1775691996752, "stop": 1775691996753}, {"name": "Response → 200, trace_id: 0e89038f84951dd269a6ea931a21f0ce", "status": "passed", "attachments": [{"name": "response.headers", "source": "b5579513-c6c3-4b0d-aa6f-9815e8a8f4a8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ed1a981a-52be-4a32-a2cd-cd61db7f3356-attachment.txt", "type": "text/plain"}], "start": 1775691996753, "stop": 1775691996753}], "attachments": [{"name": "cURL", "source": "9bc7014e-474a-4b93-bb50-92779d26efbc-attachment.txt", "type": "text/plain"}], "start": 1775691996752, "stop": 1775691996753}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/box/assign?boxBarcodes=BX-0000492984&pickingTaskKey=408dd7c1aa973033cc5b28f58f3e10e6fba590ba4465d9d5ad57d2e6245f021f", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "29961f89-a5ad-4e88-99ec-8c48a48adaa1-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "62801327-9443-45ee-8801-ea6845085f87-attachment.json", "type": "application/json"}], "start": 1775691996782, "stop": 1775691996782}, {"name": "Response → 200, trace_id: fc4795d6d9efcd551d9880a691d4b64f", "status": "passed", "attachments": [{"name": "response.headers", "source": "c7b09fcb-0744-4861-9be9-8376f3fddeb6-attachment.json", "type": "application/json"}], "start": 1775691996782, "stop": 1775691996782}], "attachments": [{"name": "cURL", "source": "f7467b0d-45e1-459d-9b8c-7b452e57c248-attachment.txt", "type": "text/plain"}], "start": 1775691996782, "stop": 1775691996783}, {"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": "f3c242ed-e75c-4400-bb07-4392f9abbe16-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "012e58b0-721b-4757-825a-45b540ac4d2a-attachment.json", "type": "application/json"}], "start": 1775691996812, "stop": 1775691996812}, {"name": "Response → 200, trace_id: d9daf8bca7e44ed1293e27042913c94d", "status": "passed", "attachments": [{"name": "response.headers", "source": "9fb1722f-467a-4d67-991f-a4cc0daa10a2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c7fff3ad-711c-41c9-9934-4f7e97ce6dd8-attachment.json", "type": "application/json"}], "start": 1775691996812, "stop": 1775691996812}], "attachments": [{"name": "cURL", "source": "e72199af-e7ed-43de-a4e6-a479c7f5d73f-attachment.txt", "type": "text/plain"}], "start": 1775691996812, "stop": 1775691996812}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=408dd7c1aa973033cc5b28f58f3e10e6fba590ba4465d9d5ad57d2e6245f021f&skuId=4100000000000053616&cellBarcode=QA-75691989836333312&cellId=488633", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "899a5ea7-c590-4f0c-a516-480247444876-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "c887e54a-3492-49e7-95fc-d06faa1d3b2c-attachment.json", "type": "application/json"}], "start": 1775691996870, "stop": 1775691996870}, {"name": "Response → 200, trace_id: dd7e6ed7cf201f6a46d3aacef3752928", "status": "passed", "attachments": [{"name": "response.headers", "source": "9b9ef84b-152e-4409-b9ae-692cd6274d67-attachment.json", "type": "application/json"}], "start": 1775691996870, "stop": 1775691996870}], "attachments": [{"name": "cURL", "source": "be3585eb-364f-4329-a4d0-0fd363a4ea17-attachment.txt", "type": "text/plain"}], "start": 1775691996869, "stop": 1775691996870}, {"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": "01e1a4aa-cd4d-460c-9bc4-124434ed6959-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e10e7fa9-e63b-4447-878d-0e98565ade4f-attachment.json", "type": "application/json"}], "start": 1775691996912, "stop": 1775691996913}, {"name": "Response → 200, trace_id: 239ec2abd24f4ac89faea03d87f3930f", "status": "passed", "attachments": [{"name": "response.headers", "source": "87612b65-c6b0-4418-81a9-ced47879f106-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "541b1dc5-b114-4921-bed4-52229d4e8272-attachment.json", "type": "application/json"}], "start": 1775691996913, "stop": 1775691996913}], "attachments": [{"name": "cURL", "source": "c7133623-a0d8-4839-9cae-b8f4474551e3-attachment.txt", "type": "text/plain"}], "start": 1775691996912, "stop": 1775691996913}, {"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": "aca58331-554b-4e77-ae7a-a491bf4e2a2c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "7e25e0f5-71a2-4cc6-a33c-f5634891347c-attachment.json", "type": "application/json"}], "start": 1775691996946, "stop": 1775691996946}, {"name": "Response → 200, trace_id: ba6b42d925d47cbb277380b402d28e6a", "status": "passed", "attachments": [{"name": "response.headers", "source": "abcf6875-dc45-4df5-aa02-8f3bffcf9f27-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0103ad8e-e54b-4793-a23b-02032a56a67f-attachment.json", "type": "application/json"}], "start": 1775691996946, "stop": 1775691996946}], "attachments": [{"name": "cURL", "source": "fd4b1163-0d0c-4b9c-898b-81d495304a7c-attachment.txt", "type": "text/plain"}], "start": 1775691996946, "stop": 1775691996946}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=408dd7c1aa973033cc5b28f58f3e10e6fba590ba4465d9d5ad57d2e6245f021f&skuId=4100000000000053617&cellBarcode=QA-75691989836333312&cellId=488633", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "55625c7d-9f1c-4bf2-ab7d-b8c3b189c603-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2a438ec3-71ab-446a-976d-c4f5a6109bc3-attachment.json", "type": "application/json"}], "start": 1775691997005, "stop": 1775691997005}, {"name": "Response → 200, trace_id: 235936cdde0dc9293b9cbdf3d5e46ce2", "status": "passed", "attachments": [{"name": "response.headers", "source": "57a37c14-e022-4828-a659-88b2daea8836-attachment.json", "type": "application/json"}], "start": 1775691997005, "stop": 1775691997005}], "attachments": [{"name": "cURL", "source": "3163159a-0bcf-4d62-bf5f-d48b9ae4968d-attachment.txt", "type": "text/plain"}], "start": 1775691997005, "stop": 1775691997005}, {"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": "c2d62b37-08c4-4d88-bdcc-d08e6725f727-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "68400837-26a8-45d2-9662-8b9202632c46-attachment.json", "type": "application/json"}], "start": 1775691997041, "stop": 1775691997042}, {"name": "Response → 200, trace_id: 661cf9e2fa945f5de70b171f0ba18427", "status": "passed", "attachments": [{"name": "response.headers", "source": "1ce71502-bfe0-430b-8c23-2db68507a6fa-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8018f4d4-b450-4f99-ac87-8aac87e64278-attachment.json", "type": "application/json"}], "start": 1775691997042, "stop": 1775691997042}], "attachments": [{"name": "cURL", "source": "85e2a028-ea33-4f5c-bc1c-3cb2c3f6d62c-attachment.txt", "type": "text/plain"}], "start": 1775691997041, "stop": 1775691997042}, {"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": "1b94a78c-44a5-4ddb-a255-3e46720df15e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "37cef54e-3d5a-46a6-be6b-49377bcc4377-attachment.json", "type": "application/json"}], "start": 1775691997072, "stop": 1775691997072}, {"name": "Response → 200, trace_id: 6f4b2055bfb9e51cd301739f06219a4f", "status": "passed", "attachments": [{"name": "response.headers", "source": "52658eb8-9619-47fe-8415-281fab424c68-attachment.json", "type": "application/json"}], "start": 1775691997072, "stop": 1775691997072}], "attachments": [{"name": "cURL", "source": "aeb903ff-5560-44f5-b92f-b81c9ce99aaf-attachment.txt", "type": "text/plain"}], "start": 1775691997072, "stop": 1775691997072}, {"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": "530773ae-89f5-4267-b747-ca7c4d32ac60-attachment.json", "type": "application/json"}, {"name": "Response", "source": "b749f060-c171-4975-a37b-6a5a76230af8-attachment.json", "type": "application/json"}], "start": 1775691997078, "stop": 1775691997112}, {"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": "31fdfa82-d135-4b8e-9daa-6bbf46113c5a-attachment.json", "type": "application/json"}, {"name": "Response", "source": "b4ff1769-5d7c-44bb-98e0-c9cdfba91ad0-attachment.json", "type": "application/json"}], "start": 1775691997113, "stop": 1775691997145}, {"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": "b64602c5-ba59-4d87-ad9e-c48496a8a5b5-attachment.json", "type": "application/json"}, {"name": "Response", "source": "b9bd978d-954d-4b96-a651-6d56fff456f9-attachment.json", "type": "application/json"}], "start": 1775691997145, "stop": 1775691997189}, {"name": "Waiter function: wait_availability_reservation", "status": "passed", "start": 1775691997192, "stop": 1775691997194}, {"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": "3bf88244-86b0-432a-8c63-fcc32ce7175a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ad51ca9f-6b61-42f1-9aca-06574a77c8b3-attachment.json", "type": "application/json"}], "start": 1775691997269, "stop": 1775691997269}, {"name": "Response → 200, trace_id: d6db9ffa4beb0bff09f9fe45b4014f12", "status": "passed", "attachments": [{"name": "response.headers", "source": "07ffc582-a4ea-4ad6-b4f3-c36b90a800aa-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a231a601-dd5a-4046-9362-a5d17b845921-attachment.json", "type": "application/json"}], "start": 1775691997269, "stop": 1775691997270}], "attachments": [{"name": "cURL", "source": "36c06758-bd49-4a12-9c1a-53ec2c45ce1f-attachment.txt", "type": "text/plain"}], "start": 1775691997269, "stop": 1775691997270}], "start": 1775691997194, "stop": 1775691997274}, {"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": "8ca6f4e8-b5ff-45a2-8732-ac6161e0a188-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c55aac9a-ede0-482f-a1d5-edd13765b21d-attachment.json", "type": "application/json"}], "start": 1775691997353, "stop": 1775691997354}, {"name": "Response → 200, trace_id: 4b90d0b962ebb2621c004718ea991ad7", "status": "passed", "attachments": [{"name": "response.headers", "source": "953e172e-6acd-450a-ab03-425938e7450b-attachment.json", "type": "application/json"}], "start": 1775691997354, "stop": 1775691997354}], "attachments": [{"name": "cURL", "source": "81f23f3f-a149-4bd2-b7bd-edf729a0b0a7-attachment.txt", "type": "text/plain"}], "start": 1775691997353, "stop": 1775691997354}, {"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": "ea5cdf90-7f93-404a-b211-84bfffc60edf-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "08123461-ff9d-4d73-8ef0-00aeb42776fb-attachment.json", "type": "application/json"}], "start": 1775691997382, "stop": 1775691997382}, {"name": "Response → 200, trace_id: 4477043089e0d947b0f8b7a4cdb41fbf", "status": "passed", "attachments": [{"name": "response.headers", "source": "1decd64e-449b-46e5-b187-b6838535a99a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "908819e2-c0bf-41ac-9e45-b3dc9c7a1878-attachment.json", "type": "application/json"}], "start": 1775691997382, "stop": 1775691997383}], "attachments": [{"name": "cURL", "source": "7684a35d-270f-4e2c-bc7e-9948a9323fd1-attachment.txt", "type": "text/plain"}], "start": 1775691997382, "stop": 1775691997383}, {"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": "8458dbee-6f9f-4997-a47c-4cb5268f815e-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "4febf400-1cc9-4b71-9c77-236af609e6bf-attachment.json", "type": "application/json"}], "start": 1775691997437, "stop": 1775691997437}, {"name": "Response → 200, trace_id: f6ebfaf2351bc61e0b15ee9b48f15a00", "status": "passed", "attachments": [{"name": "response.headers", "source": "4628c282-4c61-4366-b2f0-91beb1cbaaec-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0e911fc6-6b1b-4a3f-ab5d-f5d6a0b93863-attachment.json", "type": "application/json"}], "start": 1775691997437, "stop": 1775691997437}], "attachments": [{"name": "cURL", "source": "d39973e5-a927-46ba-88b7-0c411845e510-attachment.txt", "type": "text/plain"}], "start": 1775691997436, "stop": 1775691997437}, {"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": "74ef6d41-d541-4096-b5f1-b28ef3485d8e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "288dfc57-01a3-48c8-b9d4-5b37ddaa59ee-attachment.json", "type": "application/json"}], "start": 1775691997496, "stop": 1775691997496}, {"name": "Response → 200, trace_id: 85d1479cac27cc649093a805a2deaadf", "status": "passed", "attachments": [{"name": "response.headers", "source": "c6903e43-446d-4ee1-922d-2d9b95e50030-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f33d859f-9e49-45ec-8e57-950cb6ac29c8-attachment.json", "type": "application/json"}], "start": 1775691997496, "stop": 1775691997496}], "attachments": [{"name": "cURL", "source": "942261c2-d31f-4f2b-bf56-47a59821dc79-attachment.txt", "type": "text/plain"}], "start": 1775691997496, "stop": 1775691997496}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/move-in-progress?sortingTaskId=161100", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9bfebee0-b1b3-4279-948b-8950fa2f0ba7-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b6292f14-7c14-4d20-a2f5-776b3c801fc5-attachment.json", "type": "application/json"}], "start": 1775691997521, "stop": 1775691997521}, {"name": "Response → 200, trace_id: 44f828d82515e5a47dee17ad26bda991", "status": "passed", "attachments": [{"name": "response.headers", "source": "d8558ce6-cabb-4633-9e62-3c7618737bfd-attachment.json", "type": "application/json"}], "start": 1775691997521, "stop": 1775691997522}], "attachments": [{"name": "cURL", "source": "f3615aa7-22ec-4b5b-82b4-85c3ed6345bb-attachment.txt", "type": "text/plain"}], "start": 1775691997521, "stop": 1775691997522}, {"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": "f9a0342f-1730-4f26-99b3-779b83d24c30-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "46b33624-d5a2-4d53-b59e-8ab4a21fe17a-attachment.json", "type": "application/json"}], "start": 1775691997561, "stop": 1775691997561}, {"name": "Response → 200, trace_id: 4da34fceff871a919a9ad8b5da10221c", "status": "passed", "attachments": [{"name": "response.headers", "source": "45016de8-2fb7-41f0-97d0-a38b76c0d21e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b95a82c4-f87c-4eba-a565-523e17f9cd73-attachment.json", "type": "application/json"}], "start": 1775691997561, "stop": 1775691997561}], "attachments": [{"name": "cURL", "source": "2ca1bccf-9c5e-4554-8704-c3da8d3f4910-attachment.txt", "type": "text/plain"}], "start": 1775691997561, "stop": 1775691997561}, {"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": "fb8607ba-263c-4c12-9e94-e5e1a9649eed-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "080c671c-90f8-4c4a-8c19-18bc0ddb1509-attachment.json", "type": "application/json"}], "start": 1775691997635, "stop": 1775691997635}, {"name": "Response → 200, trace_id: 2b44c16157fc11904734a777a77c204e", "status": "passed", "attachments": [{"name": "response.headers", "source": "e2ceb2b8-f171-4950-b1f9-fb65d919af93-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "eee49a4e-f18a-40ca-8375-3b345b459e58-attachment.json", "type": "application/json"}], "start": 1775691997635, "stop": 1775691997636}], "attachments": [{"name": "cURL", "source": "8141b763-9d31-41ec-b887-0f761053be33-attachment.txt", "type": "text/plain"}], "start": 1775691997635, "stop": 1775691997636}, {"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": "d1b95b67-6a3e-4c9e-928a-3082fe93fdf7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "289b6758-8dd9-4254-9de1-b659d268016f-attachment.json", "type": "application/json"}], "start": 1775691997677, "stop": 1775691997677}, {"name": "Response → 200, trace_id: 0dd57ae984bed038ebc1a4b2cde3176b", "status": "passed", "attachments": [{"name": "response.headers", "source": "7abf7a1d-b765-453b-a218-eb4768aec098-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ad3ec7fd-c56a-4421-b259-4f41a1d61490-attachment.json", "type": "application/json"}], "start": 1775691997677, "stop": 1775691997677}], "attachments": [{"name": "cURL", "source": "935699ae-83b1-4f3d-a245-0d771e1aec2a-attachment.txt", "type": "text/plain"}], "start": 1775691997676, "stop": 1775691997677}, {"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": "95b42d45-1571-4fbc-96d2-9fd7c700d277-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "28fcda7b-1895-46c8-94a1-b0b9f1f3387a-attachment.json", "type": "application/json"}], "start": 1775691997718, "stop": 1775691997718}, {"name": "Response → 200, trace_id: 44cae462f0bfae840c20e7942aaabb8f", "status": "passed", "attachments": [{"name": "response.headers", "source": "112b5283-2638-42a6-9d62-5c33ef4e0e42-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8a81b4fe-242f-480c-8de0-fc4db7ac105f-attachment.json", "type": "application/json"}], "start": 1775691997718, "stop": 1775691997718}], "attachments": [{"name": "cURL", "source": "276c84f4-1522-4a93-a9e6-b131b13e9791-attachment.txt", "type": "text/plain"}], "start": 1775691997718, "stop": 1775691997718}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "18923067-27fd-4a15-97e1-73b5075a7034-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "f0b7054d-b3c3-49af-8975-d5a52056164e-attachment.json", "type": "application/json"}], "start": 1775691997734, "stop": 1775691997735}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/assign/cell?orderId=4278192693&wallCellBarcode=12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a34a4074-d38e-4a87-9cb9-f879b4bb5a9f-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "9ab7e46a-c77a-4cc3-87e7-a50c86543aed-attachment.json", "type": "application/json"}], "start": 1775691997768, "stop": 1775691997768}, {"name": "Response → 200, trace_id: 9403ac6883cce3bb88e87d78dd23d84a", "status": "passed", "attachments": [{"name": "response.headers", "source": "4da93730-3fca-4523-9eb8-9e133c1d6aaa-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a66a04ad-360f-4ff3-b611-c0d912056e0e-attachment.txt", "type": "text/plain"}], "start": 1775691997768, "stop": 1775691997768}], "attachments": [{"name": "cURL", "source": "90c3d3f1-ca47-4a44-9a34-f7485229413b-attachment.txt", "type": "text/plain"}], "start": 1775691997768, "stop": 1775691997768}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "63328116-c338-4df4-b14b-4050f91e01fc-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "e21da5e8-5e04-4200-b3f2-048642e49cef-attachment.json", "type": "application/json"}], "start": 1775691997780, "stop": 1775691997780}, {"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": "07b0231c-cac5-4337-8b13-0cdc3d467fdb-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "bdcce95a-f833-45d2-96b2-a4a08572fbf4-attachment.json", "type": "application/json"}], "start": 1775691998827, "stop": 1775691998827}, {"name": "Response → 200, trace_id: 3b326f226d0b7bd503cf7cfe25e67003", "status": "passed", "attachments": [{"name": "response.headers", "source": "5d3d6b6a-ca65-4b07-a20a-3e486157ef18-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "143dc5fb-11f1-4181-992a-7c39a61ad920-attachment.json", "type": "application/json"}], "start": 1775691998827, "stop": 1775691998827}], "attachments": [{"name": "cURL", "source": "31c19b39-f79c-48a6-87e6-c3bdfbffd129-attachment.txt", "type": "text/plain"}], "start": 1775691998827, "stop": 1775691998827}, {"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": "e62dcfa5-0e8b-423a-bf55-c73869305e42-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ad8d23cc-8985-49e6-80fb-5ee1458e3212-attachment.json", "type": "application/json"}], "start": 1775691998869, "stop": 1775691998870}, {"name": "Response → 200, trace_id: 08c08807799694b2a3853b638645b652", "status": "passed", "attachments": [{"name": "response.headers", "source": "1ee9ce6b-ae5a-49a8-b2ae-4634a9e3deb3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8ddaeb18-cb93-4515-a324-44ffcb9554ae-attachment.json", "type": "application/json"}], "start": 1775691998870, "stop": 1775691998870}], "attachments": [{"name": "cURL", "source": "c46f440d-41cd-4aeb-9a7b-dab9f4e57992-attachment.txt", "type": "text/plain"}], "start": 1775691998869, "stop": 1775691998870}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "27d21d62-8feb-4660-8a68-618ee60c3170-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "07d1c81f-d379-4456-8572-8abc7caad40d-attachment.json", "type": "application/json"}], "start": 1775691998887, "stop": 1775691998888}, {"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": "92ec57af-28e6-4c28-8b48-184ac9ed922d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ab7dfda7-5433-4055-a01a-8f4337434e39-attachment.json", "type": "application/json"}], "start": 1775691999932, "stop": 1775691999932}, {"name": "Response → 200, trace_id: 7babf5bfded363e8f0adb8b16e8ba4d2", "status": "passed", "attachments": [{"name": "response.headers", "source": "d87418de-f856-42ab-89e7-42d3b31889c7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "240c73a9-eeb2-4a54-abd7-650b53b78a51-attachment.json", "type": "application/json"}], "start": 1775691999932, "stop": 1775691999932}], "attachments": [{"name": "cURL", "source": "9b3d885d-9051-4f6a-8cca-0ddbc352abb5-attachment.txt", "type": "text/plain"}], "start": 1775691999932, "stop": 1775691999933}, {"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": "3245a837-1d33-47db-9eec-6456e8405ac0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "81152a7e-3215-492e-aed2-7d9e40987e91-attachment.json", "type": "application/json"}], "start": 1775691999958, "stop": 1775691999959}, {"name": "Response → 200, trace_id: 020b1ff5212e7b3b6e7e2f0addece371", "status": "passed", "attachments": [{"name": "response.headers", "source": "0aae18d3-aeff-4d3a-b224-7b4f7fc33cd1-attachment.json", "type": "application/json"}], "start": 1775691999959, "stop": 1775691999959}], "attachments": [{"name": "cURL", "source": "412c9773-c57a-4ef0-9eba-c1848c96d758-attachment.txt", "type": "text/plain"}], "start": 1775691999958, "stop": 1775691999959}, {"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": "6e272b6c-a398-478a-a09a-a4e77a62544e-attachment.json", "type": "application/json"}], "start": 1775691999982, "stop": 1775691999982}, {"name": "Response → 200, trace_id: cc6efe9ac1d2b295dbf4f2c821cb9de2", "status": "passed", "attachments": [{"name": "response.headers", "source": "ba66eaf7-6b83-45c8-88db-20a6a2a82bf2-attachment.json", "type": "application/json"}], "start": 1775691999982, "stop": 1775691999982}], "attachments": [{"name": "cURL", "source": "63d77060-2baa-45e7-b459-7edbcad278cd-attachment.txt", "type": "text/plain"}], "start": 1775691999981, "stop": 1775691999982}, {"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": "70ebbf6d-7594-43a3-b262-06183579f34f-attachment.json", "type": "application/json"}], "start": 1775692000012, "stop": 1775692000012}, {"name": "Response → 200, trace_id: d47a8a0f3e4500b5915cee573bf5fc58", "status": "passed", "attachments": [{"name": "response.headers", "source": "74436087-4e00-431f-8a7f-aa2d61106674-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e5ea474e-ba06-447f-b507-cb801759eb13-attachment.json", "type": "application/json"}], "start": 1775692000012, "stop": 1775692000013}], "attachments": [{"name": "cURL", "source": "9f80c461-efe6-44e9-a198-5a4bd01d1faf-attachment.txt", "type": "text/plain"}], "start": 1775692000012, "stop": 1775692000013}, {"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": "18703082-008d-49a5-b040-4c0109a81605-attachment.json", "type": "application/json"}], "start": 1775692000037, "stop": 1775692000038}, {"name": "Response → 200, trace_id: d280457fd0b2cbc35cfb0fe39688cf00", "status": "passed", "attachments": [{"name": "response.headers", "source": "13126684-5241-41d2-be23-514cc70ad757-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ae3b7722-0ab3-42c9-bc8e-10bf52fa5990-attachment.json", "type": "application/json"}], "start": 1775692000038, "stop": 1775692000038}], "attachments": [{"name": "cURL", "source": "de9b1e62-2cb3-402e-b701-fdc71a903aba-attachment.txt", "type": "text/plain"}], "start": 1775692000037, "stop": 1775692000038}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "1b400abf-21d9-48e1-92db-99ddf5a0e360-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "fbc0e12d-a860-413a-a626-a09562fa6a91-attachment.json", "type": "application/json"}], "start": 1775692000044, "stop": 1775692000044}, {"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": "aff57f99-3142-4116-9e00-f784d513e7dd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4d3faa69-30be-4fcf-8118-e79a6d5c35e9-attachment.json", "type": "application/json"}], "start": 1775692000074, "stop": 1775692000074}, {"name": "Response → 200, trace_id: 2e37ede194c919488da32a825a771a41", "status": "passed", "attachments": [{"name": "response.headers", "source": "f3c7d378-264d-4ab0-8c9d-835c004d9237-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d8a1dea6-ddb9-4924-9aab-c01692e94343-attachment.json", "type": "application/json"}], "start": 1775692000074, "stop": 1775692000075}], "attachments": [{"name": "cURL", "source": "80afbc5e-59ba-4aa1-88d5-863ef9283dbd-attachment.txt", "type": "text/plain"}], "start": 1775692000074, "stop": 1775692000075}], "start": 1775692000045, "stop": 1775692000078}, {"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": "e3631fb6-7da4-4d4f-9fe5-f298f8586e50-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0a13a05d-ce25-492e-b939-413ef7f76384-attachment.json", "type": "application/json"}], "start": 1775692000118, "stop": 1775692000118}, {"name": "Response → 200, trace_id: 12b8d334ead5c7fa51fb5274b42a3d33", "status": "passed", "attachments": [{"name": "response.headers", "source": "cfd0bef1-b164-45d1-9dba-e1bce8332ab8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5ce13d68-4209-419e-a743-a4c66dd34c8d-attachment.json", "type": "application/json"}], "start": 1775692000118, "stop": 1775692000118}], "attachments": [{"name": "cURL", "source": "07e9f4b6-1364-40aa-9a47-5416edc5ecd8-attachment.txt", "type": "text/plain"}], "start": 1775692000118, "stop": 1775692000118}, {"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": "1f08f9d7-685b-40fc-adf8-53699be7ef0d-attachment.json", "type": "application/json"}], "start": 1775692000150, "stop": 1775692000151}, {"name": "Response → 200, trace_id: d8abfa769d0f49b581eb947581fefed7", "status": "passed", "attachments": [{"name": "response.headers", "source": "af93c8ec-e51e-46e6-90f3-287eeafe3e44-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "54882660-092e-4eb2-8f71-4ea322f44f19-attachment.json", "type": "application/json"}], "start": 1775692000151, "stop": 1775692000151}], "attachments": [{"name": "cURL", "source": "b9d90ac5-f3ec-4aad-bb7b-aa6cae84f2b2-attachment.txt", "type": "text/plain"}], "start": 1775692000150, "stop": 1775692000151}, {"name": "Waiter function: add_wall_cell_to_task", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-08T23:47:10.089+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 187843cacd079ea4dfec78a05cd95568\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/builders/assembly/stock_return.py\", line 117, in add_wall_cell_to_task\n    wait_stock_return_wall_cell_barcode(headers=self.headers, wall_cell_barcode=self.data.wall_cell_barcode)\n  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-08T23:46:49.456+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: f800e005563abde77ace55211843990d\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3225b266-b057-4577-ac41-8454763201e3-attachment.json", "type": "application/json"}], "start": 1775692000177, "stop": 1775692000177}, {"name": "Response → 422, trace_id: ca05ad5707b65a226b4cb4ec1b305df4", "status": "passed", "attachments": [{"name": "response.headers", "source": "81e3adfd-1e94-4879-89b4-511cb8be875c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "cc4cf542-6693-4f16-b707-d3898ebaf0f0-attachment.json", "type": "application/json"}], "start": 1775692000177, "stop": 1775692000177}], "attachments": [{"name": "cURL", "source": "0ef2f94a-dd81-4708-bbf3-548905dcf335-attachment.txt", "type": "text/plain"}], "start": 1775692000177, "stop": 1775692000177}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "bc042755-c899-418d-b239-3eb0a92bf497-attachment.json", "type": "application/json"}], "start": 1775692001208, "stop": 1775692001209}, {"name": "Response → 422, trace_id: 56c774c52c3c3336d9d03526ed76b4a5", "status": "passed", "attachments": [{"name": "response.headers", "source": "4537826e-fe14-48f2-a5b2-10374cf9fc5f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "16c6649d-f9cd-4b01-b7f5-ceba5aa9b2f9-attachment.json", "type": "application/json"}], "start": 1775692001209, "stop": 1775692001209}], "attachments": [{"name": "cURL", "source": "be4f502c-bcb3-4b44-b1d4-41bb8c9c3418-attachment.txt", "type": "text/plain"}], "start": 1775692001208, "stop": 1775692001209}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7e1ff4df-ec97-49aa-b330-c0072dec0a8f-attachment.json", "type": "application/json"}], "start": 1775692002240, "stop": 1775692002240}, {"name": "Response → 422, trace_id: fc3a54cbf06dbad023bc9d377275e784", "status": "passed", "attachments": [{"name": "response.headers", "source": "d58346f6-3a29-480d-afff-1ed277e0566d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e3bfa996-3ef6-42d6-b000-83a93def047d-attachment.json", "type": "application/json"}], "start": 1775692002240, "stop": 1775692002240}], "attachments": [{"name": "cURL", "source": "5b8c3e3a-52a2-4b37-936a-099a27878863-attachment.txt", "type": "text/plain"}], "start": 1775692002240, "stop": 1775692002241}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "01f37bab-2c8c-4566-8f07-9be614fc64d3-attachment.json", "type": "application/json"}], "start": 1775692003272, "stop": 1775692003272}, {"name": "Response → 422, trace_id: 003e202a06841d6ff2dcf021a5996a12", "status": "passed", "attachments": [{"name": "response.headers", "source": "11764fb1-72dd-4ce5-8b30-869364d6bf33-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f399de78-003b-415b-8659-1125b89ac8a3-attachment.json", "type": "application/json"}], "start": 1775692003272, "stop": 1775692003273}], "attachments": [{"name": "cURL", "source": "4a767ca9-9c90-4054-b4bc-9f5c4f203629-attachment.txt", "type": "text/plain"}], "start": 1775692003272, "stop": 1775692003273}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "63409817-e879-4b6e-9769-b846281314b1-attachment.json", "type": "application/json"}], "start": 1775692004305, "stop": 1775692004306}, {"name": "Response → 422, trace_id: 2c9055fad537b1898420630b8a86deaf", "status": "passed", "attachments": [{"name": "response.headers", "source": "af825e41-fb2c-4de9-87d2-7b441b63dfab-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "08880fee-0606-4b25-bfad-af5a4170e470-attachment.json", "type": "application/json"}], "start": 1775692004306, "stop": 1775692004306}], "attachments": [{"name": "cURL", "source": "2e1a9ddd-3bac-4f9f-b23c-113f7647bf80-attachment.txt", "type": "text/plain"}], "start": 1775692004305, "stop": 1775692004306}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "eea74cb8-2d65-44be-bc17-7ce5cdb50e4a-attachment.json", "type": "application/json"}], "start": 1775692005336, "stop": 1775692005336}, {"name": "Response → 422, trace_id: 20811da74214cde695a490e18c35bf42", "status": "passed", "attachments": [{"name": "response.headers", "source": "1c9eb65d-8412-4ffb-b4a5-440eceeca836-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "120dacb7-9bdd-4f76-977e-8bcb91fdfa29-attachment.json", "type": "application/json"}], "start": 1775692005336, "stop": 1775692005337}], "attachments": [{"name": "cURL", "source": "eed05de2-c02b-47a9-8a44-a3e677513dc1-attachment.txt", "type": "text/plain"}], "start": 1775692005336, "stop": 1775692005337}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e117c12d-45c2-49f0-a0e2-b5a467569c1e-attachment.json", "type": "application/json"}], "start": 1775692006366, "stop": 1775692006366}, {"name": "Response → 422, trace_id: 5615e5cafbc6c3b4a42f9ce05d9d9a62", "status": "passed", "attachments": [{"name": "response.headers", "source": "2212b217-883e-402d-8e0b-04c791c5944e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "627cd5ea-07c0-4198-819d-67539e022018-attachment.json", "type": "application/json"}], "start": 1775692006367, "stop": 1775692006367}], "attachments": [{"name": "cURL", "source": "9bee6e66-6f35-4903-aeb5-a76294e4ccb6-attachment.txt", "type": "text/plain"}], "start": 1775692006366, "stop": 1775692006367}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0bc0c330-fbeb-4731-b7b2-e9a6254b29f1-attachment.json", "type": "application/json"}], "start": 1775692007397, "stop": 1775692007398}, {"name": "Response → 422, trace_id: e0fa431accdcdaef1c11efbd8d93ca88", "status": "passed", "attachments": [{"name": "response.headers", "source": "8252f278-d71b-4096-8f8f-e06f7ea1c71e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9e87cbd8-dec1-4550-8520-186567074ebc-attachment.json", "type": "application/json"}], "start": 1775692007398, "stop": 1775692007398}], "attachments": [{"name": "cURL", "source": "4fb132db-5179-48dc-b15e-fb5c653bb42b-attachment.txt", "type": "text/plain"}], "start": 1775692007397, "stop": 1775692007398}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "54f96413-26c5-44c0-983c-64b80ac5b5e6-attachment.json", "type": "application/json"}], "start": 1775692008429, "stop": 1775692008429}, {"name": "Response → 422, trace_id: ebbc5bf1a91742896bf9f1c01068d44d", "status": "passed", "attachments": [{"name": "response.headers", "source": "d114cea0-2b1d-4a4b-96e3-8c353c85fc90-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9d63451e-3b28-4b0b-814b-c62c1ab9a899-attachment.json", "type": "application/json"}], "start": 1775692008429, "stop": 1775692008429}], "attachments": [{"name": "cURL", "source": "f7b0a79e-d699-46c1-8bdf-a6ebd69e359a-attachment.txt", "type": "text/plain"}], "start": 1775692008429, "stop": 1775692008430}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "049c7d0e-f0f1-474b-b87f-0df8666cbabd-attachment.json", "type": "application/json"}], "start": 1775692009457, "stop": 1775692009458}, {"name": "Response → 422, trace_id: f800e005563abde77ace55211843990d", "status": "passed", "attachments": [{"name": "response.headers", "source": "735994f0-d80d-425f-9b1e-b7f6f67beb46-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8035b101-2373-463c-9aec-bed1eb89afb1-attachment.json", "type": "application/json"}], "start": 1775692009458, "stop": 1775692009458}], "attachments": [{"name": "cURL", "source": "e159e257-79df-4e9b-9e7b-43d5d5a345f5-attachment.txt", "type": "text/plain"}], "start": 1775692009457, "stop": 1775692009458}], "start": 1775692000153, "stop": 1775692009461}, {"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-08T23:46:59.765+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 2d934f85bde1a07a502c08fabbe89b3a\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "6fefb184-4a08-4f2b-b8d7-555e277a6f57-attachment.json", "type": "application/json"}], "start": 1775692010490, "stop": 1775692010490}, {"name": "Response → 422, trace_id: 9db76a929a721950f8246539af89d095", "status": "passed", "attachments": [{"name": "response.headers", "source": "9fd5b085-c0a6-4511-b8e0-e73bd6e1434e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "de2ab699-8b90-4dc0-a077-72772bbf1411-attachment.json", "type": "application/json"}], "start": 1775692010490, "stop": 1775692010490}], "attachments": [{"name": "cURL", "source": "b95af432-2884-44d4-ae1c-5dc1ac86cab4-attachment.txt", "type": "text/plain"}], "start": 1775692010490, "stop": 1775692010490}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "154fd778-98d3-45fe-a03b-72e0bd81f468-attachment.json", "type": "application/json"}], "start": 1775692011518, "stop": 1775692011518}, {"name": "Response → 422, trace_id: 989e777d7927b785b7b9eb3a76024c60", "status": "passed", "attachments": [{"name": "response.headers", "source": "dca3db6c-9aba-42b8-bbb4-ccfca169ec5b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6c849708-737f-4a45-b791-4860bdb311b1-attachment.json", "type": "application/json"}], "start": 1775692011518, "stop": 1775692011518}], "attachments": [{"name": "cURL", "source": "5cc0fecc-9fef-4d76-903e-517e4f0aaa80-attachment.txt", "type": "text/plain"}], "start": 1775692011518, "stop": 1775692011519}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0a8e9f38-59d3-40b9-8f3e-0edb0d6c1182-attachment.json", "type": "application/json"}], "start": 1775692012549, "stop": 1775692012549}, {"name": "Response → 422, trace_id: f487da049b4571d98eca29f5fad99cef", "status": "passed", "attachments": [{"name": "response.headers", "source": "69acc3c0-30de-4c10-9b41-f1e6887d6ee0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "63b6b7c3-8ec1-4ed1-aec1-ef9b8f292b58-attachment.json", "type": "application/json"}], "start": 1775692012549, "stop": 1775692012549}], "attachments": [{"name": "cURL", "source": "df47ae96-3e6a-4fa5-b0c6-1310d3ae4f36-attachment.txt", "type": "text/plain"}], "start": 1775692012549, "stop": 1775692012549}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a876e50b-803e-4b30-8971-7322e08c6e5e-attachment.json", "type": "application/json"}], "start": 1775692013583, "stop": 1775692013583}, {"name": "Response → 422, trace_id: acead578b2486a4c90610081f5f8707e", "status": "passed", "attachments": [{"name": "response.headers", "source": "78525c81-f792-46bc-9e27-6b8e569ff99d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4960bacb-0fe3-4ab0-85f4-da46ef1328f9-attachment.json", "type": "application/json"}], "start": 1775692013583, "stop": 1775692013583}], "attachments": [{"name": "cURL", "source": "55836b45-2505-414f-b5d8-5da1f0289abe-attachment.txt", "type": "text/plain"}], "start": 1775692013583, "stop": 1775692013583}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "be5a4897-7f2d-4e0f-99dd-3023417b8a45-attachment.json", "type": "application/json"}], "start": 1775692014613, "stop": 1775692014614}, {"name": "Response → 422, trace_id: 66948ffad9a4a8403ff5480fad451094", "status": "passed", "attachments": [{"name": "response.headers", "source": "3a039cbc-1109-40b5-b45c-dd4b5d434c45-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "412f7a65-28ba-4b3a-a52b-1bcde6c33380-attachment.json", "type": "application/json"}], "start": 1775692014614, "stop": 1775692014614}], "attachments": [{"name": "cURL", "source": "8d48d9b6-5315-47f3-8142-fcdd5c408356-attachment.txt", "type": "text/plain"}], "start": 1775692014613, "stop": 1775692014614}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "40d4f5ff-5a90-469c-9701-7b703999ad2c-attachment.json", "type": "application/json"}], "start": 1775692015643, "stop": 1775692015644}, {"name": "Response → 422, trace_id: 745d67a49aa14ad2d99313d3af0ef297", "status": "passed", "attachments": [{"name": "response.headers", "source": "c4cc6f44-ac3e-41f8-a892-d010b601e551-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "92f34cff-f949-417c-a0a3-69a9b07668ac-attachment.json", "type": "application/json"}], "start": 1775692015644, "stop": 1775692015644}], "attachments": [{"name": "cURL", "source": "1abfbd79-857f-4ba4-bf25-98ff51dee80c-attachment.txt", "type": "text/plain"}], "start": 1775692015643, "stop": 1775692015644}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a7fc8230-63d0-4de6-9f95-7f365029614b-attachment.json", "type": "application/json"}], "start": 1775692016674, "stop": 1775692016674}, {"name": "Response → 422, trace_id: c9c22d435eb5219dfdda2d0df7b54109", "status": "passed", "attachments": [{"name": "response.headers", "source": "b25b9314-bd4a-4fc1-b8b1-bfc27341e07e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "67d99d3c-fad1-4c5d-95eb-14a05cebf1f8-attachment.json", "type": "application/json"}], "start": 1775692016674, "stop": 1775692016675}], "attachments": [{"name": "cURL", "source": "9ee08682-094a-4912-b106-4a015d230585-attachment.txt", "type": "text/plain"}], "start": 1775692016674, "stop": 1775692016675}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "80a65149-0a2d-4a0e-94a0-a906d1f6181b-attachment.json", "type": "application/json"}], "start": 1775692017704, "stop": 1775692017705}, {"name": "Response → 422, trace_id: 0a1a6d300cba63c7723bcbc0ccb41268", "status": "passed", "attachments": [{"name": "response.headers", "source": "96e97cfd-cd45-4257-8eb5-bd1b5341c099-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "78c193df-ac0c-4acf-b46e-c76021fd53e6-attachment.json", "type": "application/json"}], "start": 1775692017705, "stop": 1775692017705}], "attachments": [{"name": "cURL", "source": "5640769c-1035-4d26-a357-112205e5fb4b-attachment.txt", "type": "text/plain"}], "start": 1775692017704, "stop": 1775692017705}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "832f19a3-0f55-41fb-a67c-95c8b77aa047-attachment.json", "type": "application/json"}], "start": 1775692018736, "stop": 1775692018736}, {"name": "Response → 422, trace_id: 658e4a0263c438ad567fde0a4b95f050", "status": "passed", "attachments": [{"name": "response.headers", "source": "c9a0adc3-08cf-4ea0-bef7-6a16d8146619-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fca18213-e337-4ec0-b53a-7a87919def32-attachment.json", "type": "application/json"}], "start": 1775692018736, "stop": 1775692018736}], "attachments": [{"name": "cURL", "source": "da4cf961-5a47-46e0-9ff6-6ca5f527b2f2-attachment.txt", "type": "text/plain"}], "start": 1775692018736, "stop": 1775692018736}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2c0bac01-11a1-4b02-bd44-059165601091-attachment.json", "type": "application/json"}], "start": 1775692019766, "stop": 1775692019767}, {"name": "Response → 422, trace_id: 2d934f85bde1a07a502c08fabbe89b3a", "status": "passed", "attachments": [{"name": "response.headers", "source": "f98d8a4d-4714-4d13-abbe-e110e905b226-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "de1fd27f-e049-4e3a-9154-ddd9f1828f38-attachment.json", "type": "application/json"}], "start": 1775692019767, "stop": 1775692019767}], "attachments": [{"name": "cURL", "source": "4a4bc0c7-3b0c-4efb-a322-4e209910c2eb-attachment.txt", "type": "text/plain"}], "start": 1775692019766, "stop": 1775692019767}], "start": 1775692010463, "stop": 1775692019771}, {"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-08T23:47:10.089+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 187843cacd079ea4dfec78a05cd95568\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "70f1bf35-8fce-4e93-ba94-ef739be36d01-attachment.json", "type": "application/json"}], "start": 1775692020799, "stop": 1775692020799}, {"name": "Response → 422, trace_id: 274dee5709e9909ee2091b98849dd871", "status": "passed", "attachments": [{"name": "response.headers", "source": "3363030f-4ad7-4768-a945-1507e292e5bc-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9f883a15-a95b-4ec2-9663-6b69949ef347-attachment.json", "type": "application/json"}], "start": 1775692020799, "stop": 1775692020800}], "attachments": [{"name": "cURL", "source": "1c900a21-9418-42e2-9b53-a13232ad05be-attachment.txt", "type": "text/plain"}], "start": 1775692020799, "stop": 1775692020800}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "40830167-7551-432b-bfc4-5bc3f9b8f09b-attachment.json", "type": "application/json"}], "start": 1775692021828, "stop": 1775692021828}, {"name": "Response → 422, trace_id: a6ab7c52bd1bf85b3769e10912b3c295", "status": "passed", "attachments": [{"name": "response.headers", "source": "27cb136a-b084-48af-a484-61cbff4a12b0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d1118344-394b-4e60-b700-9c750181656b-attachment.json", "type": "application/json"}], "start": 1775692021829, "stop": 1775692021829}], "attachments": [{"name": "cURL", "source": "c40c84ea-4f1f-4620-8660-f44638247e7d-attachment.txt", "type": "text/plain"}], "start": 1775692021828, "stop": 1775692021829}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "79054992-d514-4004-9f9a-3927108108ac-attachment.json", "type": "application/json"}], "start": 1775692022862, "stop": 1775692022862}, {"name": "Response → 422, trace_id: b0c1e49f58b08178df9657da26837241", "status": "passed", "attachments": [{"name": "response.headers", "source": "ff0c1451-53e1-4f59-b856-d709c5bb6966-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6a7aed19-98ab-404e-9992-aa9d30952239-attachment.json", "type": "application/json"}], "start": 1775692022862, "stop": 1775692022863}], "attachments": [{"name": "cURL", "source": "16070574-2d03-4b03-91d5-e586e251defa-attachment.txt", "type": "text/plain"}], "start": 1775692022862, "stop": 1775692022863}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d74b4044-eebb-4d2d-b45a-a01c694499ae-attachment.json", "type": "application/json"}], "start": 1775692023896, "stop": 1775692023896}, {"name": "Response → 422, trace_id: 44267ca42eca7863543b0c4ae14eb2d4", "status": "passed", "attachments": [{"name": "response.headers", "source": "11170c0b-013f-49ac-92c7-a899e267ca06-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3166fd54-1b48-480f-a0cb-b640b881f5dc-attachment.json", "type": "application/json"}], "start": 1775692023896, "stop": 1775692023896}], "attachments": [{"name": "cURL", "source": "f8b2059c-0b4c-4646-8165-d72280e5833a-attachment.txt", "type": "text/plain"}], "start": 1775692023895, "stop": 1775692023896}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "10cfa41b-c1cb-415f-9831-2067200a4538-attachment.json", "type": "application/json"}], "start": 1775692024931, "stop": 1775692024931}, {"name": "Response → 422, trace_id: 9e6f68efaf8c70bbc05e65fee2a673e1", "status": "passed", "attachments": [{"name": "response.headers", "source": "5f6fed32-808b-4702-9911-a69326f7be26-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "33d76c3b-5acd-4fa8-a872-2a0eeeeaf490-attachment.json", "type": "application/json"}], "start": 1775692024931, "stop": 1775692024931}], "attachments": [{"name": "cURL", "source": "5d1612dc-0415-4076-9178-d4abed0420b8-attachment.txt", "type": "text/plain"}], "start": 1775692024931, "stop": 1775692024931}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a2bf1a4b-aef1-4398-9143-ce626c159ef9-attachment.json", "type": "application/json"}], "start": 1775692025966, "stop": 1775692025967}, {"name": "Response → 422, trace_id: 4eb5f5c3877326654915b52180046946", "status": "passed", "attachments": [{"name": "response.headers", "source": "58f18905-960e-4e04-8835-a14cdd85c43b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b51c326a-065d-40c9-8206-a463ae094cc5-attachment.json", "type": "application/json"}], "start": 1775692025967, "stop": 1775692025967}], "attachments": [{"name": "cURL", "source": "ff4f67bc-53ac-4b6b-ab99-64ce3b7cdd38-attachment.txt", "type": "text/plain"}], "start": 1775692025966, "stop": 1775692025967}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c6587694-c14c-4a37-b54d-32e9cb02b4b6-attachment.json", "type": "application/json"}], "start": 1775692026997, "stop": 1775692026997}, {"name": "Response → 422, trace_id: 1ff70dff6cbe42b494f9136fe252a3b0", "status": "passed", "attachments": [{"name": "response.headers", "source": "36285de9-d6ea-47d1-94c5-56e98babf433-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "00eede35-2f8b-4255-9820-8849540f211d-attachment.json", "type": "application/json"}], "start": 1775692026997, "stop": 1775692026998}], "attachments": [{"name": "cURL", "source": "de31a636-85dd-4e82-a8db-6e409aab11e1-attachment.txt", "type": "text/plain"}], "start": 1775692026997, "stop": 1775692026998}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3f830136-4d83-412f-8d2e-02185112e15c-attachment.json", "type": "application/json"}], "start": 1775692028026, "stop": 1775692028027}, {"name": "Response → 422, trace_id: c83032eb1bfc6459081ea9cf3adad36a", "status": "passed", "attachments": [{"name": "response.headers", "source": "66c7c5c9-a0a1-4cf0-bec8-b71d376e421b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b5f30c1c-2e45-452e-a3c8-f4b1713e1df8-attachment.json", "type": "application/json"}], "start": 1775692028027, "stop": 1775692028027}], "attachments": [{"name": "cURL", "source": "227506d1-e27b-4c00-84dc-284af3ca6959-attachment.txt", "type": "text/plain"}], "start": 1775692028026, "stop": 1775692028027}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "551becfb-f2de-48cb-8ea1-ac4fd3736f7d-attachment.json", "type": "application/json"}], "start": 1775692029058, "stop": 1775692029058}, {"name": "Response → 422, trace_id: e83acc879399cada9587c40873a0cae4", "status": "passed", "attachments": [{"name": "response.headers", "source": "1807b8aa-1c1e-4967-a0ce-cbdf430479ae-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e646e5c4-f9fd-44dd-9245-abe0855bb48f-attachment.json", "type": "application/json"}], "start": 1775692029058, "stop": 1775692029058}], "attachments": [{"name": "cURL", "source": "4aa1f18d-f1cd-4217-b945-e0c978f32f2e-attachment.txt", "type": "text/plain"}], "start": 1775692029058, "stop": 1775692029058}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f9ba8ccc-33df-41a1-b4dd-4b4b9e4a30c0-attachment.json", "type": "application/json"}], "start": 1775692030090, "stop": 1775692030091}, {"name": "Response → 422, trace_id: 187843cacd079ea4dfec78a05cd95568", "status": "passed", "attachments": [{"name": "response.headers", "source": "0c41d74d-a5e4-4faf-a440-a4ce29bdd683-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b152888c-6b72-4df7-b32f-0ccc512e1b33-attachment.json", "type": "application/json"}], "start": 1775692030091, "stop": 1775692030091}], "attachments": [{"name": "cURL", "source": "0fce0177-5502-4bbd-aa22-278a08ad6852-attachment.txt", "type": "text/plain"}], "start": 1775692030090, "stop": 1775692030091}], "start": 1775692020771, "stop": 1775692030094}], "start": 1775692000153, "stop": 1775692030095}], "attachments": [{"name": "log", "source": "201d9cee-69b9-4c51-a26b-6b528751c82d-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='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": 1775691991631, "stop": 1775692030095, "uuid": "ddd9ff18-2539-497c-9f15-d9eaa5c6593c", "historyId": "0ed6a69e30f5164f774bfb1e07093cdd", "testCaseId": "7308348ffac99daa71965d98c535af7d", "fullName": "tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation#test_order_cancellation_in_state_picked", "labels": [{"name": "feature", "value": "B2C order cancellation"}, {"name": "tag", "value": "dm-wms-be-service-order"}, {"name": "parentSuite", "value": "tests.wms.test_order"}, {"name": "suite", "value": "test_b2c_order_cancellation"}, {"name": "subSuite", "value": "TestB2COrderCancellation"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-0-hrdeb7ax"}, {"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"]}