{"name": "test_e2e_inbound[wms_inbound_e2e0-params0]", "status": "broken", "statusDetails": {"message": "kafka.errors.NoBrokersAvailable: NoBrokersAvailable", "trace": "self = <tests.wms.test_e2e_inbound.test_inbound.TestE2EInbound object at 0x7f80c216c4d0>\nparams = {'barcode_count': 5, 'quantity': 4, 'sku_amount': 1}\nwms_inbound_e2e = {'cell': <src.framework.wms.builders.db.cell.AvailableCell object at 0x7f80c21f1c10>, 'count_types': {'defected': Fals...ST_01: 'UP-AUTOTEST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_ZONE: 30>, email=None, phone=None), 'zone_id': 30}\n\n    @pytest.mark.parametrize(\n        \"params\", [{\"sku_amount\": randint(1, 3), \"barcode_count\": randint(2, 5), \"quantity\": randint(3, 10)}]\n    )\n    @pytest.mark.parametrize(\n        \"wms_inbound_e2e\",\n        [\n            {\n                \"warehouse\": WMSWarehouses.Troitsk.value,\n                \"zone_id\": WMSWarehouses.Troitsk.value.qa_zone.value,\n                \"cell\": None,\n                \"count_types\": {\n                    \"proper\": True,\n                    \"defected\": False,\n                    \"overage\": False,\n                    \"zero\": False,\n                },\n            },\n            {\n                \"warehouse\": WMSWarehouses.Troitsk.value,\n                \"zone_id\": WMSWarehouses.Troitsk.value.qa_zone.value,\n                \"cell\": None,\n                \"count_types\": {\n                    \"proper\": True,\n                    \"defected\": True,\n                    \"overage\": True,\n                    \"zero\": False,\n                },\n            },\n            {\n                \"warehouse\": WMSWarehouses.Troitsk.value,\n                \"zone_id\": WMSWarehouses.Troitsk.value.qa_zone.value,\n                \"cell\": None,\n                \"count_types\": {\n                    \"proper\": False,\n                    \"defected\": False,\n                    \"overage\": False,\n                    \"zero\": True,\n                },\n            },\n            # Uzbekistan proper\n            {\n                \"warehouse\": WMSWarehouses.Uzbekistan.value,\n                \"zone_id\": WMSWarehouses.Uzbekistan.value.qa_zone.value,\n                \"cell\": None,\n                \"count_types\": {\n                    \"proper\": True,\n                    \"defected\": False,\n                    \"overage\": False,\n                    \"zero\": False,\n                },\n            },\n            {\n                \"warehouse\": WMSWarehouses.Uzbekistan.value,\n                \"zone_id\": WMSWarehouses.Uzbekistan.value.qa_zone.value,\n                \"cell\": None,\n                \"count_types\": {\n                    \"proper\": True,\n                    \"defected\": True,\n                    \"overage\": True,\n                    \"zero\": False,\n                },\n            },\n            {\n                \"warehouse\": WMSWarehouses.Uzbekistan.value,\n                \"zone_id\": WMSWarehouses.Uzbekistan.value.qa_zone.value,\n                \"cell\": None,\n                \"count_types\": {\n                    \"proper\": False,\n                    \"defected\": False,\n                    \"overage\": False,\n                    \"zero\": True,\n                },\n            },\n        ],\n        indirect=True,\n    )\n    def test_e2e_inbound(self, params, wms_inbound_e2e):\n        invoice = WMSInvoiceBuilder(\n            warehouse=wms_inbound_e2e[\"warehouse\"],\n            proper_cell=wms_inbound_e2e[\"cell\"].key,\n        ).set_user_auth(wms_inbound_e2e[\"warehouse\"].user.token)\n        with allure.step(\"clear tasks\"):\n            AcceptanceQueries().clear_worker_tasks(worker_id=wms_inbound_e2e[\"warehouse\"].user.wms_id)\n        invoice.supply.list_with_random_items(\n            items_count=params[\"sku_amount\"],\n            sku_amount=params[\"quantity\"],\n            barcode_count=params[\"barcode_count\"],\n        )\n        invoice.set_count_types(**wms_inbound_e2e[\"count_types\"]).full_acceptance()\n>       check_wms_be_accepted_invoice(invoice)\n\ntests/wms/test_e2e_inbound/test_inbound.py:118: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/wms/validation/inbound_check.py:31: in check_wms_be_accepted_invoice\n    accepted_invoice = get_accepted_invoice(invoice.invoice_id)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:279: in call\n    return attempt.get(self._wrap_exception)\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/inbound_check.py:51: in get_accepted_invoice\n    msgs = KReader(\n/usr/local/lib/python3.11/site-packages/dm_qalib_kafka/kafka_reader.py:35: in __init__\n    self._consumer = KafkaConsumer(\n/usr/local/lib/python3.11/site-packages/kafka/consumer/group.py:397: in __init__\n    self._client = self.config['kafka_client'](metrics=self._metrics, **self.config)\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/kafka/client_async.py:262: in __init__\n    self.config['api_version'] = self.check_version()\n                                 ^^^^^^^^^^^^^^^^^^^^\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <kafka.client_async.KafkaClient object at 0x7f80bb204a90>, node_id = None\ntimeout = 2.0, kwargs = {}, end = 1775260027.3328424\ntime_remaining = 1.9999992847442627, try_node = 'bootstrap-0'\nconn = <kafka.conn.BrokerConnection object at 0x7f80bb4e8690>\n\n    def check_version(self, node_id=None, timeout=None, **kwargs):\n        \"\"\"Attempt to guess the version of a Kafka broker.\n    \n        Keyword Arguments:\n            node_id (str, optional): Broker node id from cluster metadata. If None, attempts\n                to connect to any available broker until version is identified.\n                Default: None\n            timeout (num, optional): Maximum time in seconds to try to check broker version.\n                If unable to identify version before timeout, raise error (see below).\n                Default: api_version_auto_timeout_ms / 1000\n    \n        Returns: version tuple, i.e. (3, 9), (2, 0), (0, 10, 2) etc\n    \n        Raises:\n            NodeNotReadyError (if node_id is provided)\n            NoBrokersAvailable (if node_id is None)\n        \"\"\"\n        timeout = timeout or (self.config['api_version_auto_timeout_ms'] / 1000)\n        with self._lock:\n            end = time.time() + timeout\n            while time.time() < end:\n                time_remaining = max(end - time.time(), 0)\n                if node_id is not None and self.connection_delay(node_id) > 0:\n                    sleep_time = min(time_remaining, self.connection_delay(node_id) / 1000.0)\n                    if sleep_time > 0:\n                        time.sleep(sleep_time)\n                    continue\n                try_node = node_id or self.least_loaded_node()\n                if try_node is None:\n                    sleep_time = min(time_remaining,  self.least_loaded_node_refresh_ms() / 1000.0)\n                    if sleep_time > 0:\n                        log.warning('No node available during check_version; sleeping %.2f secs', sleep_time)\n                        time.sleep(sleep_time)\n                    continue\n                log.debug('Attempting to check version with node %s', try_node)\n                if not self._init_connect(try_node):\n                    if try_node == node_id:\n                        raise Errors.NodeNotReadyError(\"Connection failed to %s\" % node_id)\n                    else:\n                        continue\n                conn = self._conns[try_node]\n    \n                while conn.connecting() and time.time() < end:\n                    timeout_ms = min((end - time.time()) * 1000, 200)\n                    self.poll(timeout_ms=timeout_ms)\n    \n                if conn._api_version is not None:\n                    return conn._api_version\n                else:\n                    log.debug('Failed to identify api_version after connection attempt to %s', conn)\n    \n            # Timeout\n            else:\n                if node_id is not None:\n                    raise Errors.NodeNotReadyError(node_id)\n                else:\n>                   raise Errors.NoBrokersAvailable()\nE                   kafka.errors.NoBrokersAvailable: NoBrokersAvailable\n\n/usr/local/lib/python3.11/site-packages/kafka/client_async.py:1076: NoBrokersAvailable"}, "steps": [{"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "68957641-51bd-44f5-a60f-62a73d8e7e0e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "e19d0e9d-e683-4835-9a17-d806420e5c0d-attachment.json", "type": "application/json"}], "start": 1775259976064, "stop": 1775259976064}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "78e97fdf-9d02-4299-852f-7815fabb7582-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "302ae11c-79c0-4e5a-9066-fddbe8dea2b9-attachment.json", "type": "application/json"}], "start": 1775259976064, "stop": 1775259976065}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "9b7ae115-fff9-4f59-a1b5-918571f540ee-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a507e274-fe0b-4db6-b56f-590f688dc61f-attachment.json", "type": "application/json"}], "start": 1775259976065, "stop": 1775259976065}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "426cb104-ec54-44c0-a35a-eb2e5f7e289e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "396e2a21-4d63-43b6-bb7f-3a2a4b3f6446-attachment.json", "type": "application/json"}], "start": 1775259976432, "stop": 1775259976432}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "a268f269-88bb-4f5f-a17f-52baa6b591b2-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "91a3d4ba-6ebf-46d7-a2fb-852ceb777f75-attachment.json", "type": "application/json"}], "start": 1775259976435, "stop": 1775259976435}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "93934b77-740c-4fe9-ba91-ecadc7af7b7f-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "51ed33cb-f243-4f04-afe9-2ab0a9b19dd1-attachment.json", "type": "application/json"}], "start": 1775259976437, "stop": 1775259976437}], "start": 1775259976053, "stop": 1775259976437}, {"name": "invoice creation", "status": "passed", "steps": [{"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/acceptance/invoices/chunked", "status": "passed", "attachments": [{"name": "Request", "source": "d424b4d8-8d87-4b83-b01b-2848356e65cc-attachment.json", "type": "application/json"}, {"name": "Response", "source": "93bd99a5-77be-4b3c-a109-e7aa4ad35ffa-attachment.json", "type": "application/json"}], "start": 1775259976444, "stop": 1775259976477}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "ae27f0ba-3628-4f6f-b0f1-aedaa2982ec4-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "cc4bb193-c1a5-4367-a42d-a8fcc613a429-attachment.json", "type": "application/json"}], "start": 1775259976643, "stop": 1775259976643}], "start": 1775259976478, "stop": 1775259976643}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "961e8983-8e96-4136-9fea-296ce4efa17d-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "74aa0e4f-b9ce-43bf-ba5d-9839bb58dda0-attachment.json", "type": "application/json"}], "start": 1775259976657, "stop": 1775259976657}], "start": 1775259976643, "stop": 1775259976657}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/ff/publish/invoice/chunk", "status": "passed", "attachments": [{"name": "Request", "source": "469301e5-41b4-4ca6-a05f-259e220d8753-attachment.json", "type": "application/json"}, {"name": "Response", "source": "5f42c854-33b4-4fd9-8a96-743c92646838-attachment.json", "type": "application/json"}], "start": 1775259976659, "stop": 1775259976674}, {"name": "Waiter function: wait_sku_info", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "b743ed4a-369d-4f93-a412-c79e8d388273-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "f572058e-f9ca-46aa-b390-9721798c1d51-attachment.json", "type": "application/json"}], "start": 1775259976686, "stop": 1775259976686}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "2a622994-e07f-4a34-8e73-08877de9871e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "e0fecd0a-d766-4ae5-b020-f7c2b914618d-attachment.json", "type": "application/json"}], "start": 1775259976687, "stop": 1775259976687}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "6e199b42-f588-4e41-8799-85bee50e55b2-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "c77addd6-01ce-424a-9c13-b0e7d2f27147-attachment.json", "type": "application/json"}], "start": 1775259976688, "stop": 1775259976688}], "start": 1775259976675, "stop": 1775259978698}, {"name": "Waiter function: wait_availability_sku", "status": "passed", "start": 1775259978698, "stop": 1775259978701}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "07dde495-6657-482b-ac33-6e86decd40ec-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "e1004e19-7c34-45e5-8a00-630f43ba5f5b-attachment.json", "type": "application/json"}], "start": 1775259978705, "stop": 1775259978705}], "start": 1775259978701, "stop": 1775259978705}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "296db686-fbb9-4567-8d90-0ed1ebd29ad0-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c0be7bfe-dc21-434a-bcf3-4237f5013e92-attachment.json", "type": "application/json"}], "start": 1775259978719, "stop": 1775259978719}], "start": 1775259978705, "stop": 1775259978719}, {"name": "PUT → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoices/7525997692/primary-document-number", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a8f75e95-1250-4d54-a565-efca34bd4b5b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "022c28a6-2b4b-42de-b4f4-382f303ff165-attachment.json", "type": "application/json"}], "start": 1775259978818, "stop": 1775259978818}, {"name": "Response → 200, trace_id: baeb2ca825dc9b9bf760ef62dc1c991f", "status": "passed", "attachments": [{"name": "response.headers", "source": "5bba9c2f-1d1c-44f8-b890-7132cbf19819-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "21777bf7-eac5-4ebf-a34f-4a264a158cd4-attachment.json", "type": "application/json"}], "start": 1775259978818, "stop": 1775259978818}], "attachments": [{"name": "cURL", "source": "73798ed8-2fea-4165-9711-accf4d3c3542-attachment.txt", "type": "text/plain"}], "start": 1775259978818, "stop": 1775259978818}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/search-invoices", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2b4ae373-f5e7-4aac-9211-bbaff98fe797-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "03f3a25f-76eb-4b23-8c74-9398c906808b-attachment.json", "type": "application/json"}], "start": 1775259978894, "stop": 1775259978895}, {"name": "Response → 200, trace_id: dbeffdd49fe170a4b6eeb6cb2628813a", "status": "passed", "attachments": [{"name": "response.headers", "source": "c3580814-e34b-43e3-84b9-aa2c52e478a3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "402793e0-5ec5-43e2-b67b-458f3e4a2ee5-attachment.json", "type": "application/json"}], "start": 1775259978895, "stop": 1775259978895}], "attachments": [{"name": "cURL", "source": "10c68f4f-ffa1-4957-8a3b-2abfa8f718a4-attachment.txt", "type": "text/plain"}], "start": 1775259978894, "stop": 1775259978895}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/invoices/get-pallets", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0e89a928-7db8-49a8-ba28-d27a5f4684f6-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "ca519625-8463-47d8-9386-1b357db94eec-attachment.json", "type": "application/json"}], "start": 1775259978919, "stop": 1775259978919}, {"name": "Response → 200, trace_id: 7f80f7a2377d3638136ca1c66de4ef24", "status": "passed", "attachments": [{"name": "response.headers", "source": "cd06b32e-c1d6-4c82-b329-4e06eb0edd70-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "71ad640c-587f-4372-bbb1-4bae48d95874-attachment.json", "type": "application/json"}], "start": 1775259978919, "stop": 1775259978919}], "attachments": [{"name": "cURL", "source": "c3b13201-3d1e-4649-91a3-20c3ac1d63b8-attachment.txt", "type": "text/plain"}], "start": 1775259978919, "stop": 1775259978919}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/arrival-invoice?invoiceBarcode=WMS7525997692", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ac9a5df4-9596-4582-8a3d-d7f460663ccf-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "90cf403f-9506-4412-8da5-0387e74a4a6b-attachment.json", "type": "application/json"}], "start": 1775259979011, "stop": 1775259979011}, {"name": "Response → 200, trace_id: a56f63377b73b0f39d5028ccf6d5206a", "status": "passed", "attachments": [{"name": "response.headers", "source": "92ae9f3f-32db-4638-8c44-cd4d0e486997-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "19ea6534-c514-4006-ae8d-2ee36de9eacc-attachment.json", "type": "application/json"}], "start": 1775259979011, "stop": 1775259979012}], "attachments": [{"name": "cURL", "source": "cd50b6ea-5cae-488b-8149-b769666dd581-attachment.txt", "type": "text/plain"}], "start": 1775259979011, "stop": 1775259979012}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-pallet-to-process", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2865ea25-0d2c-4ef1-9849-b470ceabf5d0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2db71810-d7a4-4cde-a886-848a9caeef23-attachment.json", "type": "application/json"}], "start": 1775259979068, "stop": 1775259979068}, {"name": "Response → 200, trace_id: 7a3bf2969eab40e7f49150fbf804ce01", "status": "passed", "attachments": [{"name": "response.headers", "source": "e70aa6cb-71a7-45a4-823e-11254ee8e0fd-attachment.json", "type": "application/json"}], "start": 1775259979068, "stop": 1775259979068}], "attachments": [{"name": "cURL", "source": "9ee9c87d-fa4f-480a-a1f2-e42e34868f0d-attachment.txt", "type": "text/plain"}], "start": 1775259979068, "stop": 1775259979068}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/link-pallet-to-zone", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "6f2c8d0a-6fb6-480e-a251-c2f6ef57c341-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c09e61be-a24b-4017-a6be-8eb84aba0733-attachment.json", "type": "application/json"}], "start": 1775259979133, "stop": 1775259979133}, {"name": "Response → 200, trace_id: b6c85e085e834ad6e72856687d2f847a", "status": "passed", "attachments": [{"name": "response.headers", "source": "13d25555-bd68-4683-a2fc-660693539501-attachment.json", "type": "application/json"}], "start": 1775259979133, "stop": 1775259979133}], "attachments": [{"name": "cURL", "source": "92acbda6-59f5-48a5-9f87-de8473b6b883-attachment.txt", "type": "text/plain"}], "start": 1775259979133, "stop": 1775259979133}, {"name": "PUT → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/update-pallet-weight?palletId=12571423&weight=7723", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "16484ebc-5cd4-4d9d-bae1-3fc1cace7699-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "a5943220-6899-4d9f-b92c-7cbbd159107b-attachment.json", "type": "application/json"}], "start": 1775259979188, "stop": 1775259979188}, {"name": "Response → 200, trace_id: cc42fde08fc0f71286849f86058cfd1c", "status": "passed", "attachments": [{"name": "response.headers", "source": "bf091e00-468e-4d34-b97d-9b32e2263df3-attachment.json", "type": "application/json"}], "start": 1775259979188, "stop": 1775259979188}], "attachments": [{"name": "cURL", "source": "a3b63566-4955-4829-ab48-38bc95cc8f94-attachment.txt", "type": "text/plain"}], "start": 1775259979188, "stop": 1775259979188}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/move-process-to-inspection", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "842dc751-e5a0-48aa-b430-becdffffb7c1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ab325a60-400f-4d06-87d6-3d4cc42baa3a-attachment.json", "type": "application/json"}], "start": 1775259979218, "stop": 1775259979218}, {"name": "Response → 200, trace_id: f8fa35dc40e91a6516766d711ae3c6d9", "status": "passed", "attachments": [{"name": "response.headers", "source": "1d5ed0c1-8614-4d74-b210-157fd24ad24d-attachment.json", "type": "application/json"}], "start": 1775259979218, "stop": 1775259979218}], "attachments": [{"name": "cURL", "source": "056a07b5-0289-4d3a-a518-8d42db902894-attachment.txt", "type": "text/plain"}], "start": 1775259979218, "stop": 1775259979218}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/search-invoices", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f99f868f-6ebb-4868-b4ce-8df6be9726a3-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "3e97b38e-8c15-4bb6-a126-d713f2280df3-attachment.json", "type": "application/json"}], "start": 1775259979293, "stop": 1775259979293}, {"name": "Response → 200, trace_id: 2e40540c7d5af07a8e29f1e57b779a30", "status": "passed", "attachments": [{"name": "response.headers", "source": "948e2ad4-636a-4268-918f-238e0bbb134f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d1e00494-d6aa-4f33-9b4e-8ece50baa850-attachment.json", "type": "application/json"}], "start": 1775259979293, "stop": 1775259979293}], "attachments": [{"name": "cURL", "source": "3a5e8dff-9c63-4f18-8950-08aec903e8f0-attachment.txt", "type": "text/plain"}], "start": 1775259979293, "stop": 1775259979293}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/invoices/get-pallets", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5d14bd20-fa3a-4074-ba2d-edbca3312c55-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "cdc1ab53-7095-46f1-882f-c232f4c5abb9-attachment.json", "type": "application/json"}], "start": 1775259979316, "stop": 1775259979316}, {"name": "Response → 200, trace_id: 9fff84800a9933cf59620006b45aeadb", "status": "passed", "attachments": [{"name": "response.headers", "source": "df0181ca-b348-403b-b61f-8e57bef8132d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ea5edc93-f9e2-4e40-8258-9771eae9cbe1-attachment.json", "type": "application/json"}], "start": 1775259979316, "stop": 1775259979316}], "attachments": [{"name": "cURL", "source": "ec9d393f-0828-4ff5-98cc-852490d6063c-attachment.txt", "type": "text/plain"}], "start": 1775259979316, "stop": 1775259979316}, {"name": "Waiter function: wait_pallet", "status": "passed", "start": 1775259979320, "stop": 1775259979323}], "start": 1775259976440, "stop": 1775259979323}, {"name": "invoice acceptance", "status": "passed", "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "0697cfba-fd00-44a2-a29b-1cf955afec2f-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "b05323a3-0734-461f-bff6-9dcf5b52d4f3-attachment.json", "type": "application/json"}], "start": 1775259979327, "stop": 1775259979327}], "start": 1775259979323, "stop": 1775259979328}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/search-invoices", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a275b6f7-9161-40f8-86a7-c55342f98f9e-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "71f6e733-4833-4666-bd3d-df95d79b891d-attachment.json", "type": "application/json"}], "start": 1775259979394, "stop": 1775259979395}, {"name": "Response → 200, trace_id: c3b314ad4be404ffd063f92c1e001e90", "status": "passed", "attachments": [{"name": "response.headers", "source": "e3b4c019-3158-4b08-93b5-7854a982f564-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4a94db58-a54d-4198-b4b2-1ec10e4d405a-attachment.json", "type": "application/json"}], "start": 1775259979395, "stop": 1775259979395}], "attachments": [{"name": "cURL", "source": "5eb82bad-7f1f-440a-95e6-cb282c172150-attachment.txt", "type": "text/plain"}], "start": 1775259979394, "stop": 1775259979395}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/invoices/get-pallets", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "59be39cd-23ab-4f11-b7f3-ebe4be78915d-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2419a9de-7bf8-4317-9edf-d18843cb13f2-attachment.json", "type": "application/json"}], "start": 1775259979418, "stop": 1775259979419}, {"name": "Response → 200, trace_id: d29b558f785ae05c055979d9da7b472b", "status": "passed", "attachments": [{"name": "response.headers", "source": "d68fc5d2-6498-48a1-bdb0-1b7a45811e92-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0cbca4d6-7c20-4759-876c-c5c971010f6a-attachment.json", "type": "application/json"}], "start": 1775259979419, "stop": 1775259979419}], "attachments": [{"name": "cURL", "source": "07a73b8f-1e70-4490-9ff5-1e52fa7eccb6-attachment.txt", "type": "text/plain"}], "start": 1775259979418, "stop": 1775259979419}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-pallet-to-table", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e5ac0106-56c1-4c26-9b74-d49522b44845-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "aa0db395-57e5-47e7-b997-0b3b800f547e-attachment.json", "type": "application/json"}], "start": 1775259979528, "stop": 1775259979528}, {"name": "Response → 200, trace_id: 93d6824b38e22680dd0c884f3b0b4c3b", "status": "passed", "attachments": [{"name": "response.headers", "source": "55b12739-6e32-4641-b54b-55a0dca4d9e8-attachment.json", "type": "application/json"}], "start": 1775259979528, "stop": 1775259979528}], "attachments": [{"name": "cURL", "source": "9bf46532-ba87-43ee-b30b-ceaeb80a9ee0-attachment.txt", "type": "text/plain"}], "start": 1775259979528, "stop": 1775259979528}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "08af33d6-5114-4a37-a653-fb81a5280a58-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "fec64c13-d8ee-4cb2-bf86-8374cdd6a5a4-attachment.json", "type": "application/json"}], "start": 1775259979536, "stop": 1775259979536}], "start": 1775259979531, "stop": 1775259979536}], "start": 1775259979323, "stop": 1775259979536}, {"name": "counting", "status": "passed", "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "eb10c080-dfb9-460e-a98e-ae123e09953b-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "2cfc0c05-513b-4a01-a3a1-cd9065bded58-attachment.json", "type": "application/json"}], "start": 1775259979548, "stop": 1775259979549}], "start": 1775259979536, "stop": 1775259979549}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/search-invoices", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7a7522b3-6ae3-4c1c-96ee-8522b6bf1743-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "a3564cf1-009e-440c-a3f1-c12f135b183d-attachment.json", "type": "application/json"}], "start": 1775259979620, "stop": 1775259979620}, {"name": "Response → 200, trace_id: 2840c54d11d1d8c8f3e26770277d7bde", "status": "passed", "attachments": [{"name": "response.headers", "source": "10f18275-9bc6-429c-8630-adc9400b61f1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ab5ea861-ba15-4aad-a0ac-53786e7e70fa-attachment.json", "type": "application/json"}], "start": 1775259979620, "stop": 1775259979621}], "attachments": [{"name": "cURL", "source": "58c6de47-81b5-4502-a1a8-eafb6c6502d8-attachment.txt", "type": "text/plain"}], "start": 1775259979620, "stop": 1775259979621}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/invoices/get-pallets", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "899128ef-1caa-48f0-bc52-841adec9d6ca-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "928b7cb0-4f8c-4235-bfd1-9f128becbd99-attachment.json", "type": "application/json"}], "start": 1775259979643, "stop": 1775259979643}, {"name": "Response → 200, trace_id: 21600d2f1cdb746f84059c869a601300", "status": "passed", "attachments": [{"name": "response.headers", "source": "0c3b5640-5231-4a56-98c9-9a25ba5904d6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6479a440-c83d-4235-b535-4c8d930d95fb-attachment.json", "type": "application/json"}], "start": 1775259979643, "stop": 1775259979643}], "attachments": [{"name": "cURL", "source": "84dacce9-13fc-4c96-b71d-a57b714aa7f9-attachment.txt", "type": "text/plain"}], "start": 1775259979643, "stop": 1775259979643}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/7525997692/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "4b6d69a4-cb59-401a-addc-19888d72554b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7ba931b4-fa44-4f47-82ae-b955cc8348bf-attachment.json", "type": "application/json"}], "start": 1775259979678, "stop": 1775259979679}, {"name": "Response → 200, trace_id: 77679d3f02026081d0c581d5f2a37b00", "status": "passed", "attachments": [{"name": "response.headers", "source": "13766800-f809-4b55-a127-e15d1c906066-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "791dac02-81e7-4bf1-98d7-877eab537e17-attachment.json", "type": "application/json"}], "start": 1775259979679, "stop": 1775259979679}], "attachments": [{"name": "cURL", "source": "76811794-6577-4cb3-8d31-eece330a906f-attachment.txt", "type": "text/plain"}], "start": 1775259979678, "stop": 1775259979679}, {"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": "d29094c7-b536-4018-9efe-c4b00de67006-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "905e47a6-b922-4dae-b300-a6eeca2b1cf8-attachment.json", "type": "application/json"}], "start": 1775259979708, "stop": 1775259979708}, {"name": "Response → 200, trace_id: 48ebd3923d1f514c2b80a8744503e272", "status": "passed", "attachments": [{"name": "response.headers", "source": "301a064d-5093-4755-ace0-4adf048d101d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "65458e5a-fe15-4a9f-bdd0-279a07bbea69-attachment.txt", "type": "text/plain"}], "start": 1775259979708, "stop": 1775259979708}], "attachments": [{"name": "cURL", "source": "b0d00da7-f5e2-4135-be6f-ec9b1c0ffb4e-attachment.txt", "type": "text/plain"}], "start": 1775259979708, "stop": 1775259979708}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-count-box-to-table", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c59023c8-f07e-46b3-b727-d4b0fc4ee5bd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3d3251b4-2489-4b3c-9ad5-0231585641fa-attachment.json", "type": "application/json"}], "start": 1775259979751, "stop": 1775259979751}, {"name": "Response → 200, trace_id: b88ed5b9e21c901f1de805242d9f3346", "status": "passed", "attachments": [{"name": "response.headers", "source": "2ad8fdf3-f1be-4d84-a863-e2383ef94849-attachment.json", "type": "application/json"}], "start": 1775259979751, "stop": 1775259979751}], "attachments": [{"name": "cURL", "source": "9512cc4c-e13e-48bf-80be-1626d86dc38c-attachment.txt", "type": "text/plain"}], "start": 1775259979751, "stop": 1775259979751}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "91af593e-0375-445c-a84a-6792ae82b360-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5695f590-f0c7-4a1f-b1ea-f68248c81e6e-attachment.json", "type": "application/json"}], "start": 1775259979823, "stop": 1775259979823}, {"name": "Response → 200, trace_id: c5dcd48cd94abba6a1559c87dede6553", "status": "passed", "attachments": [{"name": "response.headers", "source": "a6fc4487-b8a4-48ff-883e-77f64231d86d-attachment.json", "type": "application/json"}], "start": 1775259979823, "stop": 1775259979823}], "attachments": [{"name": "cURL", "source": "041910fc-0033-4d91-b900-f6a474e6a5e5-attachment.txt", "type": "text/plain"}], "start": 1775259979823, "stop": 1775259979823}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b081767e-8bf4-430e-978f-93d49e2d418b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "bc303c94-fddd-41fe-844d-e8b506fccb7d-attachment.json", "type": "application/json"}], "start": 1775259979889, "stop": 1775259979890}, {"name": "Response → 200, trace_id: b53218401ef6b964529fd42e9b3d3ea4", "status": "passed", "attachments": [{"name": "response.headers", "source": "9d02eb2d-ec51-4e22-a4df-5e67323b435d-attachment.json", "type": "application/json"}], "start": 1775259979890, "stop": 1775259979890}], "attachments": [{"name": "cURL", "source": "1e77b273-ecdb-4570-9636-517820409a6c-attachment.txt", "type": "text/plain"}], "start": 1775259979889, "stop": 1775259979890}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "6da414f4-e48c-4af9-b273-7c6c1c118858-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "554b0678-e58b-4272-b562-cf5d250ae992-attachment.json", "type": "application/json"}], "start": 1775259979956, "stop": 1775259979957}, {"name": "Response → 200, trace_id: 3f40320a9e4a40aa861fb9d15325ed3c", "status": "passed", "attachments": [{"name": "response.headers", "source": "ae67ba12-e2c3-4940-8ab5-ff9c8c341e5a-attachment.json", "type": "application/json"}], "start": 1775259979957, "stop": 1775259979957}], "attachments": [{"name": "cURL", "source": "9d0ebf11-906c-4627-9ce6-f7fd7f3edae4-attachment.txt", "type": "text/plain"}], "start": 1775259979956, "stop": 1775259979957}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f85ab724-571c-4009-a096-0882dd120c8e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "62cb374c-5506-497c-8028-2e45f44c4b5c-attachment.json", "type": "application/json"}], "start": 1775259980025, "stop": 1775259980026}, {"name": "Response → 200, trace_id: fdc732d90ff81265b8734b2709d3f11a", "status": "passed", "attachments": [{"name": "response.headers", "source": "8d5701a8-1f7f-4ed2-a990-0fdd71a7e540-attachment.json", "type": "application/json"}], "start": 1775259980026, "stop": 1775259980026}], "attachments": [{"name": "cURL", "source": "e5212a1f-3b9d-483f-a2f6-5f5f335388e3-attachment.txt", "type": "text/plain"}], "start": 1775259980025, "stop": 1775259980026}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aae0a03b-85b7-48b0-870e-9b44727bd76c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "7f3a89f8-158c-4eac-8097-13ae16f7ab03-attachment.json", "type": "application/json"}], "start": 1775259980095, "stop": 1775259980096}, {"name": "Response → 200, trace_id: 6b73b0cf7d3fc8184cda1dbf628f0b6a", "status": "passed", "attachments": [{"name": "response.headers", "source": "2562ca47-513b-4292-8971-011da993e44f-attachment.json", "type": "application/json"}], "start": 1775259980096, "stop": 1775259980096}], "attachments": [{"name": "cURL", "source": "98e4a264-7067-4bcc-9ca7-d3575e6c14b0-attachment.txt", "type": "text/plain"}], "start": 1775259980095, "stop": 1775259980096}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1424d95d-cb52-495a-8749-d357b7351a23-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f590a4cc-09e4-438c-a033-5c53d3abab3b-attachment.json", "type": "application/json"}], "start": 1775259980162, "stop": 1775259980162}, {"name": "Response → 200, trace_id: 05a78946d34574d3640bdb0db275b8de", "status": "passed", "attachments": [{"name": "response.headers", "source": "0fc87ee1-a71b-4796-8417-c1a92a28f87d-attachment.json", "type": "application/json"}], "start": 1775259980162, "stop": 1775259980162}], "attachments": [{"name": "cURL", "source": "a679d2d6-3a11-4fd2-844c-68cd14db7ab6-attachment.txt", "type": "text/plain"}], "start": 1775259980161, "stop": 1775259980162}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7a8cb442-1f36-47d3-82cf-2ad26c9e782c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "26d8efd2-edcf-4d6d-9c70-83bf000e493f-attachment.json", "type": "application/json"}], "start": 1775259980228, "stop": 1775259980229}, {"name": "Response → 200, trace_id: d19e8fe14b3cefe3f1afc45dd33e3a9c", "status": "passed", "attachments": [{"name": "response.headers", "source": "e8c4e8d5-03e5-4a61-95eb-e6bfc55896ea-attachment.json", "type": "application/json"}], "start": 1775259980229, "stop": 1775259980229}], "attachments": [{"name": "cURL", "source": "afe0887a-f953-418d-8b90-076dcf2e8ba5-attachment.txt", "type": "text/plain"}], "start": 1775259980228, "stop": 1775259980229}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9ee909a1-1485-4e32-b273-d5063e4d283d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c3a7cb40-413f-42e5-925c-2df423b41d49-attachment.json", "type": "application/json"}], "start": 1775259980294, "stop": 1775259980294}, {"name": "Response → 200, trace_id: 3d9d0fafb09cab80a1dc9e973405b4c0", "status": "passed", "attachments": [{"name": "response.headers", "source": "2c7bc5d5-b55b-448a-98fd-79d7bc733a32-attachment.json", "type": "application/json"}], "start": 1775259980294, "stop": 1775259980294}], "attachments": [{"name": "cURL", "source": "9e222e30-35a6-491c-9ed7-b8d7d5eb808f-attachment.txt", "type": "text/plain"}], "start": 1775259980294, "stop": 1775259980294}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "82685baa-6783-47a4-ba2a-129ff2f5e154-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b067fdef-3d9d-4748-a5b4-a6120902da08-attachment.json", "type": "application/json"}], "start": 1775259980365, "stop": 1775259980366}, {"name": "Response → 200, trace_id: 9fddd042ca851a91b4124f70bbfc92e8", "status": "passed", "attachments": [{"name": "response.headers", "source": "68f5d9f5-4298-4c77-a6f4-aab0abd54f7e-attachment.json", "type": "application/json"}], "start": 1775259980366, "stop": 1775259980366}], "attachments": [{"name": "cURL", "source": "ef118ef9-1cd2-477c-80d2-d26e7b03df5f-attachment.txt", "type": "text/plain"}], "start": 1775259980365, "stop": 1775259980366}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "64d57943-4bf1-44c6-bf9c-f967e6ea3bc4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "57c43cbb-de90-4895-bed8-e67157f496bf-attachment.json", "type": "application/json"}], "start": 1775259980472, "stop": 1775259980472}, {"name": "Response → 200, trace_id: fbdcdb0866984f7dd06850f18da898f6", "status": "passed", "attachments": [{"name": "response.headers", "source": "3ca7c82e-74ee-446d-a24d-55bc50fe381d-attachment.json", "type": "application/json"}], "start": 1775259980472, "stop": 1775259980472}], "attachments": [{"name": "cURL", "source": "0d1ac610-4e88-4392-8a15-51be4b5d808e-attachment.txt", "type": "text/plain"}], "start": 1775259980472, "stop": 1775259980472}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "265642e0-0d8b-4419-b15a-1378806ac5b4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e9898b47-6ea3-46e4-8103-e83f23e7df45-attachment.json", "type": "application/json"}], "start": 1775259980539, "stop": 1775259980539}, {"name": "Response → 200, trace_id: 20d104a67be0f68556be7b2ac31dbbe0", "status": "passed", "attachments": [{"name": "response.headers", "source": "248ac330-dcdd-42fc-9be1-2482a69746b8-attachment.json", "type": "application/json"}], "start": 1775259980539, "stop": 1775259980539}], "attachments": [{"name": "cURL", "source": "3ea18bc4-b446-482e-89a9-95f2234e9157-attachment.txt", "type": "text/plain"}], "start": 1775259980539, "stop": 1775259980539}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "56a845e1-f0c5-419e-890d-b5434d76377c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2cb5cd36-f01a-44da-9f58-8370065546e5-attachment.json", "type": "application/json"}], "start": 1775259980603, "stop": 1775259980603}, {"name": "Response → 200, trace_id: ff0c8d9789e62ce92e17763ae144ee36", "status": "passed", "attachments": [{"name": "response.headers", "source": "9e3b89c2-4d94-4453-9b23-98cb1d72f7b7-attachment.json", "type": "application/json"}], "start": 1775259980603, "stop": 1775259980603}], "attachments": [{"name": "cURL", "source": "fd1dc717-2475-48ff-a539-6ffb63625390-attachment.txt", "type": "text/plain"}], "start": 1775259980603, "stop": 1775259980603}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3f97f659-f4a8-4e79-ae5c-ffa2854cda55-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "44eceff1-3407-4e1f-8bcd-2dcba31609f4-attachment.json", "type": "application/json"}], "start": 1775259980676, "stop": 1775259980677}, {"name": "Response → 200, trace_id: bfbc5c20ac78652da4251d61f6364b1e", "status": "passed", "attachments": [{"name": "response.headers", "source": "f5fd51dc-5878-442f-a06d-457e35d2e439-attachment.json", "type": "application/json"}], "start": 1775259980677, "stop": 1775259980677}], "attachments": [{"name": "cURL", "source": "1c4005cb-a833-4082-9c43-6a88db00de51-attachment.txt", "type": "text/plain"}], "start": 1775259980676, "stop": 1775259980677}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2336e2ce-faa3-4328-9452-35df20b67418-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4c36119a-824b-48a7-8370-9818a60e0dc9-attachment.json", "type": "application/json"}], "start": 1775259980749, "stop": 1775259980750}, {"name": "Response → 200, trace_id: 78d9bd4e16550d7715e4dddca1de9351", "status": "passed", "attachments": [{"name": "response.headers", "source": "f409447a-bb60-47e7-b88c-da14fbc7c5a9-attachment.json", "type": "application/json"}], "start": 1775259980750, "stop": 1775259980750}], "attachments": [{"name": "cURL", "source": "95ee67d3-1257-42d9-bbaf-fdccffe90fe7-attachment.txt", "type": "text/plain"}], "start": 1775259980749, "stop": 1775259980750}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c3827146-1283-4995-a53a-f9087b932da7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9eb36792-86d5-43b1-bea5-b64679132708-attachment.json", "type": "application/json"}], "start": 1775259980813, "stop": 1775259980813}, {"name": "Response → 200, trace_id: 2799dec2da0a066491b8e2ab19dec4b4", "status": "passed", "attachments": [{"name": "response.headers", "source": "d696e5da-bdd9-4416-9055-f5aa07f81436-attachment.json", "type": "application/json"}], "start": 1775259980813, "stop": 1775259980813}], "attachments": [{"name": "cURL", "source": "15379628-5c4b-4b00-a2f1-bcc9a974156e-attachment.txt", "type": "text/plain"}], "start": 1775259980813, "stop": 1775259980813}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b1d61818-2132-402e-a0ed-3e9d7437c0c8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b83ceba5-2ab1-491b-9198-403ced6f9ebe-attachment.json", "type": "application/json"}], "start": 1775259980879, "stop": 1775259980879}, {"name": "Response → 200, trace_id: 08b591bcffd43dbd398f6f9ce1331a29", "status": "passed", "attachments": [{"name": "response.headers", "source": "d035d085-fa80-4819-9d87-c2a9c00297f0-attachment.json", "type": "application/json"}], "start": 1775259980879, "stop": 1775259980879}], "attachments": [{"name": "cURL", "source": "8c00cf11-c8b4-4fe9-8d9b-7ac59787d667-attachment.txt", "type": "text/plain"}], "start": 1775259980879, "stop": 1775259980879}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3bc72601-f0f0-4b2a-aaa3-043d190e84ea-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1995c1a0-e908-4769-94bf-36822a6c5d24-attachment.json", "type": "application/json"}], "start": 1775259980946, "stop": 1775259980946}, {"name": "Response → 200, trace_id: 3c6dc93bc9e265db4e2baba5d9aa446c", "status": "passed", "attachments": [{"name": "response.headers", "source": "a54d6c85-c0fa-46b9-bac3-bd382fcef17e-attachment.json", "type": "application/json"}], "start": 1775259980946, "stop": 1775259980946}], "attachments": [{"name": "cURL", "source": "a7d232a9-e03e-4a17-90cd-b7154b7bb292-attachment.txt", "type": "text/plain"}], "start": 1775259980946, "stop": 1775259980946}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d6772671-c8b7-4e7a-b466-84e308f68738-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c00a7deb-afdb-4490-81c3-393800f1355a-attachment.json", "type": "application/json"}], "start": 1775259981013, "stop": 1775259981013}, {"name": "Response → 200, trace_id: 18f4a00e86046aacc98941b542e6bc3c", "status": "passed", "attachments": [{"name": "response.headers", "source": "61e00535-0117-4410-94a9-1be474313d63-attachment.json", "type": "application/json"}], "start": 1775259981013, "stop": 1775259981013}], "attachments": [{"name": "cURL", "source": "4fb09a5d-abff-4e02-bf1a-d31764b3b4fb-attachment.txt", "type": "text/plain"}], "start": 1775259981013, "stop": 1775259981013}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2c1f6734-7b21-4103-ac26-3a54ff652f64-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "86807490-bff3-489d-b7a0-d850b62da6a3-attachment.json", "type": "application/json"}], "start": 1775259981078, "stop": 1775259981078}, {"name": "Response → 200, trace_id: 113118aae642806cd7b6990a3eb00dd0", "status": "passed", "attachments": [{"name": "response.headers", "source": "4d2822b6-8e4a-4efe-91a6-0a2a4d4cb5f8-attachment.json", "type": "application/json"}], "start": 1775259981078, "stop": 1775259981078}], "attachments": [{"name": "cURL", "source": "70850351-fa5a-4053-bbe9-91cbe2a6448c-attachment.txt", "type": "text/plain"}], "start": 1775259981078, "stop": 1775259981078}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-proper-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "4c463121-7d76-49f7-abb8-8b5d7921d960-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "bc640e08-2651-450c-b133-862b9e37436b-attachment.json", "type": "application/json"}], "start": 1775259981138, "stop": 1775259981139}, {"name": "Response → 200, trace_id: 87397ab443ea04363e97507a893bba6f", "status": "passed", "attachments": [{"name": "response.headers", "source": "d9d74bce-21f7-446c-b688-f9a34cfb7f84-attachment.json", "type": "application/json"}], "start": 1775259981139, "stop": 1775259981139}], "attachments": [{"name": "cURL", "source": "859e0269-5d01-4848-89cf-3c1f54409d06-attachment.txt", "type": "text/plain"}], "start": 1775259981138, "stop": 1775259981139}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/close-count-box", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "6e85291f-944c-45f1-9dbc-b9096440fe83-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6cc450e1-96f6-48f8-8f81-9cc31809ef74-attachment.json", "type": "application/json"}], "start": 1775259981168, "stop": 1775259981169}, {"name": "Response → 200, trace_id: cd35f9c7035d9ec817593959bdcb0f60", "status": "passed", "attachments": [{"name": "response.headers", "source": "26fef928-0f66-495e-b421-e000832fa270-attachment.json", "type": "application/json"}], "start": 1775259981169, "stop": 1775259981169}], "attachments": [{"name": "cURL", "source": "e30d0230-56c2-4d06-b583-59b4197ba4f0-attachment.txt", "type": "text/plain"}], "start": 1775259981168, "stop": 1775259981169}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/link-box-to-zone", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5b1a1e3e-cc5d-4fa9-93b6-8931fc9de621-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f346e6c0-e359-4efe-8b16-06a22050a903-attachment.json", "type": "application/json"}], "start": 1775259981230, "stop": 1775259981230}, {"name": "Response → 200, trace_id: f887e6cd4397e017732b75255b12a3a8", "status": "passed", "attachments": [{"name": "response.headers", "source": "2097800c-74cf-4a32-b291-c86a5ed3f96e-attachment.json", "type": "application/json"}], "start": 1775259981230, "stop": 1775259981230}], "attachments": [{"name": "cURL", "source": "32f32762-3f2b-4819-9cf2-f9bc16990aa2-attachment.txt", "type": "text/plain"}], "start": 1775259981230, "stop": 1775259981230}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/close-pallet-count", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9e101a62-fcb7-4138-8bff-9169d80f1bf2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "7af49706-ef89-4bd7-b7f8-6a6527017eeb-attachment.json", "type": "application/json"}], "start": 1775259981304, "stop": 1775259981305}, {"name": "Response → 200, trace_id: 3d2a13a6549f2a816aa837b4e7158f38", "status": "passed", "attachments": [{"name": "response.headers", "source": "2a85a6a1-e718-449c-8d65-a08972241e8b-attachment.json", "type": "application/json"}], "start": 1775259981305, "stop": 1775259981305}], "attachments": [{"name": "cURL", "source": "7a95aff9-c961-4509-b50b-9e9ec7680c25-attachment.txt", "type": "text/plain"}], "start": 1775259981304, "stop": 1775259981305}, {"name": "Waiter function: wait_cell_status", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "b90177d2-9af4-46e5-8863-b8209a45df78-attachment.txt", "type": "text/plain"}], "start": 1775259981312, "stop": 1775259981312}], "start": 1775259981308, "stop": 1775259981313}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "c660c658-6053-4cf2-ae5d-19d2e1f4ead7-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "4734c6e2-e9f9-4379-9ae1-0d9811d57567-attachment.json", "type": "application/json"}], "start": 1775259981325, "stop": 1775259981325}], "start": 1775259981313, "stop": 1775259981325}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/7525997692/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "51506543-3b65-4cb8-afe8-cb868639e82e-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "d5b8f569-20e6-4c65-94b5-76acb3dc5972-attachment.json", "type": "application/json"}], "start": 1775259981357, "stop": 1775259981357}, {"name": "Response → 200, trace_id: 9762871d6e3744eaf8efea33b6a6dc53", "status": "passed", "attachments": [{"name": "response.headers", "source": "52af9730-8855-4cf9-9bb5-59710669ed51-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "df053194-b9a2-458f-bcdb-83112227c9f0-attachment.json", "type": "application/json"}], "start": 1775259981357, "stop": 1775259981357}], "attachments": [{"name": "cURL", "source": "c3c68fa7-9d47-4504-975c-ffc2d1c34045-attachment.txt", "type": "text/plain"}], "start": 1775259981357, "stop": 1775259981357}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/box/get-active-for-invoice", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "55e6c7e0-14a1-4fa8-aea2-2a19b0710797-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7aeac0d4-7977-4819-a9c0-914c4d2569f9-attachment.json", "type": "application/json"}], "start": 1775259981383, "stop": 1775259981383}, {"name": "Response → 200, trace_id: bf66984ac888f4c92cac57f2791003d0", "status": "passed", "attachments": [{"name": "response.headers", "source": "de974aa5-54fd-4feb-a293-29f1191dff0b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d27672b6-5d7f-4d87-8a9e-d430175e6743-attachment.json", "type": "application/json"}], "start": 1775259981383, "stop": 1775259981383}], "attachments": [{"name": "cURL", "source": "8d3a9d9e-9ce3-42c2-9dd2-287118de65a5-attachment.txt", "type": "text/plain"}], "start": 1775259981382, "stop": 1775259981383}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/box/get-box-items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "641faea1-4af4-4d12-9ab6-05608b4ef5fa-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "aa57f24b-c200-44a4-8530-7c65ecdb80cf-attachment.json", "type": "application/json"}], "start": 1775259981420, "stop": 1775259981420}, {"name": "Response → 200, trace_id: e68030553f24bb73e08fbadfd7ce1779", "status": "passed", "attachments": [{"name": "response.headers", "source": "feb121e4-65da-43e5-aad5-523878d0b872-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "51d42697-431b-4f27-a124-e356147011e6-attachment.json", "type": "application/json"}], "start": 1775259981420, "stop": 1775259981420}], "attachments": [{"name": "cURL", "source": "f1c02643-93df-4703-b2de-d5b9d2ddb6a9-attachment.txt", "type": "text/plain"}], "start": 1775259981420, "stop": 1775259981420}], "start": 1775259979536, "stop": 1775259981423}, {"name": "declaration request", "status": "passed", "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "da7c3a3c-dda0-49d2-bbd5-5cf2d58e5fbf-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "b44175d8-37e8-4d4e-98b9-d6ce7a1356bc-attachment.json", "type": "application/json"}], "start": 1775259981428, "stop": 1775259981428}], "start": 1775259981423, "stop": 1775259981428}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "dc560442-c422-4a35-a045-91e05e41d127-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "ef569d53-d9f1-4d86-98e6-35dde1d52ea2-attachment.json", "type": "application/json"}], "start": 1775259981441, "stop": 1775259981441}], "start": 1775259981428, "stop": 1775259981441}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "615aaf8b-4853-48fa-a60b-a0555eebca9f-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "8740b18a-4f5e-4102-9072-48b8c7ae732a-attachment.json", "type": "application/json"}], "start": 1775259981444, "stop": 1775259981444}], "start": 1775259981441, "stop": 1775259981444}], "start": 1775259981423, "stop": 1775259981444}, {"name": "declaration", "status": "passed", "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "1bfe3a73-057a-4058-94bb-259db79e6de2-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "f6cce6f2-b101-4380-8298-ca11150ef756-attachment.json", "type": "application/json"}], "start": 1775259981448, "stop": 1775259981449}], "start": 1775259981444, "stop": 1775259981449}], "start": 1775259981444, "stop": 1775259981449}, {"name": "placement", "status": "passed", "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "eb623892-0b03-4bb8-93cf-e14885798bb3-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9b8c0bed-db4e-45a8-b6ee-c8650a099f5f-attachment.json", "type": "application/json"}], "start": 1775259981460, "stop": 1775259981460}], "start": 1775259981449, "stop": 1775259981461}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/search-invoices", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a211ac9d-95bf-4bd7-9c13-f996d3c7b0dd-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "8b915c8d-4a4f-43ba-b8d2-c37953ccc681-attachment.json", "type": "application/json"}], "start": 1775259981533, "stop": 1775259981534}, {"name": "Response → 200, trace_id: 3ebd3fc7df5f78896b58b2c4481b3299", "status": "passed", "attachments": [{"name": "response.headers", "source": "3e4a353f-067e-4e2c-be6a-faa18a9fa3b1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ddac0771-e595-4946-94d7-4195cd8feee5-attachment.json", "type": "application/json"}], "start": 1775259981534, "stop": 1775259981534}], "attachments": [{"name": "cURL", "source": "f267fb42-5798-47bf-aef8-0b826a6acb1a-attachment.txt", "type": "text/plain"}], "start": 1775259981533, "stop": 1775259981534}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/box/get-active-for-invoice", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3491264b-1bd1-4e82-aebf-835a421a4b7c-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "0af8fdb7-af18-42d3-951b-38394bd7db6e-attachment.json", "type": "application/json"}], "start": 1775259981558, "stop": 1775259981559}, {"name": "Response → 200, trace_id: dfb7f8db905286031f6bab0965303953", "status": "passed", "attachments": [{"name": "response.headers", "source": "06ddc088-1a24-418b-a5aa-30012138c1a9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4c3e9c9c-d302-4560-a0e8-7bc82f40d0ca-attachment.json", "type": "application/json"}], "start": 1775259981559, "stop": 1775259981559}], "attachments": [{"name": "cURL", "source": "818907ae-4b75-4092-adfc-b473d7eecdd0-attachment.txt", "type": "text/plain"}], "start": 1775259981558, "stop": 1775259981559}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/box/get-box-items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f0d41c1b-3002-4810-8960-dca381911eb9-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "690feee6-8b47-4e7c-bcd4-7933603a7151-attachment.json", "type": "application/json"}], "start": 1775259981591, "stop": 1775259981591}, {"name": "Response → 200, trace_id: 491168c4674f4d39f68984a7fd87ff28", "status": "passed", "attachments": [{"name": "response.headers", "source": "3aa5c008-e2f0-43fe-a4ea-cd50d196ef96-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "cab14b25-284f-44fc-8af8-fcda610354b0-attachment.json", "type": "application/json"}], "start": 1775259981591, "stop": 1775259981591}], "attachments": [{"name": "cURL", "source": "b2915331-0d65-4a34-acdb-1f5ec7ca027e-attachment.txt", "type": "text/plain"}], "start": 1775259981591, "stop": 1775259981592}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/cart/book-cart", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3cee89da-5b44-4a41-9653-ebafbeb45e44-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e8870fdc-0642-4a97-9354-b68331bc70e1-attachment.json", "type": "application/json"}], "start": 1775259981622, "stop": 1775259981622}, {"name": "Response → 200, trace_id: 8f5d42811d77a6a7120fc3ee1e60ece1", "status": "passed", "attachments": [{"name": "response.headers", "source": "529832b9-c626-4c27-ae1e-4574c45d32e2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3be31074-08ba-4d74-87a7-b7d3f9525a0b-attachment.json", "type": "application/json"}], "start": 1775259981622, "stop": 1775259981622}], "attachments": [{"name": "cURL", "source": "bc13b094-cb45-45e2-b1a2-e80a8e2b4043-attachment.txt", "type": "text/plain"}], "start": 1775259981622, "stop": 1775259981623}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/add-box-to-cart", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "81da8550-53ce-4d57-a1f4-34cd35b745b3-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "bf4984bb-6ea1-49a4-8585-fd48569ebe72-attachment.json", "type": "application/json"}], "start": 1775259981671, "stop": 1775259981672}, {"name": "Response → 200, trace_id: 62bba45a87a49ba92d1a0c68c40be7a4", "status": "passed", "attachments": [{"name": "response.headers", "source": "fe9195d5-adbf-4092-a3d6-4a1620e73006-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8f145d09-681f-4c05-a307-567a4f668ad5-attachment.json", "type": "application/json"}], "start": 1775259981672, "stop": 1775259981672}], "attachments": [{"name": "cURL", "source": "4dbfdb2a-9e83-441c-9dc3-13a306717dcb-attachment.txt", "type": "text/plain"}], "start": 1775259981671, "stop": 1775259981672}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/cart/move-cart-to-placing", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f39e634b-7be5-4714-97ba-8b18c2dd536b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ec978247-bc10-422d-9618-b6eb0ffbbc23-attachment.json", "type": "application/json"}], "start": 1775259981695, "stop": 1775259981695}, {"name": "Response → 200, trace_id: 2c5b2858c41e89ccfeb4d72a79b036b1", "status": "passed", "attachments": [{"name": "response.headers", "source": "13c00c6c-148a-485b-813d-f7b80731e199-attachment.json", "type": "application/json"}], "start": 1775259981695, "stop": 1775259981696}], "attachments": [{"name": "cURL", "source": "03791a7d-0a9c-4387-b49f-944d69e918a2-attachment.txt", "type": "text/plain"}], "start": 1775259981695, "stop": 1775259981696}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/box-delivered-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "32dd5202-c525-47df-96a4-9bdcc06adc3f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "87f89ff9-e668-4f20-86a9-d2d2fd235642-attachment.json", "type": "application/json"}], "start": 1775259981777, "stop": 1775259981778}, {"name": "Response → 200, trace_id: a7170c5efad4c99102f99eabd2db1ed3", "status": "passed", "attachments": [{"name": "response.headers", "source": "a729c662-accb-462e-8a4c-c8b1613349bb-attachment.json", "type": "application/json"}], "start": 1775259981778, "stop": 1775259981778}], "attachments": [{"name": "cURL", "source": "2f73c8c3-b68c-45f0-bf49-522c46fb9316-attachment.txt", "type": "text/plain"}], "start": 1775259981777, "stop": 1775259981778}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9da7682a-4ac5-49d0-9794-8785fd9a9808-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ce0651de-ddeb-4ec9-ab93-6bb8df9061c0-attachment.json", "type": "application/json"}], "start": 1775259981896, "stop": 1775259981897}, {"name": "Response → 200, trace_id: 0bae234495493969c2f823026bb1685c", "status": "passed", "attachments": [{"name": "response.headers", "source": "108aeddb-06f3-422a-bd36-bc2341998912-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c42e76b3-5553-4d36-8916-d9231fd53c42-attachment.json", "type": "application/json"}], "start": 1775259981897, "stop": 1775259981898}], "attachments": [{"name": "cURL", "source": "540dd3e3-5e29-4ba7-ba65-98867c064c86-attachment.txt", "type": "text/plain"}], "start": 1775259981896, "stop": 1775259981898}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "fa9dace9-4a59-4453-8eaf-d3743ad65032-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c16b973e-5291-44ac-b647-3f312248a232-attachment.json", "type": "application/json"}], "start": 1775259981902, "stop": 1775259981903}, {"name": "Response → 200, trace_id: ccccee5ac11dcfdde9498cc303be7c1d", "status": "passed", "attachments": [{"name": "response.headers", "source": "5010b7f7-2278-4e1c-bab5-9f2042202509-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "512049b3-8964-4c2f-ac53-c5766a5f4450-attachment.json", "type": "application/json"}], "start": 1775259981903, "stop": 1775259981904}], "attachments": [{"name": "cURL", "source": "87e62d5d-d74b-4d2b-bf5f-4c1c9fa727c6-attachment.txt", "type": "text/plain"}], "start": 1775259981902, "stop": 1775259981904}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1ad3e594-1c2a-4657-a4f5-c2f98e36348b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "77a25ff3-83e4-4101-accc-674cce21c65a-attachment.json", "type": "application/json"}], "start": 1775259981907, "stop": 1775259981910}, {"name": "Response → 200, trace_id: 5de43022a71ee42e68e636cc82ed1913", "status": "passed", "attachments": [{"name": "response.headers", "source": "33d15928-de54-430d-8437-049414eabddb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d3584987-b0f2-466a-9a21-bb4569851619-attachment.json", "type": "application/json"}], "start": 1775259981910, "stop": 1775259981911}], "attachments": [{"name": "cURL", "source": "a4b6ea9c-30ce-4dba-92a4-99f4ec5310b7-attachment.txt", "type": "text/plain"}], "start": 1775259981907, "stop": 1775259981912}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "97937ea6-466f-4c4e-8203-c27c1b8929ef-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2c6c6a0c-47e4-43b2-8197-094ac2b0f2ef-attachment.json", "type": "application/json"}], "start": 1775259981909, "stop": 1775259981911}, {"name": "Response → 200, trace_id: abad6bc9d1d5017fd123fec617508924", "status": "passed", "attachments": [{"name": "response.headers", "source": "ed3e18b8-a579-4dbd-a941-93f8db4b5f54-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "edf9c402-c063-4b47-ae1e-38d7423a65f9-attachment.json", "type": "application/json"}], "start": 1775259981911, "stop": 1775259981912}], "attachments": [{"name": "cURL", "source": "4366c009-03aa-4378-92e6-fce2e4eb23da-attachment.txt", "type": "text/plain"}], "start": 1775259981908, "stop": 1775259981914}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7cff026f-63db-4c3b-a096-f534168ba0f5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c23dabb5-d51b-4125-9786-d4bd1e9de27f-attachment.json", "type": "application/json"}], "start": 1775259981936, "stop": 1775259981936}, {"name": "Response → 200, trace_id: d3a91c127039d9cc41bdfcfd79be5b32", "status": "passed", "attachments": [{"name": "response.headers", "source": "7d1adc1f-e03d-4918-8640-3296f5e69daf-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3423f96f-2574-4f2d-8319-009c67e93cc6-attachment.json", "type": "application/json"}], "start": 1775259981936, "stop": 1775259981936}], "attachments": [{"name": "cURL", "source": "ad08aa18-584a-4717-aac6-e5a6edb817a1-attachment.txt", "type": "text/plain"}], "start": 1775259981936, "stop": 1775259981936}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5f3ef634-87da-44be-a2e4-77a301136c75-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "89f0cc12-9865-4eb1-b35a-4ae08db5796b-attachment.json", "type": "application/json"}], "start": 1775259982016, "stop": 1775259982017}, {"name": "Response → 200, trace_id: c23ee539747a0982c94ca6632012545c", "status": "passed", "attachments": [{"name": "response.headers", "source": "3b695766-d8ab-4f92-bc75-ea2b7cfe5ce6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "72197524-1e34-4013-bc9f-774d8d596b69-attachment.json", "type": "application/json"}], "start": 1775259982017, "stop": 1775259982017}], "attachments": [{"name": "cURL", "source": "82d7d2ea-d3ec-40c5-9605-341411a3b22c-attachment.txt", "type": "text/plain"}], "start": 1775259982016, "stop": 1775259982017}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "fe214a50-46df-4944-969c-44c9fce0f0a1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "69cc0a71-c888-44df-8e24-9a528ba849be-attachment.json", "type": "application/json"}], "start": 1775259982032, "stop": 1775259982033}, {"name": "Response → 200, trace_id: 6412971ba1133571e88d55c7190af9e1", "status": "passed", "attachments": [{"name": "response.headers", "source": "2ea97079-5f58-4f24-a0eb-188beada6d3d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8b2213af-675f-489e-a5e7-d6a5695f9416-attachment.json", "type": "application/json"}], "start": 1775259982033, "stop": 1775259982033}], "attachments": [{"name": "cURL", "source": "0355c3e9-e32b-4f31-8c1c-f5c5c438b4e1-attachment.txt", "type": "text/plain"}], "start": 1775259982032, "stop": 1775259982033}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b3b0d90f-c24d-4e41-a798-30ff5075180a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2c1915d1-6e4c-4b95-a596-ffef1293b4d6-attachment.json", "type": "application/json"}], "start": 1775259982047, "stop": 1775259982047}, {"name": "Response → 200, trace_id: 500d333f306a7f0fab144af16497abc5", "status": "passed", "attachments": [{"name": "response.headers", "source": "0104bed1-d639-4ddd-862f-0438daf0e77e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1b7b896c-76c3-4cdd-b47e-5d3925f540c3-attachment.json", "type": "application/json"}], "start": 1775259982047, "stop": 1775259982047}], "attachments": [{"name": "cURL", "source": "1149726b-fc91-4117-9647-8fa0f896e45a-attachment.txt", "type": "text/plain"}], "start": 1775259982047, "stop": 1775259982047}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8b9c6ffa-8f56-469f-9314-8ac5842080b1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d29d1ac0-34b6-42f7-9508-844282ec05ac-attachment.json", "type": "application/json"}], "start": 1775259982059, "stop": 1775259982061}, {"name": "Response → 200, trace_id: 2bfb8f0477f811c26ea6bb95eabada35", "status": "passed", "attachments": [{"name": "response.headers", "source": "81a88bc5-c74b-49ec-be83-83fda2d60474-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2be41ed0-b5bb-4cb5-a659-427f043b0ee5-attachment.json", "type": "application/json"}], "start": 1775259982061, "stop": 1775259982062}], "attachments": [{"name": "cURL", "source": "537bfd46-82c0-4eea-b6db-59130fe3e919-attachment.txt", "type": "text/plain"}], "start": 1775259982059, "stop": 1775259982062}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "dab69134-4719-479a-be0e-436bffd104c8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "98b96f1d-1f46-43fa-8e12-e6cd4ed79ea3-attachment.json", "type": "application/json"}], "start": 1775259982060, "stop": 1775259982061}, {"name": "Response → 200, trace_id: 3f499b7ff8215de953cab2d0745707e1", "status": "passed", "attachments": [{"name": "response.headers", "source": "79bd69ce-dbf0-4465-b1fc-2b75841ffe7f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "83a75b31-aeea-4d67-9b5e-760f1bd473cb-attachment.json", "type": "application/json"}], "start": 1775259982061, "stop": 1775259982062}], "attachments": [{"name": "cURL", "source": "f7d3ed75-ef59-48ad-8a6c-8279640e2605-attachment.txt", "type": "text/plain"}], "start": 1775259982060, "stop": 1775259982062}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "37d80934-b66d-4e5d-8b6a-220a3b8746f9-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "af88502b-cd8d-4d44-9208-117d95c10b25-attachment.json", "type": "application/json"}], "start": 1775259982141, "stop": 1775259982141}, {"name": "Response → 200, trace_id: 151fd0aac324105ffe493cc715bf3967", "status": "passed", "attachments": [{"name": "response.headers", "source": "81dd9dcb-33cb-4ab4-b098-b3ea001bd182-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f25f1f91-9218-4c0f-9a0b-9b9066815f04-attachment.json", "type": "application/json"}], "start": 1775259982141, "stop": 1775259982142}], "attachments": [{"name": "cURL", "source": "782d2753-78c0-4b99-aa1a-2395fad712fc-attachment.txt", "type": "text/plain"}], "start": 1775259982141, "stop": 1775259982142}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a1ec32f4-b5ba-4907-a7f0-f10f78fef727-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "68d6b517-4608-4a74-9003-2dd1c6b4cc17-attachment.json", "type": "application/json"}], "start": 1775259982156, "stop": 1775259982156}, {"name": "Response → 200, trace_id: e86283486ba3223c466634ddf2a59672", "status": "passed", "attachments": [{"name": "response.headers", "source": "780e1576-3aab-42aa-b1e6-9d3b6d003446-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8a3d95a3-2292-4a82-aabd-9d805a20af8d-attachment.json", "type": "application/json"}], "start": 1775259982156, "stop": 1775259982156}], "attachments": [{"name": "cURL", "source": "d23b6941-f084-4b69-9c79-603bcfac9d21-attachment.txt", "type": "text/plain"}], "start": 1775259982156, "stop": 1775259982156}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5390606e-a9da-47a0-98b5-b32fbce79666-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2b62ac0a-8b2d-4098-8f06-65d3ca8d2abe-attachment.json", "type": "application/json"}], "start": 1775259982158, "stop": 1775259982159}, {"name": "Response → 200, trace_id: 1179e7ae0ba535449d32e8ee73af78f6", "status": "passed", "attachments": [{"name": "response.headers", "source": "a02bec04-bbb6-4713-882a-d84a840dcf5b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "68ed74a6-0ff2-4173-8347-e0e6810ee640-attachment.json", "type": "application/json"}], "start": 1775259982159, "stop": 1775259982159}], "attachments": [{"name": "cURL", "source": "a9ddc9c3-c8e1-4edb-b9c6-0e665b9cd4a1-attachment.txt", "type": "text/plain"}], "start": 1775259982158, "stop": 1775259982159}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "19fae16e-3e05-43b8-bef6-963db31e4988-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "eb6bbdc4-b818-45fb-98d3-dc183c0e941c-attachment.json", "type": "application/json"}], "start": 1775259982194, "stop": 1775259982194}, {"name": "Response → 200, trace_id: 143d72368dea37c38e89443b8ec6ab6b", "status": "passed", "attachments": [{"name": "response.headers", "source": "f7e45061-3b5b-4cef-94d1-9f655887fdb7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "24b3fc89-76ed-4858-9129-be70edac22c4-attachment.json", "type": "application/json"}], "start": 1775259982194, "stop": 1775259982194}], "attachments": [{"name": "cURL", "source": "c947244d-dae8-4445-8318-00de20016bfe-attachment.txt", "type": "text/plain"}], "start": 1775259982194, "stop": 1775259982194}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c69ab756-5ec6-403e-99b4-ce8faf33256d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1488aebc-65f0-4d94-a4df-91cd21c745a3-attachment.json", "type": "application/json"}], "start": 1775259982228, "stop": 1775259982229}, {"name": "Response → 200, trace_id: 15c59fc220e20965744dca5892d4d13c", "status": "passed", "attachments": [{"name": "response.headers", "source": "081186ad-9519-4188-b6b5-af164c8959ef-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7291e93d-8839-4b43-86a9-f2656647cf82-attachment.json", "type": "application/json"}], "start": 1775259982229, "stop": 1775259982229}], "attachments": [{"name": "cURL", "source": "cbe10c5d-d487-4f82-b1ce-93ae09f1b583-attachment.txt", "type": "text/plain"}], "start": 1775259982228, "stop": 1775259982229}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3f3460c6-5dc5-41cf-800d-4e0b44a98aef-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "cf31c1a7-86f5-4299-9af2-753633cd7974-attachment.json", "type": "application/json"}], "start": 1775259982335, "stop": 1775259982336}, {"name": "Response → 200, trace_id: f0a7ac6db02291d28ba42f1181f2338d", "status": "passed", "attachments": [{"name": "response.headers", "source": "f0a4e4c2-3392-4af0-9cc7-34fcb1006b1e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6090ff37-c338-4c85-99e7-4ac0cab75ee7-attachment.json", "type": "application/json"}], "start": 1775259982336, "stop": 1775259982337}], "attachments": [{"name": "cURL", "source": "f67d62b0-fcf5-4a08-8a05-b8ebccb3e2e5-attachment.txt", "type": "text/plain"}], "start": 1775259982335, "stop": 1775259982337}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e806d248-9f35-41f5-bdb5-c6169eaaf19b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "7aa61fcb-d057-4db5-92f2-51382e1be6a5-attachment.json", "type": "application/json"}], "start": 1775259982336, "stop": 1775259982336}, {"name": "Response → 200, trace_id: 55b9eb0c0dd78ef5dfbcb43c555615a3", "status": "passed", "attachments": [{"name": "response.headers", "source": "768a0e0d-2ed6-4b04-911a-3e546de75ab0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "73c6ef60-98dd-40fc-9ffd-cad323923193-attachment.json", "type": "application/json"}], "start": 1775259982336, "stop": 1775259982337}], "attachments": [{"name": "cURL", "source": "d2c96738-dad3-4b57-82fc-2a7ce5f5c898-attachment.txt", "type": "text/plain"}], "start": 1775259982336, "stop": 1775259982338}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "bd91de60-e270-43d9-940b-7190d342e49a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c89fca37-238b-47f6-848f-c235de59fba6-attachment.json", "type": "application/json"}], "start": 1775259982344, "stop": 1775259982345}, {"name": "Response → 200, trace_id: 584a62de8d8bccdf81506b8764a665b9", "status": "passed", "attachments": [{"name": "response.headers", "source": "d491bc11-3098-4ff6-b5a1-bd3d2262069e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4cb41009-5fa3-4941-a2bb-d7f1ab110964-attachment.json", "type": "application/json"}], "start": 1775259982345, "stop": 1775259982345}], "attachments": [{"name": "cURL", "source": "664908eb-5fb1-4e2c-aae7-00d631c90bf2-attachment.txt", "type": "text/plain"}], "start": 1775259982344, "stop": 1775259982345}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f64771ab-0826-447b-af62-d82cba05f2ff-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8b4a10c1-e7f6-4c9f-851d-7de4fe706a1e-attachment.json", "type": "application/json"}], "start": 1775259982377, "stop": 1775259982377}, {"name": "Response → 200, trace_id: 84ae3e579e1e11572871fe6f1085ead2", "status": "passed", "attachments": [{"name": "response.headers", "source": "2d3803c9-349f-426e-a3ad-683d1bec3acf-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ec960afc-bad5-4000-8bde-7669e9a5564c-attachment.json", "type": "application/json"}], "start": 1775259982377, "stop": 1775259982377}], "attachments": [{"name": "cURL", "source": "4318dccc-dae6-4584-8379-e845cd5fbe69-attachment.txt", "type": "text/plain"}], "start": 1775259982377, "stop": 1775259982377}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/place-box-item-to-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "20928355-893e-49ec-af8c-889a03076f87-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0c6480c2-887f-47eb-87fa-39463f826aee-attachment.json", "type": "application/json"}], "start": 1775259982381, "stop": 1775259982381}, {"name": "Response → 200, trace_id: 03ec12fc79c393f65e89495a73cb7ce1", "status": "passed", "attachments": [{"name": "response.headers", "source": "77308622-d995-4de6-8025-68df545dbbd9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "bd83842a-b42a-47bc-9317-e99040bf8279-attachment.json", "type": "application/json"}], "start": 1775259982381, "stop": 1775259982381}], "attachments": [{"name": "cURL", "source": "94ec815d-5556-497c-8821-5528c18128fe-attachment.txt", "type": "text/plain"}], "start": 1775259982381, "stop": 1775259982381}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/finish-box-placement", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "154e5655-6393-4e02-b027-e08a11975370-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b87ebe74-eb85-41ab-b645-c3d232536203-attachment.json", "type": "application/json"}], "start": 1775259982463, "stop": 1775259982463}, {"name": "Response → 200, trace_id: 6a2ce835314b03ec31ec2727aabc1318", "status": "passed", "attachments": [{"name": "response.headers", "source": "8221b8dc-751b-4ee0-9775-4e079f5a8f1d-attachment.json", "type": "application/json"}], "start": 1775259982463, "stop": 1775259982463}], "attachments": [{"name": "cURL", "source": "7b010d9a-1acd-41da-b32d-2858bbe812ce-attachment.txt", "type": "text/plain"}], "start": 1775259982463, "stop": 1775259982463}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/cart/free-cart", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c93c7dbb-ebc0-4eb6-bebe-29beaf6c7e6d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8c6c00ed-b344-44fc-8f80-f756cebe365d-attachment.json", "type": "application/json"}], "start": 1775259982487, "stop": 1775259982487}, {"name": "Response → 200, trace_id: eb47c944fa344ac75a865a4cf8608510", "status": "passed", "attachments": [{"name": "response.headers", "source": "fcf43ce3-88d9-4bbc-ab11-83736f923efd-attachment.json", "type": "application/json"}], "start": 1775259982487, "stop": 1775259982487}], "attachments": [{"name": "cURL", "source": "ec0a0463-77ae-4009-80ff-c3b6e0bdf3d5-attachment.txt", "type": "text/plain"}], "start": 1775259982487, "stop": 1775259982487}, {"name": "Waiter function: wait_box_status", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "090bed58-4cff-4a2e-a457-7d89eaeeebb2-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "ebf2ce25-5ff5-4693-84ec-62723e13fc96-attachment.json", "type": "application/json"}], "start": 1775259982584, "stop": 1775259982584}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "ff47ad12-3499-454a-97c4-84d696d40364-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "758f2a5b-606d-4fe1-aaee-aa2e8df84497-attachment.json", "type": "application/json"}], "start": 1775259982584, "stop": 1775259982585}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "8868bbc5-6302-423a-a0a2-ef02499d112f-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "e35c23bb-ad26-4629-b57a-eafb2bd7a840-attachment.json", "type": "application/json"}], "start": 1775259982585, "stop": 1775259982585}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "82467d13-a872-4c25-8c81-2aa9a0470516-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "8e6036c6-68a2-416d-a35f-27a428b38e70-attachment.json", "type": "application/json"}], "start": 1775259982590, "stop": 1775259982590}], "start": 1775259982490, "stop": 1775259982590}, {"name": "Waiter function: wait_cart_status", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "07a52af8-a93b-4795-979c-b5f0c94ad7a7-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "b9f4eec0-7936-44e7-b3cd-454ad69c5e14-attachment.json", "type": "application/json"}], "start": 1775259982595, "stop": 1775259982595}], "start": 1775259982591, "stop": 1775259982595}, {"name": "Waiter function: wait_cell_status", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "e37d112f-26f6-4e8a-92a8-b16bf03662f2-attachment.txt", "type": "text/plain"}], "start": 1775259982605, "stop": 1775259982605}], "start": 1775259982595, "stop": 1775259982605}], "start": 1775259981449, "stop": 1775259982605}, {"name": "finalization", "status": "passed", "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "389bf589-c954-4f23-b986-8c8f74bf5db8-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a092f7de-48c6-4a65-ab4f-792fe9117d90-attachment.json", "type": "application/json"}], "start": 1775259982619, "stop": 1775259982619}], "start": 1775259982605, "stop": 1775259982619}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/flow/close-invoice-acceptance", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0df71143-d0dc-4007-99ca-f989ae843d96-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d832cc0f-4be4-497e-8677-58453ce8e92d-attachment.json", "type": "application/json"}], "start": 1775259982761, "stop": 1775259982762}, {"name": "Response → 200, trace_id: 9aec6018a7a71b92d2ed6dd1ce608758", "status": "passed", "attachments": [{"name": "response.headers", "source": "a2228941-1dc5-49c4-81ac-8151c4232706-attachment.json", "type": "application/json"}], "start": 1775259982762, "stop": 1775259982762}], "attachments": [{"name": "cURL", "source": "1fb4d9b8-5bb0-4f69-9de1-936b4528eef0-attachment.txt", "type": "text/plain"}], "start": 1775259982761, "stop": 1775259982762}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "c7b9205c-fd5f-4e02-8de4-5045a49848d4-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "6dd85ddc-8765-400c-9b19-557ec58cb990-attachment.json", "type": "application/json"}], "start": 1775259982778, "stop": 1775259982778}], "start": 1775259982764, "stop": 1775259982778}], "start": 1775259982605, "stop": 1775259982778}, {"name": "Waiter function: wait_invoice", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "0f316030-3f75-450b-8480-43527803677a-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "cbd5d187-80f6-4437-ad3c-869050c0537b-attachment.json", "type": "application/json"}], "start": 1775259982789, "stop": 1775259982789}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "e06dc035-8c53-45f8-8988-b38595b7190f-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "76891195-0682-41b3-b77d-1c08af3a9204-attachment.json", "type": "application/json"}], "start": 1775260023033, "stop": 1775260025085}], "start": 1775259982778, "stop": 1775260025248}, {"name": "Waiter function: get_accepted_invoice", "status": "broken", "statusDetails": {"message": "kafka.errors.NoBrokersAvailable: NoBrokersAvailable\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 279, in call\n    return attempt.get(self._wrap_exception)\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/inbound_check.py\", line 51, in get_accepted_invoice\n    msgs = KReader(\n           ^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/dm_qalib_kafka/kafka_reader.py\", line 35, in __init__\n    self._consumer = KafkaConsumer(\n                     ^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/kafka/consumer/group.py\", line 397, in __init__\n    self._client = self.config['kafka_client'](metrics=self._metrics, **self.config)\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/kafka/client_async.py\", line 262, in __init__\n    self.config['api_version'] = self.check_version()\n                                 ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/kafka/client_async.py\", line 1076, in check_version\n    raise Errors.NoBrokersAvailable()\n"}, "start": 1775260025317, "stop": 1775260033320}], "attachments": [{"name": "log", "source": "5b1b31b9-a0da-421f-8424-2c95b0784da9-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "wms_inbound_e2e", "value": "{'warehouse': WMSWarehouse(id=397299, first_mile_id=<DeliveryFirstMileId.Troitsk: 5>, ff_id='', hub_last_mile_id=0, providers=[WMSProvider(last_mile=<DeliveryLastMile.ALIEXPRESS_RUSSIA: 'ALIEXPRESS_RUSSIA'>, city_id=<DeliveryCityId.ALIEXPRESS_RUSSIA: 7>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_RUSSIA: 5>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_RUSSIA: 5>, first_mile_id=<DeliveryFirstMileId.Troitsk: 5>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_RUSSIA: 5>, order_source=<OrderSource.GLOBAL: 'GLOBAL'>, provider_name=<DeliveryLastMile.ALIEXPRESS_RUSSIA: 'ALIEXPRESS_RUSSIA'>)], name='Troitsk', description='PLT Троицк', use_datamatrix=True, user=WMSAccount(wms_id=100186, phone='1000100186', role_wms_id=23, zone_id=None, patronymic='autotest TR', last_name='Lancer', password='1234', first_name='Phantom', token='ade07ac5-3f73-44f7-a306-f86ab32b8bd4', refresh_token=''), storage_cell=<StorageCells.MA1_1_1_01: 'MA1-1-1-01'>, defected_cell=<DefectedCells.BR_02_06_9_77: 'BR-02-06-9-77'>, overage_cell=<OverageCells.IZ_2_27_00_1_01: 'IZ-2-27-00-1-01'>, 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_ZONE: 30>, email=None, phone=None), 'zone_id': 30, 'cell': <src.framework.wms.builders.db.cell.AvailableCell object at 0x7f80c21f1c10>, 'count_types': {'proper': True, 'defected': False, 'overage': False, 'zero': False}}"}, {"name": "params", "value": "{'sku_amount': 1, 'barcode_count': 5, 'quantity': 4}"}], "start": 1775259975985, "stop": 1775260034431, "uuid": "85660215-afab-4e61-b874-7f71a3606032", "historyId": "50f99333d544df3c98b64510c7a3b352", "testCaseId": "8492d9fb49209f19f0fcdca811418779", "fullName": "tests.wms.test_e2e_inbound.test_inbound.TestE2EInbound#test_e2e_inbound", "labels": [{"name": "feature", "value": "WMS e2e inbound"}, {"name": "tag", "value": "wms-end-to-end-inbound"}, {"name": "parentSuite", "value": "tests.wms.test_e2e_inbound"}, {"name": "suite", "value": "test_inbound"}, {"name": "subSuite", "value": "TestE2EInbound"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-7-hkfesm62"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.wms.test_e2e_inbound.test_inbound"}], "titlePath": ["tests", "wms", "test_e2e_inbound", "test_inbound.py", "TestE2EInbound"]}