{"name": "test_e2e_inbound_uzbekistan_yandex_with_created_stock_no_kafka", "status": "failed", "statusDetails": {"message": "AssertionError: 410000015683 not found\nassert None is not None", "trace": "self = <tests.wms.test_e2e_inbound.test_inbound.TestE2EInbound object at 0x723dd2a414d0>\necom_invoice_in_wms = FFInvoiceDTO(invoice=<src.framework.fulfillment.builders.supply.invoice.InvoiceBuilder object at 0x723dd1d1d090>)\n\n    def test_e2e_inbound_uzbekistan_yandex_with_created_stock_no_kafka(self, ecom_invoice_in_wms):\n        # wms_items = []\n        # stock_ff = (\n        #     FFSupplyBuilder()\n        #     .set_random_user()\n        #     .set_user_auth()\n        #     .create_items(\n        #         from_batch=True,\n        #         sku_amount=params[\"sku_amount\"],\n        #         barcode_count=params[\"barcode_count\"],\n        #         quantity=params[\"quantity\"],\n        #         update_stock=True,\n        #     )\n        #     .invoice_data\n        # )\n    \n        # for item_sku in stock_ff.sku_items:\n        #     item = WMSItemQty(\n        #         sku=item_sku.internal_sku_id,\n        #         qty=item_sku.quantity,\n        #         barcode=item_sku.barcode,\n        #         external_sku_id=item_sku.external_sku_id,\n        #     )\n        #     wms_items.append(item)\n    \n        # invoice = WMSInvoiceBuilder(\n        #     invoice_prefix=wms_inbound_e2e[\"invoice_prefix\"],\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    \n        warehouse = WMSWarehouses.get_warehouse_by_id(ecom_invoice_in_wms.invoice.warehouse_id)\n    \n        # count_types = {\n        #                 \"proper\": True,\n        #                 \"defected\": False,\n        #                 \"overage\": False,\n        #                 \"zero\": False,\n        #             }\n    \n        proper_cell = new_free_cell(\n            zone_id=warehouse.qa_zone.value,\n            cell_prefix=INBOUND_PLACEMENT_CELL_PREFIX,\n            cell_picking_type=AvailabilityCellPickingType.PICKUP,\n        )\n    \n        with allure.step(\"clear tasks\"):\n            invoice = (\n                WMSInvoiceBuilder(\n                    invoice_id=ecom_invoice_in_wms.invoice.invoice_number,\n                    # invoice_prefix=\"YA41\",\n                    warehouse=warehouse,\n                    proper_cell=proper_cell.key,\n                    # ).set_user_auth(warehouse.user.token)\n                )\n                .set_user()\n                .login_or_refresh()\n            )\n            # invoice.set_count_types(**count_types)\n            # invoice.update_invoice()\n            # invoice.update_items()\n            # invoice.update_pallets()\n    \n        with allure.step(\"clear tasks\"):\n            AcceptanceQueries().clear_worker_tasks(worker_id=invoice.user.wms_id)\n    \n        invoice.full_acceptance()\n    \n        # invoice.supply.list_generate_from_items_qty(items_qty=wms_items)\n        # invoice.set_count_types(**wms_inbound_e2e[\"count_types\"]).full_acceptance()\n        # invoice_items = invoice.get_accepted_invoice_items()\n        # for item in invoice_items.content:\n        #     if item.reason != WMSAcceptanceReason.NEW:\n        #         continue\n        #     wait_stock_service_expected_quantity(\n        #         internal_sku_id=item.sku.id,\n        #         expected_qty_active=item.amount * params[\"barcode_count\"] + params[\"quantity\"],\n        #     )\n>       check_wms_be_accepted_invoice(invoice)\n\ntests/wms/test_e2e_inbound/test_inbound.py:201: \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:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ninvoice_number = '410000015683'\n\n    @retry_on_assertion(stop_max_attempt_number=10, wait_fixed=3000)\n    def get_accepted_invoice(invoice_number):\n        msgs = KReader(\n            KafkaTopics.dm_wms_be_accepted_invoice,\n            value_deserializer=dataclass_json_deserializer_factory(Acceptance),\n        ).get_values(max_records=50)\n        invoice_msg = None\n        for msg in msgs:\n            if msg.invoice_number == invoice_number and msg.status == \"ACCEPT_FINISH\":\n                invoice_msg = msg\n                break\n>       assert invoice_msg is not None, f\"{invoice_number} not found\"\nE       AssertionError: 410000015683 not found\nE       assert None is not None\n\nsrc/framework/wms/validation/inbound_check.py:60: AssertionError"}, "steps": [{"name": "AvailableCell add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "a03706a1-1d55-43b8-be21-32cc0ef2f464-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "0acb84f4-a4b8-4791-9415-5a3ae013cd79-attachment.json", "type": "application/json"}], "start": 1775403456061, "stop": 1775403456061}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "dee4e4c2-4ca1-405e-ad12-ac4373e9e6b3-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "bb171de4-2f70-4cc6-9a85-4f7576d61217-attachment.json", "type": "application/json"}], "start": 1775403456062, "stop": 1775403456062}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "979273f6-3c6f-49e1-a35f-383a20777b2d-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a17b803d-ca39-4246-982a-c089bbcd4632-attachment.json", "type": "application/json"}], "start": 1775403456063, "stop": 1775403456063}, {"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "b04a98f4-c013-4f69-b739-f914e85d8547-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "32a64f48-5deb-4e63-8a5b-02fc1cc952ff-attachment.json", "type": "application/json"}], "start": 1775403456065, "stop": 1775403456065}], "start": 1775403456050, "stop": 1775403456068}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "805b9ee0-b642-4d7d-a5e0-74a0b49679d0-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "4b4d83a2-9f87-4f78-ba2d-94688627e5c3-attachment.json", "type": "application/json"}], "start": 1775403456151, "stop": 1775403456151}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "2ec1dee5-94b2-465e-83e2-8fdb9dbd1edd-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "b343bd56-da38-412b-8dba-24a4c9f3c050-attachment.json", "type": "application/json"}], "start": 1775403456152, "stop": 1775403456152}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "eb24866d-72fc-4e77-86a1-a3b585d12dd4-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "4077be9e-02ae-4b62-b315-ebab467cdcab-attachment.json", "type": "application/json"}], "start": 1775403456153, "stop": 1775403456153}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "b969f125-2f70-4cfe-b9d3-48d07827ac89-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "17b9324e-917c-4b2a-b132-496e8d835bb7-attachment.json", "type": "application/json"}], "start": 1775403456164, "stop": 1775403456164}, {"name": "Waiter function: login_or_refresh", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "02696395-a55d-41db-94f8-cf769f57d553-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d81d117a-2005-4b26-96eb-1783fb44ebad-attachment.json", "type": "application/json"}], "start": 1775403456201, "stop": 1775403456201}, {"name": "Response → 200, trace_id: 1681ffd27be46255b9ce159ba03badb3", "status": "passed", "attachments": [{"name": "response.headers", "source": "6fbc7972-a10c-47cf-bba4-b322cd20f735-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ce6d038a-c0d3-4e2c-aa4a-0d499b83af56-attachment.json", "type": "application/json"}], "start": 1775403456201, "stop": 1775403456202}], "attachments": [{"name": "cURL", "source": "22e28688-0012-424b-bc50-057e56f75fcb-attachment.txt", "type": "text/plain"}], "start": 1775403456201, "stop": 1775403456202}], "start": 1775403456165, "stop": 1775403456205}], "start": 1775403456068, "stop": 1775403456205}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "c5d9e1cf-e459-4fc0-8170-945a69c5d874-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "f398bf4c-dcc1-4c4b-8897-aa6746fbd559-attachment.json", "type": "application/json"}], "start": 1775403456217, "stop": 1775403456217}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "67002d2e-94d9-4b5d-a839-3918365ec8f0-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "06655a93-e1a4-452e-bf8c-451df443286b-attachment.json", "type": "application/json"}], "start": 1775403456217, "stop": 1775403456218}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "aa568ce6-a484-494e-9862-9598ff197a57-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "b807d6aa-b3c3-4fd4-be0d-1b73d2e2863a-attachment.json", "type": "application/json"}], "start": 1775403456218, "stop": 1775403456218}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "8dd573e9-4084-483c-92b3-9a41b4d5d79d-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "34f579bc-f6af-43f0-8cf3-b25ca111a9fa-attachment.json", "type": "application/json"}], "start": 1775403456561, "stop": 1775403456561}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "072471f9-2315-44ee-bbbd-f07fa8a1fa1f-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "6f6696a1-e96b-42c6-99dc-f54e15871d16-attachment.json", "type": "application/json"}], "start": 1775403456563, "stop": 1775403456564}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "b8ffb916-900a-4d83-b8f8-4942fb0fb885-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "f6554da5-1f03-40a3-ab33-6a795487b533-attachment.json", "type": "application/json"}], "start": 1775403456565, "stop": 1775403456565}], "start": 1775403456205, "stop": 1775403456566}, {"name": "invoice creation", "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": "92e3bc38-0cc4-40c1-8ef3-2904ed86aa73-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "7496dcb4-5a71-49fe-b92d-9c108be8eeec-attachment.json", "type": "application/json"}], "start": 1775403456736, "stop": 1775403456736}], "start": 1775403456569, "stop": 1775403456736}, {"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": "f8af65c0-0f1e-4641-aa47-3c5ab2c8f85a-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "4e7104f9-a990-4c3c-b73d-d8bd57379883-attachment.json", "type": "application/json"}], "start": 1775403456750, "stop": 1775403456750}], "start": 1775403456736, "stop": 1775403456750}, {"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": "e439a63f-307f-45a4-9456-fb50911fee5b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "8d26c112-f3d9-4636-b1f0-83eb4c5cb612-attachment.json", "type": "application/json"}], "start": 1775403456827, "stop": 1775403456827}, {"name": "Response → 200, trace_id: f376fab08e4b52de9eb318c8ac1871db", "status": "passed", "attachments": [{"name": "response.headers", "source": "bf1d3121-575d-49aa-9c52-9f45e43287e6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e77b0dc8-ee67-47b6-986c-7609248eae3c-attachment.json", "type": "application/json"}], "start": 1775403456827, "stop": 1775403456827}], "attachments": [{"name": "cURL", "source": "51006760-7342-4bbc-a9af-d5c7f4a26789-attachment.txt", "type": "text/plain"}], "start": 1775403456827, "stop": 1775403456827}, {"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": "acaf1a49-1f31-4636-b858-046c2d9b58d9-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "f5af51eb-9c4a-46a4-84d1-e605d2c51f72-attachment.json", "type": "application/json"}], "start": 1775403456851, "stop": 1775403456851}, {"name": "Response → 200, trace_id: fe68ccc7904ccf5242e70a6458736f4a", "status": "passed", "attachments": [{"name": "response.headers", "source": "4f3415df-921b-40c0-bf1c-49aa2ca0210e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e99eeefc-35ba-47d8-bd53-5119d0300ebe-attachment.json", "type": "application/json"}], "start": 1775403456851, "stop": 1775403456851}], "attachments": [{"name": "cURL", "source": "7a1881b1-8938-4ec1-aa88-75bd80173ec7-attachment.txt", "type": "text/plain"}], "start": 1775403456851, "stop": 1775403456851}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/arrival-invoice?invoiceBarcode=YA41000000200016068", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7e404aad-0764-4dc5-948d-b7c634b80793-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "70e25811-2bd3-46c7-8272-278352b9da85-attachment.json", "type": "application/json"}], "start": 1775403456940, "stop": 1775403456940}, {"name": "Response → 200, trace_id: 6f434851c5703ca86ea593f368819381", "status": "passed", "attachments": [{"name": "response.headers", "source": "c7013dd5-2dfd-44bc-ba2d-29413f429e72-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "46f720be-9a7c-4a73-92b6-eed341999bf6-attachment.json", "type": "application/json"}], "start": 1775403456940, "stop": 1775403456940}], "attachments": [{"name": "cURL", "source": "c67a64c8-54f6-4d00-9178-4920a3853e01-attachment.txt", "type": "text/plain"}], "start": 1775403456940, "stop": 1775403456941}, {"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": "b22ed5b1-8877-4c2c-8e74-0db6f76abbe8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "242ef65e-869c-4f83-b8a5-20818e2a4bd4-attachment.json", "type": "application/json"}], "start": 1775403456995, "stop": 1775403456995}, {"name": "Response → 200, trace_id: 9fb0ecde7d8d8a7a7e300a172f12bcd2", "status": "passed", "attachments": [{"name": "response.headers", "source": "16244c6b-97ce-431e-b921-87232094ef05-attachment.json", "type": "application/json"}], "start": 1775403456995, "stop": 1775403456995}], "attachments": [{"name": "cURL", "source": "787922e6-4798-4625-b585-39cdb50d0184-attachment.txt", "type": "text/plain"}], "start": 1775403456994, "stop": 1775403456995}, {"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": "679c2712-74f4-41fd-963b-6340aa15e27a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "31eebbb7-a520-4138-95bf-967e685c86c1-attachment.json", "type": "application/json"}], "start": 1775403457060, "stop": 1775403457061}, {"name": "Response → 200, trace_id: d1ee95bed287b5a56572026ef3b0f80d", "status": "passed", "attachments": [{"name": "response.headers", "source": "5857367c-ad2c-4542-8a9f-fe1e1b20f611-attachment.json", "type": "application/json"}], "start": 1775403457061, "stop": 1775403457061}], "attachments": [{"name": "cURL", "source": "52c0cba0-b068-43f7-b61b-ccada5ba3303-attachment.txt", "type": "text/plain"}], "start": 1775403457060, "stop": 1775403457061}, {"name": "PUT → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/update-pallet-weight?palletId=12573539&weight=2346", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "92f0bb02-305a-4405-86b9-9a4532ca9f51-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "39d1578b-7794-42ff-b755-5b78187a18e2-attachment.json", "type": "application/json"}], "start": 1775403457113, "stop": 1775403457113}, {"name": "Response → 200, trace_id: d03387e8d6e8fc1c05975fcfe1d507f9", "status": "passed", "attachments": [{"name": "response.headers", "source": "56455ef2-0fbc-49af-9e5a-87fde497a01f-attachment.json", "type": "application/json"}], "start": 1775403457113, "stop": 1775403457113}], "attachments": [{"name": "cURL", "source": "a8d4fa4e-cdf8-4a33-b174-1c1f5cb7e9c2-attachment.txt", "type": "text/plain"}], "start": 1775403457113, "stop": 1775403457113}, {"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": "aaad513d-42d4-4d16-b829-bc61db4568d8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "753de851-a983-42e7-8298-69d01b8fd9e2-attachment.json", "type": "application/json"}], "start": 1775403457143, "stop": 1775403457143}, {"name": "Response → 200, trace_id: c5e0046f6366a8bfd7a17ad73b6e7b30", "status": "passed", "attachments": [{"name": "response.headers", "source": "8c08face-da4f-444b-8d77-d42a5cc82c2d-attachment.json", "type": "application/json"}], "start": 1775403457143, "stop": 1775403457143}], "attachments": [{"name": "cURL", "source": "cf71da12-9f49-47cd-8c3e-959f8e4e4911-attachment.txt", "type": "text/plain"}], "start": 1775403457142, "stop": 1775403457143}, {"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": "a4658156-ab9b-4b1f-870e-67b54534d443-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "c206d344-4155-4a0e-a2cb-4a122ccfe95b-attachment.json", "type": "application/json"}], "start": 1775403457216, "stop": 1775403457216}, {"name": "Response → 200, trace_id: 0949943417b1cc392410bdca1aaed51c", "status": "passed", "attachments": [{"name": "response.headers", "source": "de25b755-1baf-41b3-b78f-769794ee5005-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3b5fc900-cad7-4711-b5b3-2b38a9545f81-attachment.json", "type": "application/json"}], "start": 1775403457216, "stop": 1775403457216}], "attachments": [{"name": "cURL", "source": "fcc28d32-962c-445e-b75e-afd00ef9f876-attachment.txt", "type": "text/plain"}], "start": 1775403457215, "stop": 1775403457216}, {"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": "0f8ffe26-4183-4a00-a229-e84d930d8c03-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7258d2a5-f444-48f5-8f74-26d4fe60d030-attachment.json", "type": "application/json"}], "start": 1775403457238, "stop": 1775403457238}, {"name": "Response → 200, trace_id: 4d2cdb69c7273f30b306e37110c5737e", "status": "passed", "attachments": [{"name": "response.headers", "source": "02c75df2-d3a7-4fb9-ba9f-c680d598a9fd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "76dd2135-c496-40d4-8b62-dee3d403992f-attachment.json", "type": "application/json"}], "start": 1775403457238, "stop": 1775403457238}], "attachments": [{"name": "cURL", "source": "aa35a605-5a1c-4f99-8d10-26f370e1326b-attachment.txt", "type": "text/plain"}], "start": 1775403457238, "stop": 1775403457238}, {"name": "Waiter function: wait_pallet", "status": "passed", "start": 1775403457241, "stop": 1775403457244}], "start": 1775403456566, "stop": 1775403457244}, {"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": "b24ba814-acfa-4ae9-9c7e-2750c686adc4-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "6f4c4110-d40f-47f2-9756-d130c58f07f1-attachment.json", "type": "application/json"}], "start": 1775403457249, "stop": 1775403457250}], "start": 1775403457245, "stop": 1775403457250}, {"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": "4263ced1-4eac-4b88-9721-14c2f22379eb-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "372539f4-1ff9-465f-9d53-009a251a3af5-attachment.json", "type": "application/json"}], "start": 1775403457321, "stop": 1775403457321}, {"name": "Response → 200, trace_id: b4f7dbc65af1ca96f87940121b81d1f5", "status": "passed", "attachments": [{"name": "response.headers", "source": "b78f55e6-8d55-4c15-9d81-1803ce0d8ecf-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "49a6862a-dc21-4ea2-8ab9-05400ca51b2e-attachment.json", "type": "application/json"}], "start": 1775403457321, "stop": 1775403457321}], "attachments": [{"name": "cURL", "source": "d556dffb-df95-42e9-ab81-07112ff1e992-attachment.txt", "type": "text/plain"}], "start": 1775403457321, "stop": 1775403457321}, {"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": "00ece396-bb86-4793-9646-1ec264f42202-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "a4ca168e-d869-4d0e-afd2-bf866a128778-attachment.json", "type": "application/json"}], "start": 1775403457344, "stop": 1775403457344}, {"name": "Response → 200, trace_id: c698f00d06db1160a1792dac39fec6e1", "status": "passed", "attachments": [{"name": "response.headers", "source": "e4308502-acc7-4f5f-b4a1-9baac9daf297-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2eec331a-2cd2-4571-9619-a9f4ed8b939f-attachment.json", "type": "application/json"}], "start": 1775403457344, "stop": 1775403457345}], "attachments": [{"name": "cURL", "source": "32f0f40d-5871-443a-aeee-b35469edf678-attachment.txt", "type": "text/plain"}], "start": 1775403457344, "stop": 1775403457345}, {"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": "28da7186-648f-4a97-beda-e48ce81c924d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a96fad02-59eb-41fd-9b7b-3bc55288f233-attachment.json", "type": "application/json"}], "start": 1775403457452, "stop": 1775403457452}, {"name": "Response → 200, trace_id: 5729f4b6aec048c96ed45ff5fdabab58", "status": "passed", "attachments": [{"name": "response.headers", "source": "a54b6805-6173-4b72-9f36-7b4091f8a56a-attachment.json", "type": "application/json"}], "start": 1775403457453, "stop": 1775403457453}], "attachments": [{"name": "cURL", "source": "0f81d6ba-d8d9-4b08-8fae-7c8ed124d2ca-attachment.txt", "type": "text/plain"}], "start": 1775403457452, "stop": 1775403457453}, {"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": "3d8a0752-4234-44f1-8392-6ce0491f2c51-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "888d94db-9d6a-4c5f-85e2-f8630db8b769-attachment.json", "type": "application/json"}], "start": 1775403457460, "stop": 1775403457460}], "start": 1775403457455, "stop": 1775403457460}], "start": 1775403457244, "stop": 1775403457460}, {"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": "fc1cc149-d3d7-41dd-862a-bef61a087085-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "ab44a3b6-5018-4c57-b170-735e13ac11f4-attachment.json", "type": "application/json"}], "start": 1775403457471, "stop": 1775403457471}], "start": 1775403457460, "stop": 1775403457471}, {"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": "082827f1-8f60-437a-b297-e6bf30f2ab84-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "d9d51d2f-a98c-47a1-ad4d-186353c7d0b4-attachment.json", "type": "application/json"}], "start": 1775403457545, "stop": 1775403457545}, {"name": "Response → 200, trace_id: 7eb2a782b337ead8c030b29ad0fa3b97", "status": "passed", "attachments": [{"name": "response.headers", "source": "f79b3a0a-24a4-446e-a214-f53f35ad38dd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b727be7f-d69d-4403-b153-52a4a45c6bd9-attachment.json", "type": "application/json"}], "start": 1775403457546, "stop": 1775403457546}], "attachments": [{"name": "cURL", "source": "2911cd3f-b6f7-4e03-b925-0f344c2f0b12-attachment.txt", "type": "text/plain"}], "start": 1775403457545, "stop": 1775403457546}, {"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": "1fbd1418-660b-4c44-803f-b2c952acec3d-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b7c72eb4-2c64-4641-ad40-509cece59230-attachment.json", "type": "application/json"}], "start": 1775403457569, "stop": 1775403457569}, {"name": "Response → 200, trace_id: 57203c2b67efe6900e5e8269253d682c", "status": "passed", "attachments": [{"name": "response.headers", "source": "2399b64a-8aa3-4723-94af-fc4ecd597d84-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c4bf99fd-e420-47a9-8896-8571086dc7ae-attachment.json", "type": "application/json"}], "start": 1775403457569, "stop": 1775403457569}], "attachments": [{"name": "cURL", "source": "a3828825-8e92-48f5-aaf3-22ea26586c0f-attachment.txt", "type": "text/plain"}], "start": 1775403457569, "stop": 1775403457569}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015683/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "fae7001e-74a7-4480-93eb-9c60b4ff20c4-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e9ba2752-dcc0-4e53-ab02-2052faf10785-attachment.json", "type": "application/json"}], "start": 1775403457609, "stop": 1775403457609}, {"name": "Response → 200, trace_id: a71c82494e115d0ffcdede1f0fe2c5d2", "status": "passed", "attachments": [{"name": "response.headers", "source": "df298ad2-d851-40da-a4d5-0596872b32ae-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "12c26023-b50d-4901-b23c-da5227bb932e-attachment.json", "type": "application/json"}], "start": 1775403457609, "stop": 1775403457609}], "attachments": [{"name": "cURL", "source": "ea0acfd7-bd8e-467f-8c33-c8ab36274cfe-attachment.txt", "type": "text/plain"}], "start": 1775403457609, "stop": 1775403457609}, {"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": "6b426ece-3cb2-4b95-888c-904aa8468835-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1501c35c-c5f8-42b9-9446-a662c0a439f6-attachment.json", "type": "application/json"}], "start": 1775403457643, "stop": 1775403457643}, {"name": "Response → 200, trace_id: 32263ec0f5a5b664bad459731b415b3f", "status": "passed", "attachments": [{"name": "response.headers", "source": "dbccdac7-54eb-4cec-9eba-7f6fcb97f0d5-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2533eba1-9604-48ff-bd8c-c7baec542c01-attachment.txt", "type": "text/plain"}], "start": 1775403457643, "stop": 1775403457643}], "attachments": [{"name": "cURL", "source": "fe597977-4e32-45cc-8640-7e0bc6d8454b-attachment.txt", "type": "text/plain"}], "start": 1775403457643, "stop": 1775403457643}, {"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": "93cfb4c1-6bb2-4af1-9ed0-fb2d351340eb-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a8f8f8e7-8b2c-4e12-ad48-23c2b3d9235b-attachment.json", "type": "application/json"}], "start": 1775403457686, "stop": 1775403457687}, {"name": "Response → 200, trace_id: 03c4c0b7a891bafe1cf18ddb09d47403", "status": "passed", "attachments": [{"name": "response.headers", "source": "fa1fed16-2190-4210-ab0f-a2318f46e4f7-attachment.json", "type": "application/json"}], "start": 1775403457687, "stop": 1775403457687}], "attachments": [{"name": "cURL", "source": "349d17cb-56bf-4924-acb9-ad5423a8067c-attachment.txt", "type": "text/plain"}], "start": 1775403457686, "stop": 1775403457687}, {"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": "96b8b802-809a-4df1-88ed-e465d3f6dc2a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "92315a44-e8c9-46c0-959d-57d935ec61a3-attachment.json", "type": "application/json"}], "start": 1775403457753, "stop": 1775403457753}, {"name": "Response → 200, trace_id: 0315c019fce6dd863223689bfa28e03f", "status": "passed", "attachments": [{"name": "response.headers", "source": "7c4db4a6-99b3-47bb-b953-ed02235b7afc-attachment.json", "type": "application/json"}], "start": 1775403457753, "stop": 1775403457753}], "attachments": [{"name": "cURL", "source": "ecc857d4-cdf9-4092-8fe6-9f9dde0fd110-attachment.txt", "type": "text/plain"}], "start": 1775403457753, "stop": 1775403457753}, {"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": "4e1dafbb-14c1-46b5-9a69-5fe3e303a14d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "909a35a0-da2c-4055-947c-c1a2a2ceaba7-attachment.json", "type": "application/json"}], "start": 1775403457815, "stop": 1775403457815}, {"name": "Response → 200, trace_id: 887581ba6a7f0abe370e2bb79be0adc4", "status": "passed", "attachments": [{"name": "response.headers", "source": "39b4cea2-e107-464f-bc06-50e2f8f1a70c-attachment.json", "type": "application/json"}], "start": 1775403457815, "stop": 1775403457815}], "attachments": [{"name": "cURL", "source": "0a19b74d-a439-44ed-af1f-5b7547cfe3e2-attachment.txt", "type": "text/plain"}], "start": 1775403457815, "stop": 1775403457815}, {"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": "078a8c1d-c662-4d81-b1ba-5f42210be26a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e7c3be28-ac07-47ac-9b57-dcc4af3e7c04-attachment.json", "type": "application/json"}], "start": 1775403457875, "stop": 1775403457875}, {"name": "Response → 200, trace_id: 2a967e8d95a1216a7a6aa4df379cb729", "status": "passed", "attachments": [{"name": "response.headers", "source": "14b9719c-c22d-456e-b965-c735ac768231-attachment.json", "type": "application/json"}], "start": 1775403457875, "stop": 1775403457876}], "attachments": [{"name": "cURL", "source": "cb546b9b-18b9-4d9f-8763-d77736e5b7ba-attachment.txt", "type": "text/plain"}], "start": 1775403457875, "stop": 1775403457876}, {"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": "229ac269-045a-43ad-b75e-1e9be5e512fe-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2b49f72e-baf9-4720-89bd-cde441eaa312-attachment.json", "type": "application/json"}], "start": 1775403457936, "stop": 1775403457936}, {"name": "Response → 200, trace_id: 16f31ac6eec2f39ce0d2bba895efefad", "status": "passed", "attachments": [{"name": "response.headers", "source": "ea31fc59-c1e8-42d3-bc81-04e03bd81d0f-attachment.json", "type": "application/json"}], "start": 1775403457937, "stop": 1775403457937}], "attachments": [{"name": "cURL", "source": "85e640d7-77c6-4008-905e-15a343b5ca64-attachment.txt", "type": "text/plain"}], "start": 1775403457936, "stop": 1775403457937}, {"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": "8a7b3eb2-0fb5-4e00-8a63-79eb173ea9a1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "7a249964-08fb-401e-a447-7ef91cc62d90-attachment.json", "type": "application/json"}], "start": 1775403457997, "stop": 1775403457997}, {"name": "Response → 200, trace_id: a8588dd578b0c2f586c069364c56a222", "status": "passed", "attachments": [{"name": "response.headers", "source": "707eaf1a-b937-44ce-ba5b-f092f8e1aaee-attachment.json", "type": "application/json"}], "start": 1775403457997, "stop": 1775403457997}], "attachments": [{"name": "cURL", "source": "c2e4b1e0-fa01-4891-869d-c185a2b3d3b5-attachment.txt", "type": "text/plain"}], "start": 1775403457997, "stop": 1775403457997}, {"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": "0a9a6053-1275-4838-ba9b-300dc725351d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "995e9e15-6620-45f4-8a91-852a983a8134-attachment.json", "type": "application/json"}], "start": 1775403458059, "stop": 1775403458060}, {"name": "Response → 200, trace_id: 13072f0e8c03c51316d06f4ea0689278", "status": "passed", "attachments": [{"name": "response.headers", "source": "4aa213b7-aa0d-492a-bef7-d379058e8599-attachment.json", "type": "application/json"}], "start": 1775403458060, "stop": 1775403458060}], "attachments": [{"name": "cURL", "source": "51a50a82-77ac-4bf0-847b-d93790230563-attachment.txt", "type": "text/plain"}], "start": 1775403458059, "stop": 1775403458060}, {"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": "0f4de2a5-9c9f-41b1-95a4-1b66405cf40c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "582960c0-40b9-4035-becc-051a18e7540e-attachment.json", "type": "application/json"}], "start": 1775403458123, "stop": 1775403458124}, {"name": "Response → 200, trace_id: e6a1b7cb44d5b4dfa98bde02218d2c86", "status": "passed", "attachments": [{"name": "response.headers", "source": "ba2dca19-6dee-4f8b-aa60-6b199a315355-attachment.json", "type": "application/json"}], "start": 1775403458124, "stop": 1775403458124}], "attachments": [{"name": "cURL", "source": "36d70600-ef14-48fc-af87-21316c26b879-attachment.txt", "type": "text/plain"}], "start": 1775403458123, "stop": 1775403458124}, {"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": "b0b7bd2f-deb9-45e3-ba8a-430caa8f3155-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "60f1c7b1-24e9-4f39-8e60-302333e55b1c-attachment.json", "type": "application/json"}], "start": 1775403458184, "stop": 1775403458184}, {"name": "Response → 200, trace_id: 45c3bda332bb2778e720ac8e63f213fd", "status": "passed", "attachments": [{"name": "response.headers", "source": "459c5c3f-0fe6-49d1-8a78-7fb4c3b99038-attachment.json", "type": "application/json"}], "start": 1775403458184, "stop": 1775403458184}], "attachments": [{"name": "cURL", "source": "2ab0d14e-f240-43f4-8b0e-4e9e28176c68-attachment.txt", "type": "text/plain"}], "start": 1775403458184, "stop": 1775403458184}, {"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": "c58d69fa-d18d-4192-9110-6223f56e05f7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "56929c2f-a010-4ed8-b505-5ff55d888e8d-attachment.json", "type": "application/json"}], "start": 1775403458214, "stop": 1775403458215}, {"name": "Response → 200, trace_id: 8ed66bc0bb8355beb4d0522a01104839", "status": "passed", "attachments": [{"name": "response.headers", "source": "dd2ef6d5-b3da-4d6c-9a2b-391875ff6ca7-attachment.json", "type": "application/json"}], "start": 1775403458215, "stop": 1775403458215}], "attachments": [{"name": "cURL", "source": "5e3f589c-8e55-49f6-8e19-30373a93d0cb-attachment.txt", "type": "text/plain"}], "start": 1775403458214, "stop": 1775403458215}, {"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": "0e135400-f011-4ba3-bd6a-3807dcd644d5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "174bf521-daa6-49d0-9586-cfad0a985c04-attachment.json", "type": "application/json"}], "start": 1775403458994, "stop": 1775403458994}, {"name": "Response → 200, trace_id: b42517594bc96d1932cc53797709fcaa", "status": "passed", "attachments": [{"name": "response.headers", "source": "079e931c-09ba-4c2f-8d5a-f4e1559f659f-attachment.json", "type": "application/json"}], "start": 1775403458994, "stop": 1775403458994}], "attachments": [{"name": "cURL", "source": "85c45bc4-5797-4681-80e6-575bd416423a-attachment.txt", "type": "text/plain"}], "start": 1775403458994, "stop": 1775403458995}, {"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": "aff28d39-b627-4c4f-9b87-783a1fce5652-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f43bbfb3-27ee-4535-b77a-b1f5cc8064a5-attachment.json", "type": "application/json"}], "start": 1775403459068, "stop": 1775403459068}, {"name": "Response → 200, trace_id: 20e3ac83b96d1543a0620e0abaeb1fb4", "status": "passed", "attachments": [{"name": "response.headers", "source": "45e8dc54-9353-45ca-b1c7-9c28bc9bb7f5-attachment.json", "type": "application/json"}], "start": 1775403459068, "stop": 1775403459068}], "attachments": [{"name": "cURL", "source": "4098c5ad-6fd6-4b08-8140-748b6a27befa-attachment.txt", "type": "text/plain"}], "start": 1775403459067, "stop": 1775403459068}, {"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": "1e6136ca-f5ba-4946-a390-c6fac5fd18cc-attachment.txt", "type": "text/plain"}], "start": 1775403459077, "stop": 1775403459077}], "start": 1775403459071, "stop": 1775403459077}, {"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": "0980152a-80aa-42c2-a20d-4982a9eba082-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "480bf9af-2a1f-42f1-85ae-847c4f6a498f-attachment.json", "type": "application/json"}], "start": 1775403459089, "stop": 1775403459089}], "start": 1775403459077, "stop": 1775403459089}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015683/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9ae907f2-9e1d-4bc3-b038-25c59a48036b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "a2bbd0ef-caea-4b16-8808-36d3bb24550f-attachment.json", "type": "application/json"}], "start": 1775403459120, "stop": 1775403459120}, {"name": "Response → 200, trace_id: 0c8c21c49d440f2db6756d862b986eaa", "status": "passed", "attachments": [{"name": "response.headers", "source": "deb2966d-069b-48d4-a5c4-4710f20184fe-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4c99ba5d-879f-4fa9-bb9a-0e2048cae3ad-attachment.json", "type": "application/json"}], "start": 1775403459120, "stop": 1775403459120}], "attachments": [{"name": "cURL", "source": "f0b501e0-6000-4f36-b74b-bbd40a0ff4f3-attachment.txt", "type": "text/plain"}], "start": 1775403459120, "stop": 1775403459120}, {"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": "b1ba1a8d-64b6-480a-9730-837f6d9f1129-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "1f8ab67f-e416-4119-972b-19c29003e0ac-attachment.json", "type": "application/json"}], "start": 1775403459141, "stop": 1775403459141}, {"name": "Response → 200, trace_id: 90cc48c6e554c7a137a89cf781b9d45f", "status": "passed", "attachments": [{"name": "response.headers", "source": "64125595-568d-4025-87e0-911f8fe099f8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e17ba8f3-77b9-4e4d-b7ea-fa840758ab65-attachment.json", "type": "application/json"}], "start": 1775403459141, "stop": 1775403459141}], "attachments": [{"name": "cURL", "source": "da6fca86-184f-442a-8bdc-20138e9e9936-attachment.txt", "type": "text/plain"}], "start": 1775403459141, "stop": 1775403459141}, {"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": "44abff40-6ad1-49c2-897c-e720df5807d5-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "bab0c0f4-4fa3-461f-9ee7-b2243a60ebac-attachment.json", "type": "application/json"}], "start": 1775403459167, "stop": 1775403459167}, {"name": "Response → 200, trace_id: b60cd1af267f9302be811fc5ae70e921", "status": "passed", "attachments": [{"name": "response.headers", "source": "73996104-467e-44d9-8545-f1f172a61b07-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "dae91e24-65df-4caa-8d1f-e269cbfaab40-attachment.json", "type": "application/json"}], "start": 1775403459167, "stop": 1775403459167}], "attachments": [{"name": "cURL", "source": "f925d058-518d-4451-9f41-40aa08c0644e-attachment.txt", "type": "text/plain"}], "start": 1775403459167, "stop": 1775403459167}], "start": 1775403457460, "stop": 1775403459170}, {"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": "24b3e33a-f22f-4ad6-8feb-04ea7ce72c4c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "4a7a6493-eb92-4733-99e9-8f47c8a8caff-attachment.json", "type": "application/json"}], "start": 1775403459176, "stop": 1775403459176}], "start": 1775403459170, "stop": 1775403459176}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoices/send-to-declaration?invoice_ids=410000015683", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "10208b31-ad82-4ada-ac7a-5398714a4a81-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "d282ab04-4474-45b5-b304-f4767c9894b5-attachment.json", "type": "application/json"}], "start": 1775403459212, "stop": 1775403459212}, {"name": "Response → 200, trace_id: 7945c34094fce2a08d2119cdc80c9ab5", "status": "passed", "attachments": [{"name": "response.headers", "source": "f2108d10-0d3a-4969-b651-7dc8198f9c45-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e3cce01b-23ac-4531-b443-d3f975dfadbc-attachment.json", "type": "application/json"}], "start": 1775403459212, "stop": 1775403459212}], "attachments": [{"name": "cURL", "source": "e2d010ad-366f-47cd-a8b2-96ecf5c285ab-attachment.txt", "type": "text/plain"}], "start": 1775403459211, "stop": 1775403459212}, {"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": "89031dc5-76e0-41fc-af84-d13cce447f71-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "d01cec26-e376-4e6f-9b6a-d2b2a8366404-attachment.json", "type": "application/json"}], "start": 1775403459220, "stop": 1775403459220}], "start": 1775403459215, "stop": 1775403459221}, {"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": "d222acbf-db30-46cf-8c73-82bb3b23fa34-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9d9df346-8bc7-4e43-9642-464b6c170b74-attachment.json", "type": "application/json"}], "start": 1775403459233, "stop": 1775403459233}], "start": 1775403459221, "stop": 1775403459233}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/declaration-requests/create", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c4fb17ed-f287-4eef-b5d4-f081905799ee-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "cfb0f2be-20b8-458a-84df-b0b31e03648e-attachment.json", "type": "application/json"}], "start": 1775403459292, "stop": 1775403459292}, {"name": "Response → 200, trace_id: f0eac1022a65921be4d7a5e6fc3e055c", "status": "passed", "attachments": [{"name": "response.headers", "source": "f9e1c653-5d07-44b8-b9ad-23e7f585c6ec-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9562117d-deed-4f67-a5e7-8b95537b82df-attachment.json", "type": "application/json"}], "start": 1775403459292, "stop": 1775403459292}], "attachments": [{"name": "cURL", "source": "a33de14b-6d7f-47ab-9c8b-d98aed23dca1-attachment.txt", "type": "text/plain"}], "start": 1775403459292, "stop": 1775403459292}, {"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": "c13bdfbf-0a47-45f3-97af-5170991c1a86-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a5e5cf66-1915-40be-b186-103e50288610-attachment.json", "type": "application/json"}], "start": 1775403459299, "stop": 1775403459299}], "start": 1775403459295, "stop": 1775403459299}, {"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": "7986eb20-7fe0-4b8c-a56e-9a36b9228ba1-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "770af06e-7ad2-4605-b3a6-3f76c6017ca0-attachment.json", "type": "application/json"}], "start": 1775403459311, "stop": 1775403459311}], "start": 1775403459299, "stop": 1775403459311}], "start": 1775403459170, "stop": 1775403459311}, {"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": "448cf4e0-2325-4348-8a11-0518d045b2bc-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "ca799a21-98dd-4c45-a917-2f49bddb0cef-attachment.json", "type": "application/json"}], "start": 1775403459315, "stop": 1775403459315}], "start": 1775403459311, "stop": 1775403459315}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/declaration/create", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "16f687a6-e1eb-4dbf-b55b-2732b7c8acbe-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "35bcdb34-6802-4c70-b547-cf3f0ee46d7c-attachment.json", "type": "application/json"}], "start": 1775403459427, "stop": 1775403459428}, {"name": "Response → 200, trace_id: 959c52d051267d531c8d4151605fb707", "status": "passed", "attachments": [{"name": "response.headers", "source": "aff07f9a-403b-4900-a588-0932c1b86869-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ddedec99-22a5-4054-b6c3-2d394aeb618d-attachment.json", "type": "application/json"}], "start": 1775403459428, "stop": 1775403459428}], "attachments": [{"name": "cURL", "source": "a04e0956-01ac-4bd2-ae23-7e3e491a27af-attachment.txt", "type": "text/plain"}], "start": 1775403459427, "stop": 1775403459428}, {"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": "430556f6-63cb-43d4-9a6d-55c8c64c4b06-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "2b597b2b-368c-4f7b-8434-8a2cdf985634-attachment.json", "type": "application/json"}], "start": 1775403459443, "stop": 1775403459444}], "start": 1775403459431, "stop": 1775403459444}], "start": 1775403459311, "stop": 1775403459444}, {"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": "3c31222a-ae69-404a-84d1-548bc9194144-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "47d0f8fe-3498-4d0d-8541-69a7ec4c7776-attachment.json", "type": "application/json"}], "start": 1775403459455, "stop": 1775403459455}], "start": 1775403459444, "stop": 1775403459455}, {"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": "7fd38b03-6f2a-479b-a4a6-2bd3785c9d79-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "91b4c86e-fcba-4677-9f91-9b759eae556d-attachment.json", "type": "application/json"}], "start": 1775403459526, "stop": 1775403459527}, {"name": "Response → 200, trace_id: 00b2bee2bf5754cfbac16b9aa18437d3", "status": "passed", "attachments": [{"name": "response.headers", "source": "5f7a0a8a-bd5a-41b3-9766-f70c5fa71384-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e32cb986-bb4a-45a9-bd81-e31b9136a6cb-attachment.json", "type": "application/json"}], "start": 1775403459527, "stop": 1775403459527}], "attachments": [{"name": "cURL", "source": "3e76a62e-9288-47d7-b48a-b5765267be83-attachment.txt", "type": "text/plain"}], "start": 1775403459526, "stop": 1775403459527}, {"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": "e5259a9a-593f-4ca4-b42a-9b305f658966-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "8220605b-69d2-498c-b3e2-3d91d65007b5-attachment.json", "type": "application/json"}], "start": 1775403459549, "stop": 1775403459550}, {"name": "Response → 200, trace_id: b4c09fc848bda01e1e5e2bdea3199dfb", "status": "passed", "attachments": [{"name": "response.headers", "source": "46cfa947-0f66-44ea-b665-4f1162b31ea2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6fc02eec-e3b5-4400-bcb6-340be2669916-attachment.json", "type": "application/json"}], "start": 1775403459550, "stop": 1775403459550}], "attachments": [{"name": "cURL", "source": "59c93d7b-c582-41ae-b04d-8d641f30d9b3-attachment.txt", "type": "text/plain"}], "start": 1775403459549, "stop": 1775403459550}, {"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": "432d1f9e-4b84-4a02-b2bb-c19a6403ceec-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "be872160-921b-4119-a927-5288a922ce6a-attachment.json", "type": "application/json"}], "start": 1775403459575, "stop": 1775403459576}, {"name": "Response → 200, trace_id: fe02fb335c47d1bbb915c9bee06b1aad", "status": "passed", "attachments": [{"name": "response.headers", "source": "cdfad4b0-d9c8-4d0b-9ebb-4b9a7d83460b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3b3e29b2-b285-4784-92ca-aa743fee7b5e-attachment.json", "type": "application/json"}], "start": 1775403459576, "stop": 1775403459576}], "attachments": [{"name": "cURL", "source": "d638eab1-0bf6-4aca-a203-f66fd56c4b66-attachment.txt", "type": "text/plain"}], "start": 1775403459575, "stop": 1775403459576}, {"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": "5088c00d-3da5-4647-84eb-a44a5a7d4d9a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a15ed32d-4f3c-4019-934f-f87630eec842-attachment.json", "type": "application/json"}], "start": 1775403459602, "stop": 1775403459603}, {"name": "Response → 200, trace_id: 89f4d6e5f9221ad86c14f6d8caadff93", "status": "passed", "attachments": [{"name": "response.headers", "source": "576408b4-33d3-4af0-b365-1d9bff2baca4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1de37778-7f54-48b7-9163-b1f872e3fb55-attachment.json", "type": "application/json"}], "start": 1775403459603, "stop": 1775403459603}], "attachments": [{"name": "cURL", "source": "0e795a35-72a1-461a-bdac-49f52eb49a33-attachment.txt", "type": "text/plain"}], "start": 1775403459602, "stop": 1775403459603}, {"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": "09aa3843-eb5a-4b2c-b22f-a6bb8e09a3a9-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "df78cea8-9ad9-4bbc-b193-6e705895b167-attachment.json", "type": "application/json"}], "start": 1775403459644, "stop": 1775403459644}, {"name": "Response → 200, trace_id: 90483c9b3ed95e6193e40988aa937fa4", "status": "passed", "attachments": [{"name": "response.headers", "source": "ff5f0a01-8851-4b4b-8c0e-6a8bc5503822-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "39afdee1-409b-4ccc-bcad-115e6d52f717-attachment.json", "type": "application/json"}], "start": 1775403459644, "stop": 1775403459644}], "attachments": [{"name": "cURL", "source": "68de3641-8889-4bc9-a0f3-5181cb68189d-attachment.txt", "type": "text/plain"}], "start": 1775403459644, "stop": 1775403459645}, {"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": "d98cf552-2410-404c-be93-dc7d54639f5f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f25f233c-86a9-4e97-979d-90d4749211f3-attachment.json", "type": "application/json"}], "start": 1775403459665, "stop": 1775403459666}, {"name": "Response → 200, trace_id: e60260375994e40263bb78aded004f69", "status": "passed", "attachments": [{"name": "response.headers", "source": "0d08c759-6740-422e-a5e6-4eda3367cfc4-attachment.json", "type": "application/json"}], "start": 1775403459666, "stop": 1775403459666}], "attachments": [{"name": "cURL", "source": "8df2410b-2b64-4124-9bcc-f662cf257ab1-attachment.txt", "type": "text/plain"}], "start": 1775403459665, "stop": 1775403459666}, {"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": "b8f8a6d6-83b3-48da-8815-be5f5c826e94-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "fc24727b-03aa-40e5-884f-5c9106eb70b3-attachment.json", "type": "application/json"}], "start": 1775403459746, "stop": 1775403459746}, {"name": "Response → 200, trace_id: bc37223529fee5cf23407544d0208139", "status": "passed", "attachments": [{"name": "response.headers", "source": "591751fe-9eb0-470a-a7db-04b886d0f95a-attachment.json", "type": "application/json"}], "start": 1775403459746, "stop": 1775403459747}], "attachments": [{"name": "cURL", "source": "fdc92e6d-dda9-4afa-8933-67e8299739ca-attachment.txt", "type": "text/plain"}], "start": 1775403459746, "stop": 1775403459747}, {"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": "98f4c591-71d6-4946-b3f1-2cea55b2b3ec-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "cfdcc1eb-491a-45a9-a394-fa94c0a447fd-attachment.json", "type": "application/json"}], "start": 1775403459853, "stop": 1775403459853}, {"name": "Response → 200, trace_id: 553e964a928e1161e31d5fbe2b08857f", "status": "passed", "attachments": [{"name": "response.headers", "source": "306cd282-e64d-4c26-b0ec-5a8fbf9943b1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fe4e6433-f0c1-47c6-b357-867fc2d39bd1-attachment.json", "type": "application/json"}], "start": 1775403459853, "stop": 1775403459854}], "attachments": [{"name": "cURL", "source": "4b84aa40-13cd-42f6-8d2b-172935d23b98-attachment.txt", "type": "text/plain"}], "start": 1775403459853, "stop": 1775403459854}, {"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": "76b21f7a-20bb-4aa9-a6aa-4d1e10ddc256-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e5cd020f-41c9-493a-98a9-a065134539ac-attachment.json", "type": "application/json"}], "start": 1775403459856, "stop": 1775403459858}, {"name": "Response → 200, trace_id: 9ca78c9c4a08c9f2a8a536971c93940e", "status": "passed", "attachments": [{"name": "response.headers", "source": "50a8ba51-32e3-497f-84f3-58436488b71f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7ba30dc5-eb0f-4e92-9b2e-25fa48670fa5-attachment.json", "type": "application/json"}], "start": 1775403459858, "stop": 1775403459859}], "attachments": [{"name": "cURL", "source": "b5dd0ae7-8326-4666-95fb-777c16749d8a-attachment.txt", "type": "text/plain"}], "start": 1775403459856, "stop": 1775403459859}, {"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": "07983c88-2a73-4ef9-9961-5f21ee0cc8b8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "509bcc18-d49a-4422-a2b6-d59c6f644816-attachment.json", "type": "application/json"}], "start": 1775403459968, "stop": 1775403459969}, {"name": "Response → 200, trace_id: 78d2264403c20bc94131e514bc271eb2", "status": "passed", "attachments": [{"name": "response.headers", "source": "b2d134bd-94c5-43e1-97d3-894e528ee048-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9055293c-160a-4dac-8b3b-ba1dc668b4b5-attachment.json", "type": "application/json"}], "start": 1775403459969, "stop": 1775403459969}], "attachments": [{"name": "cURL", "source": "ca99e833-53c9-495c-9fca-92ceb72d31c0-attachment.txt", "type": "text/plain"}], "start": 1775403459968, "stop": 1775403459969}, {"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": "72cec26e-dc24-4a0c-a843-e540693829af-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f7a6f71f-a174-4b39-ad81-ffac3b62481b-attachment.json", "type": "application/json"}], "start": 1775403459971, "stop": 1775403459972}, {"name": "Response → 200, trace_id: 110fb8e5ff0d99956b64ba4f6c6a7571", "status": "passed", "attachments": [{"name": "response.headers", "source": "7add1b2d-c795-496e-ada9-8d1e15af67b5-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "59537061-7869-45dd-a974-33280efb52b4-attachment.json", "type": "application/json"}], "start": 1775403459972, "stop": 1775403459974}], "attachments": [{"name": "cURL", "source": "30f2b54d-3e08-4574-b9a7-a00caec067a2-attachment.txt", "type": "text/plain"}], "start": 1775403459971, "stop": 1775403459974}, {"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": "480f93f3-88fa-4622-a689-5137529b8e3a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "04c8bbc5-d680-4e79-bc44-fc05831b2be1-attachment.json", "type": "application/json"}], "start": 1775403460086, "stop": 1775403460087}, {"name": "Response → 200, trace_id: 6f80290e70234a9cd725c0044a4b127c", "status": "passed", "attachments": [{"name": "response.headers", "source": "61102b53-01d3-4b98-bd7d-90b4adc9ec06-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "996446fc-d70b-4940-8e1e-011ab898bb07-attachment.json", "type": "application/json"}], "start": 1775403460087, "stop": 1775403460087}], "attachments": [{"name": "cURL", "source": "c9ffd76f-12be-4ed3-8749-83e864dbd8d0-attachment.txt", "type": "text/plain"}], "start": 1775403460086, "stop": 1775403460087}, {"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": "0681ce26-f0a1-42fb-b940-f334f49500a8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d6784e80-3e72-4013-a2e8-0b65fb8392c5-attachment.json", "type": "application/json"}], "start": 1775403460086, "stop": 1775403460087}, {"name": "Response → 200, trace_id: 005c73145160633782ffa0690959342f", "status": "passed", "attachments": [{"name": "response.headers", "source": "10ae0020-777a-42d1-9254-8902f03bd708-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4b66c60f-af97-4ecd-af3d-190c95de9a7f-attachment.json", "type": "application/json"}], "start": 1775403460087, "stop": 1775403460087}], "attachments": [{"name": "cURL", "source": "18544380-dae3-4f62-a200-3b103195e543-attachment.txt", "type": "text/plain"}], "start": 1775403460086, "stop": 1775403460088}, {"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": "2d3230e1-bffe-4e8e-b74f-817f93c65f47-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c9bc4704-af7f-408c-ab01-afbebd785974-attachment.json", "type": "application/json"}], "start": 1775403460210, "stop": 1775403460210}, {"name": "Response → 200, trace_id: 193b7444e1a985a410e7bc1dce82ff21", "status": "passed", "attachments": [{"name": "response.headers", "source": "f125d0c4-31b9-485d-955a-135d62c90698-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "742687ca-bf5f-4b3c-9b8b-7eb3fe0f57c1-attachment.json", "type": "application/json"}], "start": 1775403460210, "stop": 1775403460210}], "attachments": [{"name": "cURL", "source": "e8514e85-0af3-4f23-8cd7-b0ee58f5a2ef-attachment.txt", "type": "text/plain"}], "start": 1775403460210, "stop": 1775403460210}, {"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": "f03c3e0e-4452-4406-b33b-3c7f4f4ba733-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6652b6b7-8f93-41ca-a02f-fcecafb32b3c-attachment.json", "type": "application/json"}], "start": 1775403460326, "stop": 1775403460326}, {"name": "Response → 200, trace_id: 77efb5d8b98d763aa174f7b83e13a3ef", "status": "passed", "attachments": [{"name": "response.headers", "source": "d52ab9dc-0ee8-43a6-9192-8009c9c6b4d3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1b89bb4f-541d-4ba3-801b-dd8641a25d1b-attachment.json", "type": "application/json"}], "start": 1775403460326, "stop": 1775403460326}], "attachments": [{"name": "cURL", "source": "a9943741-3e05-49be-84ef-904aeae07954-attachment.txt", "type": "text/plain"}], "start": 1775403460326, "stop": 1775403460327}, {"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": "c675b1f9-3dfd-405b-9dc6-3c30f7c87d8a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9adcc793-6e55-4feb-bf48-86128b5893ce-attachment.json", "type": "application/json"}], "start": 1775403460406, "stop": 1775403460406}, {"name": "Response → 200, trace_id: b91187ace6556c9f9602cc362f92d139", "status": "passed", "attachments": [{"name": "response.headers", "source": "731e70ee-75f3-43bb-85af-0e25026e3063-attachment.json", "type": "application/json"}], "start": 1775403460406, "stop": 1775403460406}], "attachments": [{"name": "cURL", "source": "64af6ff1-2a08-4135-b946-f5f693da2b25-attachment.txt", "type": "text/plain"}], "start": 1775403460406, "stop": 1775403460406}, {"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": "974c928d-da7d-4eca-b743-e4f9641c40bf-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1f22c6b3-bce0-4546-96f4-32092ce6302d-attachment.json", "type": "application/json"}], "start": 1775403460429, "stop": 1775403460429}, {"name": "Response → 200, trace_id: cf828ddba5468e2bd7bb56b0a2886464", "status": "passed", "attachments": [{"name": "response.headers", "source": "f120045d-1514-406d-a774-8afd9ce4067b-attachment.json", "type": "application/json"}], "start": 1775403460429, "stop": 1775403460429}], "attachments": [{"name": "cURL", "source": "8306d4ac-b0ba-40e3-b4dc-b5b4ce7f7999-attachment.txt", "type": "text/plain"}], "start": 1775403460429, "stop": 1775403460429}, {"name": "Waiter function: wait_box_status", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "c64577d5-66bb-4e36-aa6d-69d58f9ea2d8-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "45251928-5a65-4289-a038-c6d6eeb030a1-attachment.json", "type": "application/json"}], "start": 1775403460522, "stop": 1775403460522}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "d14cd7ea-1d83-4bd4-9435-0bde87a8e7b1-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "1d7d58a1-b114-4207-99b2-72b9c55c7409-attachment.json", "type": "application/json"}], "start": 1775403460523, "stop": 1775403460523}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "2ceeabe8-99e8-4c01-9d57-b0eef207c0d5-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "51c249c0-5a63-4f3c-8c42-ce34314fd313-attachment.json", "type": "application/json"}], "start": 1775403460523, "stop": 1775403460524}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "caf036b3-9408-4e31-87f6-81f63f6d975e-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "14ba78db-3870-4c98-86a8-bf42d935d7f3-attachment.json", "type": "application/json"}], "start": 1775403460528, "stop": 1775403460528}], "start": 1775403460431, "stop": 1775403460529}, {"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": "10f532bb-81ea-4d01-8c7f-90d144ae4e65-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "14a489b9-4c64-4495-a6c4-201a463e6fce-attachment.json", "type": "application/json"}], "start": 1775403460533, "stop": 1775403460533}], "start": 1775403460529, "stop": 1775403460533}, {"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": "dc6ce5ca-ff85-4a2d-9f0b-d6266f9859b0-attachment.txt", "type": "text/plain"}], "start": 1775403460544, "stop": 1775403460544}], "start": 1775403460533, "stop": 1775403460544}], "start": 1775403459444, "stop": 1775403460544}, {"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": "75181424-584f-4d68-b1ae-d92fa3dc0872-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "bb1fd506-50e5-4a4f-9402-3b99c3ec9106-attachment.json", "type": "application/json"}], "start": 1775403460556, "stop": 1775403460556}], "start": 1775403460544, "stop": 1775403460556}, {"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": "2c31fec2-5917-43f6-96e4-2311627cfb66-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "80459c87-e7eb-498d-b9ab-34b24289c7f4-attachment.json", "type": "application/json"}], "start": 1775403460642, "stop": 1775403460642}, {"name": "Response → 200, trace_id: 9d903a2fc1c31b094a1bba54fe323b3d", "status": "passed", "attachments": [{"name": "response.headers", "source": "3ed6773b-22fb-4dad-880a-17566d3139ad-attachment.json", "type": "application/json"}], "start": 1775403460642, "stop": 1775403460642}], "attachments": [{"name": "cURL", "source": "3fcca27f-d4c1-437a-b230-a93a09fd2f74-attachment.txt", "type": "text/plain"}], "start": 1775403460642, "stop": 1775403460642}, {"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": "d48b4d9b-f23c-4358-b475-e7a8a7669f9c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "3f84c094-2406-45e9-967d-ca98559a3356-attachment.json", "type": "application/json"}], "start": 1775403460650, "stop": 1775403460650}], "start": 1775403460645, "stop": 1775403460650}], "start": 1775403460544, "stop": 1775403460650}, {"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": "82061b67-da1d-43e2-b93f-4bebd48727a1-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a6e5ee4e-e4e3-4428-bb2e-d1b3cd352861-attachment.json", "type": "application/json"}], "start": 1775403460662, "stop": 1775403460662}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "c86935d0-4f3a-468e-ab5d-e84debe997ae-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "1b5a3b43-c0a5-4ea2-a835-89f99a659555-attachment.json", "type": "application/json"}], "start": 1775403480668, "stop": 1775403480668}], "start": 1775403460650, "stop": 1775403480668}, {"name": "Waiter function: get_accepted_invoice", "status": "failed", "statusDetails": {"message": "AssertionError: 410000015683 not found\nassert None is not None\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/inbound_check.py\", line 60, in get_accepted_invoice\n    assert invoice_msg is not None, f\"{invoice_number} not found\"\n"}, "start": 1775403480668, "stop": 1775403509205}], "attachments": [{"name": "log", "source": "47c2aeda-fd55-40e5-ba5d-51df43a24099-attachment.txt", "type": "text/plain"}], "start": 1775403456007, "stop": 1775403509205, "uuid": "5d1becec-1ff2-4f36-95df-f21cb596a7f3", "historyId": "0204915bd69b85c487d4af783f0cb436", "testCaseId": "0204915bd69b85c487d4af783f0cb436", "fullName": "tests.wms.test_e2e_inbound.test_inbound.TestE2EInbound#test_e2e_inbound_uzbekistan_yandex_with_created_stock_no_kafka", "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-0-1819tkuf"}, {"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"]}