{"name": "test_e2e_inbound_uzbekistan_yandex_with_created_stock_no_kafka", "status": "failed", "statusDetails": {"message": "AssertionError: assert 'YA41000000200015939' == 'WMS410000015554'\n  \n  - WMS410000015554\n  + YA41000000200015939", "trace": "self = <tests.wms.test_e2e_inbound.test_inbound.TestE2EInbound object at 0x7348fbadfcd0>\necom_invoice_in_wms = FFInvoiceDTO(invoice=<src.framework.fulfillment.builders.supply.invoice.InvoiceBuilder object at 0x7348fadb98d0>)\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_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ninvoice = <src.framework.wms.builders.acceptance.invoice.invoice.WMSInvoiceBuilder object at 0x7348fa5ac710>\n\n    def check_wms_be_accepted_invoice(invoice: WMSInvoiceBuilder):\n        accepted_invoice = get_accepted_invoice(invoice.invoice_id)\n        assert accepted_invoice.invoice_number == invoice.invoice_id\n>       assert accepted_invoice.bar_code == invoice.invoice_barcode\nE       AssertionError: assert 'YA41000000200015939' == 'WMS410000015554'\nE         \nE         - WMS410000015554\nE         + YA41000000200015939\n\nsrc/framework/wms/validation/inbound_check.py:33: AssertionError"}, "steps": [{"name": "AvailableCell add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "990a0a01-e0b9-401f-9cd2-dd6abfa2f828-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "939bac58-9632-4030-a8d3-acffa0745fd3-attachment.json", "type": "application/json"}], "start": 1775217523261, "stop": 1775217523261}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "371588e0-d7e5-4cdc-adf3-2a1f24dfa41f-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "84efecd0-1d9c-4d00-abba-d74e8cfd604a-attachment.json", "type": "application/json"}], "start": 1775217523261, "stop": 1775217523262}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "c5c041b9-f63b-4344-a768-89efd14925ba-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "d6a1a1c7-b979-4312-8ceb-8b492c69dedd-attachment.json", "type": "application/json"}], "start": 1775217523262, "stop": 1775217523262}, {"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "570e2ee0-acd5-45be-a9b4-769b128f58aa-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "85349b3e-822f-419a-a41c-f528f640fd22-attachment.json", "type": "application/json"}], "start": 1775217523264, "stop": 1775217523264}], "start": 1775217523250, "stop": 1775217523267}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "796f8d25-5def-4d7e-98ef-33d91e8f883e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "60d72d8a-deb8-4fd2-baff-7625fbb69fc1-attachment.json", "type": "application/json"}], "start": 1775217523349, "stop": 1775217523349}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "0b77fb14-3634-43ff-ab57-49607b940b63-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "18bbc55f-4449-41bd-9660-e9f4e508b9cf-attachment.json", "type": "application/json"}], "start": 1775217523349, "stop": 1775217523349}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "d067beb6-d816-4c93-9801-6a7b4d3fdbb4-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "81cd0d05-35e5-4076-bf77-d8459f34db30-attachment.json", "type": "application/json"}], "start": 1775217523350, "stop": 1775217523350}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "3f61d33c-c9fd-4604-b68a-fa150d10e461-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "5ba466d2-07de-4399-87cd-3d08f0f02b77-attachment.json", "type": "application/json"}], "start": 1775217523360, "stop": 1775217523360}, {"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": "e15400c4-0f33-49e8-a0bb-977f1e2647f6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "aa88e00d-e6ee-45a8-94b7-6daf50870cfe-attachment.json", "type": "application/json"}], "start": 1775217523413, "stop": 1775217523414}, {"name": "Response → 200, trace_id: 0feb607db574176a2290c37f31109a16", "status": "passed", "attachments": [{"name": "response.headers", "source": "8d8bb38b-c259-4df5-8698-1fdc7c51fc7e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0e3850c9-8003-4734-ba19-abc9790a1a97-attachment.json", "type": "application/json"}], "start": 1775217523414, "stop": 1775217523414}], "attachments": [{"name": "cURL", "source": "d54ad09c-99e2-4da8-9049-ff524d46f048-attachment.txt", "type": "text/plain"}], "start": 1775217523413, "stop": 1775217523414}], "start": 1775217523362, "stop": 1775217523417}], "start": 1775217523267, "stop": 1775217523417}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "8fd850fe-4ec5-4828-a992-16aa69f6e4db-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "b8d5e61a-a3ac-4a19-981f-283c8c65777f-attachment.json", "type": "application/json"}], "start": 1775217523428, "stop": 1775217523428}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "01965d3c-710a-4d06-acd1-a421614a12d3-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a9d94537-41ab-45d0-8c80-8bd4abda72e2-attachment.json", "type": "application/json"}], "start": 1775217523429, "stop": 1775217523429}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "55270a83-7457-4993-807f-820496f6ab80-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "9c2184ef-abeb-4349-8436-8a1072c271c2-attachment.json", "type": "application/json"}], "start": 1775217523430, "stop": 1775217523430}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "d68b4c55-896f-4005-8462-fd929fdf9b02-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "6d272e25-c23e-4fcf-afd7-c30e45105e47-attachment.json", "type": "application/json"}], "start": 1775217523699, "stop": 1775217523699}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "678ef882-5924-4027-8e4f-4396d5611780-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "fb8c04f3-1ffa-4bb0-8d3b-57f2848bbc77-attachment.json", "type": "application/json"}], "start": 1775217523702, "stop": 1775217523702}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "f3a469cc-c7e7-4b9c-8833-4dd55bc111e3-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a56fe2ab-45f1-4458-88d4-9c9430697e49-attachment.json", "type": "application/json"}], "start": 1775217523703, "stop": 1775217523703}], "start": 1775217523417, "stop": 1775217523704}, {"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": "8d6affb0-f9c3-4aac-aa56-7584aa6b5693-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "0d06350c-171f-416f-b1ab-9d38cd992421-attachment.json", "type": "application/json"}], "start": 1775217523863, "stop": 1775217523863}], "start": 1775217523707, "stop": 1775217523863}, {"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": "474af398-59f7-4c0c-ad73-8ffb5b5a8f5e-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "57d67d63-4da3-42be-bc1c-8ae344e0eec3-attachment.json", "type": "application/json"}], "start": 1775217523876, "stop": 1775217523876}], "start": 1775217523863, "stop": 1775217523877}, {"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": "092d26fb-b618-4ece-a6c0-825ac70de305-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "600ac403-95ea-4932-b62f-636f5ea8953a-attachment.json", "type": "application/json"}], "start": 1775217523964, "stop": 1775217523965}, {"name": "Response → 200, trace_id: 26a514f40e6cc16cbfe5d31a7bebd0b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "8c825949-1c81-4ec6-9627-1713658a8a90-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "af443d65-c87a-4137-bfbb-4a99e9b16452-attachment.json", "type": "application/json"}], "start": 1775217523965, "stop": 1775217523965}], "attachments": [{"name": "cURL", "source": "9965a1d1-6482-4ea9-a6af-bdc8b539a129-attachment.txt", "type": "text/plain"}], "start": 1775217523964, "stop": 1775217523965}, {"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": "1dad2bcf-c999-4cc4-874a-bd484cd71eda-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "659ba0f9-faed-46ce-a3d3-56a1ae693340-attachment.json", "type": "application/json"}], "start": 1775217523992, "stop": 1775217523992}, {"name": "Response → 200, trace_id: 25dd17c805d902c8fd2ca88382ff5bf2", "status": "passed", "attachments": [{"name": "response.headers", "source": "456b4b7d-3d55-4c19-9b30-2ce449159b42-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "20731545-4432-48b9-be46-c9006534d9f2-attachment.json", "type": "application/json"}], "start": 1775217523992, "stop": 1775217523992}], "attachments": [{"name": "cURL", "source": "ea84f78f-8cef-4f92-8f10-e94138a4177b-attachment.txt", "type": "text/plain"}], "start": 1775217523992, "stop": 1775217523992}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/arrival-invoice?invoiceBarcode=YA41000000200015939", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1ffe81a3-b0a2-402a-a64e-9657f7f10c19-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "0af4de85-6cab-47ff-be75-c74a5c812561-attachment.json", "type": "application/json"}], "start": 1775217524082, "stop": 1775217524082}, {"name": "Response → 200, trace_id: a70c7b92e79aad5d2ac7fe3a19b30829", "status": "passed", "attachments": [{"name": "response.headers", "source": "d1575a5f-a69b-4847-ba49-fb3b008b2bbb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e34b5346-9dff-447d-952f-735a54631084-attachment.json", "type": "application/json"}], "start": 1775217524083, "stop": 1775217524083}], "attachments": [{"name": "cURL", "source": "cec4a2bf-372c-49c7-81de-076db0ec32de-attachment.txt", "type": "text/plain"}], "start": 1775217524082, "stop": 1775217524083}, {"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": "3ca1dad1-4766-45f2-b76f-818179bfba09-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "48663968-daeb-445e-aeb1-3189ec5a0ad7-attachment.json", "type": "application/json"}], "start": 1775217524139, "stop": 1775217524139}, {"name": "Response → 200, trace_id: 40c856b2a25634bc7abba8ed367cc6ef", "status": "passed", "attachments": [{"name": "response.headers", "source": "060ba5c5-a4e1-46a8-8784-bfd269056d57-attachment.json", "type": "application/json"}], "start": 1775217524140, "stop": 1775217524140}], "attachments": [{"name": "cURL", "source": "a9941786-3297-426f-b862-40a3e0bbde5a-attachment.txt", "type": "text/plain"}], "start": 1775217524139, "stop": 1775217524140}, {"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": "639225e9-2a3f-4a1e-b08f-ef4b3e99e922-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8dc777d8-d82e-48e3-9aaf-d88bcd8eb4b3-attachment.json", "type": "application/json"}], "start": 1775217524208, "stop": 1775217524208}, {"name": "Response → 200, trace_id: a4cb99d439da0d73350e1231edb73929", "status": "passed", "attachments": [{"name": "response.headers", "source": "58678211-f5dd-404e-90b0-db25aa91805f-attachment.json", "type": "application/json"}], "start": 1775217524209, "stop": 1775217524209}], "attachments": [{"name": "cURL", "source": "1dd26e59-8ac7-493b-9857-7f5cc82c9290-attachment.txt", "type": "text/plain"}], "start": 1775217524208, "stop": 1775217524209}, {"name": "PUT → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/update-pallet-weight?palletId=12571075&weight=5004", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "768eb682-cc56-4ed7-88e3-199c673f4c4b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "1d862d0b-0d8a-44bd-943a-d060f3507e5a-attachment.json", "type": "application/json"}], "start": 1775217524262, "stop": 1775217524263}, {"name": "Response → 200, trace_id: 79f76932f6f11a9ec817dfe4a6b23247", "status": "passed", "attachments": [{"name": "response.headers", "source": "aa5feef2-ac31-4ae8-b4fa-60b29e86dbc4-attachment.json", "type": "application/json"}], "start": 1775217524263, "stop": 1775217524263}], "attachments": [{"name": "cURL", "source": "f61e480b-5754-49b4-a4c8-c70b860e0d0c-attachment.txt", "type": "text/plain"}], "start": 1775217524262, "stop": 1775217524263}, {"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": "4bcf19be-75d8-4f24-ba01-60dc1f9420b1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4a53ddf1-0e9e-466a-99e6-ad2f30c5e017-attachment.json", "type": "application/json"}], "start": 1775217524296, "stop": 1775217524297}, {"name": "Response → 200, trace_id: 66a6df31923deccc447a7cc9d555d54c", "status": "passed", "attachments": [{"name": "response.headers", "source": "0e1cb9be-c126-40fb-be78-b55ccc892f78-attachment.json", "type": "application/json"}], "start": 1775217524297, "stop": 1775217524297}], "attachments": [{"name": "cURL", "source": "283dc289-b8c4-4690-8a6b-39d1dcdb26cf-attachment.txt", "type": "text/plain"}], "start": 1775217524296, "stop": 1775217524297}, {"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": "901b8658-26cd-4460-bf13-e46533f1defe-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "d9a3904c-3620-43e0-90f8-0b7b3e787cb4-attachment.json", "type": "application/json"}], "start": 1775217524380, "stop": 1775217524381}, {"name": "Response → 200, trace_id: 5fcf1943040517979abff8203f6c0deb", "status": "passed", "attachments": [{"name": "response.headers", "source": "a800720c-07c9-4dba-ab53-0e262804fead-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c0aa7464-d349-469b-af56-4521ec90dcd4-attachment.json", "type": "application/json"}], "start": 1775217524381, "stop": 1775217524381}], "attachments": [{"name": "cURL", "source": "ebc5c4c0-e538-49cb-bd13-f23dd1c3ab4a-attachment.txt", "type": "text/plain"}], "start": 1775217524380, "stop": 1775217524381}, {"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": "2fbefad3-99a2-4f8d-beb9-786c3db4f290-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2cf35939-7d06-4a54-a76e-7923d4ddd95a-attachment.json", "type": "application/json"}], "start": 1775217524407, "stop": 1775217524408}, {"name": "Response → 200, trace_id: 826a7c2806210c79ae5c259656e43191", "status": "passed", "attachments": [{"name": "response.headers", "source": "eb130d50-28fa-4711-8371-f78f8cbc7303-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "448fe842-e491-47ca-97bd-71096e1c9847-attachment.json", "type": "application/json"}], "start": 1775217524408, "stop": 1775217524408}], "attachments": [{"name": "cURL", "source": "836a5d66-1dac-4c11-aa01-16f41a7959c1-attachment.txt", "type": "text/plain"}], "start": 1775217524407, "stop": 1775217524408}, {"name": "Waiter function: wait_pallet", "status": "passed", "start": 1775217524412, "stop": 1775217524415}], "start": 1775217523704, "stop": 1775217524415}, {"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": "ef25a0be-adc4-417a-a4bb-4d6c43399645-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "1b83c4b2-ee52-496c-b540-c06cfb0ec8e0-attachment.json", "type": "application/json"}], "start": 1775217524420, "stop": 1775217524420}], "start": 1775217524415, "stop": 1775217524420}, {"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": "ee929798-2f30-4ed8-8f8e-0000f6d10ba2-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "ef04328c-af14-4af9-9110-648c2df3c732-attachment.json", "type": "application/json"}], "start": 1775217524499, "stop": 1775217524500}, {"name": "Response → 200, trace_id: 895d285f2f847affe16dd7c2cbb04420", "status": "passed", "attachments": [{"name": "response.headers", "source": "a9fb54e6-4d13-4134-86a7-eb66de4ee714-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fa46721c-0574-42d1-a3ce-cbeea0f000a8-attachment.json", "type": "application/json"}], "start": 1775217524500, "stop": 1775217524500}], "attachments": [{"name": "cURL", "source": "74d196a9-8cf3-4f0a-9bfd-f7b718dba10a-attachment.txt", "type": "text/plain"}], "start": 1775217524499, "stop": 1775217524500}, {"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": "b380cd50-2cdc-4295-bfc5-3c77268351fb-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "1872838c-fe83-4524-b6c3-3f512f9f2d48-attachment.json", "type": "application/json"}], "start": 1775217524525, "stop": 1775217524525}, {"name": "Response → 200, trace_id: 3293dc1c67b641814ba555a844161783", "status": "passed", "attachments": [{"name": "response.headers", "source": "4df8f663-c65f-429f-a921-d6219f80bbd4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "742b1b56-51e7-4625-8420-4f48ed547e2c-attachment.json", "type": "application/json"}], "start": 1775217524525, "stop": 1775217524526}], "attachments": [{"name": "cURL", "source": "806aecdd-609a-4509-972a-0e16407da9dc-attachment.txt", "type": "text/plain"}], "start": 1775217524525, "stop": 1775217524526}, {"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": "4c5e67d5-1fe0-4935-9431-236ac3116ab1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5fd4678e-a703-47f2-8d6c-a6fad906f297-attachment.json", "type": "application/json"}], "start": 1775217524639, "stop": 1775217524639}, {"name": "Response → 200, trace_id: 15b1fad2b59302a2a3731956515131d4", "status": "passed", "attachments": [{"name": "response.headers", "source": "530c59e0-5ed5-4591-b8d7-9028cf07b210-attachment.json", "type": "application/json"}], "start": 1775217524639, "stop": 1775217524639}], "attachments": [{"name": "cURL", "source": "49f5c5ca-502d-4104-aa18-9707d60abec1-attachment.txt", "type": "text/plain"}], "start": 1775217524639, "stop": 1775217524639}, {"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": "58fc6357-614a-4c27-a448-2e26c5b03bef-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c8c0a1ff-a7d8-41a6-bf01-fcd32d953996-attachment.json", "type": "application/json"}], "start": 1775217524655, "stop": 1775217524655}], "start": 1775217524643, "stop": 1775217524656}], "start": 1775217524415, "stop": 1775217524656}, {"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": "22e5857d-a9f6-4eb3-8334-87883c32bc23-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "fd916b3c-6411-47d8-b9d5-f72e3e82b1aa-attachment.json", "type": "application/json"}], "start": 1775217524669, "stop": 1775217524669}], "start": 1775217524656, "stop": 1775217524669}, {"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": "22c44d04-0881-42cf-8497-b6eb29bfe3f5-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "38322384-d6d1-4327-b68e-ad34ee3f4348-attachment.json", "type": "application/json"}], "start": 1775217524751, "stop": 1775217524751}, {"name": "Response → 200, trace_id: 8f1bd521fe282f64e11227cb519f50d9", "status": "passed", "attachments": [{"name": "response.headers", "source": "b540abd2-c50f-4043-9c17-ce3de5030200-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9f94d77e-0322-43f0-9e81-b98cb20edc4a-attachment.json", "type": "application/json"}], "start": 1775217524751, "stop": 1775217524751}], "attachments": [{"name": "cURL", "source": "f83501d0-b3bc-4596-a861-e2bef246c236-attachment.txt", "type": "text/plain"}], "start": 1775217524751, "stop": 1775217524751}, {"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": "47c9e385-352a-4896-88c6-b9a5502b08a0-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "335c51f6-9fc8-4442-a5b7-51acffdec1fd-attachment.json", "type": "application/json"}], "start": 1775217524776, "stop": 1775217524777}, {"name": "Response → 200, trace_id: d5bf8065681e879e492c6d0968d153cc", "status": "passed", "attachments": [{"name": "response.headers", "source": "f141669e-42c7-4de2-ab3c-1177115fce71-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e5cf2f85-2c93-4e1b-a128-e24b430be4e1-attachment.json", "type": "application/json"}], "start": 1775217524777, "stop": 1775217524777}], "attachments": [{"name": "cURL", "source": "3d171022-2093-4fa0-93cf-bfc49ec23c81-attachment.txt", "type": "text/plain"}], "start": 1775217524776, "stop": 1775217524777}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015554/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ae2989d4-a9fb-4802-80a2-bc2714ef8371-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "3f031231-4046-4c96-9b18-1b6f9fb69e2b-attachment.json", "type": "application/json"}], "start": 1775217524815, "stop": 1775217524816}, {"name": "Response → 200, trace_id: 9f4896386d7f70aaa2ebaf6aadba057a", "status": "passed", "attachments": [{"name": "response.headers", "source": "8359151d-2c15-48e7-9832-f9a467c3048f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "172d53c1-1de7-4aa0-97aa-a1e71adcaa60-attachment.json", "type": "application/json"}], "start": 1775217524816, "stop": 1775217524816}], "attachments": [{"name": "cURL", "source": "8109a86c-d6ef-4c51-b569-d1dbc86f7bc0-attachment.txt", "type": "text/plain"}], "start": 1775217524815, "stop": 1775217524816}, {"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": "e903d16b-30b3-4c7e-b278-f87661520c6c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e8ee50f8-299e-40ac-a626-3594d87bb2ee-attachment.json", "type": "application/json"}], "start": 1775217524852, "stop": 1775217524852}, {"name": "Response → 200, trace_id: 094559342815e16d4ee35c6ef98f4dd5", "status": "passed", "attachments": [{"name": "response.headers", "source": "eeb07cc8-180a-4d0f-a71e-01c9777cbd40-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ec7c6034-3b5d-49af-8090-b5ede0a3d2c7-attachment.txt", "type": "text/plain"}], "start": 1775217524852, "stop": 1775217524852}], "attachments": [{"name": "cURL", "source": "8737f02b-66b2-4040-94aa-057e9813780b-attachment.txt", "type": "text/plain"}], "start": 1775217524852, "stop": 1775217524853}, {"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": "52f4a806-fa3d-46e5-bf8d-cb387828dcd3-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3cea9e94-094c-4429-b24f-993605f438bc-attachment.json", "type": "application/json"}], "start": 1775217524897, "stop": 1775217524897}, {"name": "Response → 200, trace_id: 58040ee9be8feb933d2db3fb87652f6f", "status": "passed", "attachments": [{"name": "response.headers", "source": "cef83329-6b9c-4747-82bb-a15182268d91-attachment.json", "type": "application/json"}], "start": 1775217524898, "stop": 1775217524898}], "attachments": [{"name": "cURL", "source": "bb8add41-4af7-49b0-9e25-7aa7d45ab4d3-attachment.txt", "type": "text/plain"}], "start": 1775217524897, "stop": 1775217524898}, {"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": "fa20fc93-2df4-4a75-9bf3-882b495142e6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c887417a-ad98-4aae-8e8a-9539540c0154-attachment.json", "type": "application/json"}], "start": 1775217524970, "stop": 1775217524970}, {"name": "Response → 200, trace_id: d5b62f09cfd483de56f815a219b64c12", "status": "passed", "attachments": [{"name": "response.headers", "source": "965c3d3c-09f2-41d8-9829-ef875637472b-attachment.json", "type": "application/json"}], "start": 1775217524970, "stop": 1775217524970}], "attachments": [{"name": "cURL", "source": "f08605ff-5fbd-411b-bd8b-3016f2cff69e-attachment.txt", "type": "text/plain"}], "start": 1775217524970, "stop": 1775217524970}, {"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": "c52b2a68-7aa4-4e31-8515-01443ddea031-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "583bcce3-124d-412a-8889-0fd7673bd8f9-attachment.json", "type": "application/json"}], "start": 1775217525036, "stop": 1775217525036}, {"name": "Response → 200, trace_id: bf5dcb7246006706481bd35cbef043ab", "status": "passed", "attachments": [{"name": "response.headers", "source": "444e6773-dcb8-459d-bb03-d276f5393966-attachment.json", "type": "application/json"}], "start": 1775217525036, "stop": 1775217525036}], "attachments": [{"name": "cURL", "source": "8915fdd7-5f10-4552-ba38-0805f673ef08-attachment.txt", "type": "text/plain"}], "start": 1775217525036, "stop": 1775217525036}, {"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": "cded7450-076e-4c65-9976-beaf3a8a7eef-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e987ad75-41c8-4fd8-9046-c07394950b2f-attachment.json", "type": "application/json"}], "start": 1775217525102, "stop": 1775217525102}, {"name": "Response → 200, trace_id: 17332ef00d3ac05ae2c1cd08cdb5a51a", "status": "passed", "attachments": [{"name": "response.headers", "source": "ad00a14a-d1e6-474c-949f-52812be6970e-attachment.json", "type": "application/json"}], "start": 1775217525102, "stop": 1775217525102}], "attachments": [{"name": "cURL", "source": "f7378dc7-d076-4e0a-9afe-f6e822f57493-attachment.txt", "type": "text/plain"}], "start": 1775217525102, "stop": 1775217525102}, {"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": "e7ed9032-0047-4511-918a-9fb7fb1a7329-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0b31a935-d6aa-478b-91c4-7d45d534daec-attachment.json", "type": "application/json"}], "start": 1775217525166, "stop": 1775217525167}, {"name": "Response → 200, trace_id: 93f637bd6785cf1291107539f9e9a967", "status": "passed", "attachments": [{"name": "response.headers", "source": "fed1beff-f1ea-44c3-bae2-ceff4e517a4e-attachment.json", "type": "application/json"}], "start": 1775217525167, "stop": 1775217525167}], "attachments": [{"name": "cURL", "source": "79729a23-8522-45f7-9884-d31ba641accb-attachment.txt", "type": "text/plain"}], "start": 1775217525166, "stop": 1775217525167}, {"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": "e0f8c221-c783-449e-85b4-2f78da611f11-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e7421935-6554-416b-9dbe-89065f0eb930-attachment.json", "type": "application/json"}], "start": 1775217525230, "stop": 1775217525230}, {"name": "Response → 200, trace_id: 33285f92442d9ae420160f6da3c3c5e6", "status": "passed", "attachments": [{"name": "response.headers", "source": "1e798815-1a0f-4c7d-8c32-4779ac82029c-attachment.json", "type": "application/json"}], "start": 1775217525230, "stop": 1775217525230}], "attachments": [{"name": "cURL", "source": "a766a3cf-629e-4424-8365-578201f76510-attachment.txt", "type": "text/plain"}], "start": 1775217525230, "stop": 1775217525230}, {"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": "7614c131-548a-4c5b-aa5a-dff61d078084-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "85a1c9db-cfa5-45f1-bcaf-98975d12e3ac-attachment.json", "type": "application/json"}], "start": 1775217525293, "stop": 1775217525294}, {"name": "Response → 200, trace_id: d9f54151b7c5061f41f44a1a8acbdb35", "status": "passed", "attachments": [{"name": "response.headers", "source": "c0d7dae5-e88e-462b-9c64-1efc3c72b88c-attachment.json", "type": "application/json"}], "start": 1775217525294, "stop": 1775217525294}], "attachments": [{"name": "cURL", "source": "f891b6e2-9700-420c-9f41-df76fb436054-attachment.txt", "type": "text/plain"}], "start": 1775217525293, "stop": 1775217525294}, {"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": "3bb5ea34-a5aa-47e8-80a3-ffd900aad040-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a7434d90-bf43-4ab3-8229-eb4d9772ab91-attachment.json", "type": "application/json"}], "start": 1775217525359, "stop": 1775217525359}, {"name": "Response → 200, trace_id: 8900f47f91b2c5dacffd674e198f3e85", "status": "passed", "attachments": [{"name": "response.headers", "source": "508c9588-17de-4cdb-bd88-b55f62f3210f-attachment.json", "type": "application/json"}], "start": 1775217525359, "stop": 1775217525359}], "attachments": [{"name": "cURL", "source": "76e44944-02f6-4e8d-b113-99ed9e2e84e9-attachment.txt", "type": "text/plain"}], "start": 1775217525359, "stop": 1775217525359}, {"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": "44647557-59fd-4cf1-bcc9-cbeacc977562-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1b84d121-eed4-494e-bdb2-183e735dcc39-attachment.json", "type": "application/json"}], "start": 1775217525430, "stop": 1775217525430}, {"name": "Response → 200, trace_id: 702d03f4df4d8e324645bf402482c485", "status": "passed", "attachments": [{"name": "response.headers", "source": "5fedaf21-b709-4b30-b275-09c9a0d98091-attachment.json", "type": "application/json"}], "start": 1775217525430, "stop": 1775217525430}], "attachments": [{"name": "cURL", "source": "96f5d33f-8bfd-407f-a763-030b44d70865-attachment.txt", "type": "text/plain"}], "start": 1775217525430, "stop": 1775217525430}, {"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": "8640cac5-18b4-4830-be47-f68a7f197e1e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c3201de7-8f49-4a65-8973-2a683f8423ae-attachment.json", "type": "application/json"}], "start": 1775217525495, "stop": 1775217525495}, {"name": "Response → 200, trace_id: f253b648d1017dfc62d1230ce04fa629", "status": "passed", "attachments": [{"name": "response.headers", "source": "cc0ec067-65a7-47f4-b83a-7d040a35f46f-attachment.json", "type": "application/json"}], "start": 1775217525495, "stop": 1775217525495}], "attachments": [{"name": "cURL", "source": "93be002f-91f4-46d2-9f52-d9d963659680-attachment.txt", "type": "text/plain"}], "start": 1775217525494, "stop": 1775217525495}, {"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": "981520c8-045e-4878-9dda-532ca140e289-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0c48e581-883b-4173-9755-e2c5d0faea8e-attachment.json", "type": "application/json"}], "start": 1775217525560, "stop": 1775217525561}, {"name": "Response → 200, trace_id: 34a0885b511f9ba703ad3f9e93b7dbb8", "status": "passed", "attachments": [{"name": "response.headers", "source": "e82cd349-af22-486e-ad5a-716257ec59a1-attachment.json", "type": "application/json"}], "start": 1775217525561, "stop": 1775217525561}], "attachments": [{"name": "cURL", "source": "62f50df4-2f95-4923-85c4-3fcdddef456c-attachment.txt", "type": "text/plain"}], "start": 1775217525560, "stop": 1775217525561}, {"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": "b5b9d06c-83b1-4a83-94cf-6ac5f2770200-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "785bfdb5-b07e-434f-91ee-d1e7ceb57d43-attachment.json", "type": "application/json"}], "start": 1775217525625, "stop": 1775217525625}, {"name": "Response → 200, trace_id: c3511b9d34b5357ff963229161cab462", "status": "passed", "attachments": [{"name": "response.headers", "source": "d08a30c3-706b-4b79-a085-ef4bad46e8f8-attachment.json", "type": "application/json"}], "start": 1775217525625, "stop": 1775217525625}], "attachments": [{"name": "cURL", "source": "46284d8a-df0b-46b0-bdd0-5c27a79de8b1-attachment.txt", "type": "text/plain"}], "start": 1775217525625, "stop": 1775217525625}, {"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": "80bd6395-0319-438b-a134-0497a5ce97fb-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c136f5c4-cb07-477a-bacb-f1d533310098-attachment.json", "type": "application/json"}], "start": 1775217525657, "stop": 1775217525657}, {"name": "Response → 200, trace_id: e0c8b09a18f2dafd7ec398833b4bb043", "status": "passed", "attachments": [{"name": "response.headers", "source": "021837d2-8579-46a0-8532-05d0de2f6bc3-attachment.json", "type": "application/json"}], "start": 1775217525657, "stop": 1775217525657}], "attachments": [{"name": "cURL", "source": "bb62bc0b-4961-4414-9674-b1cf18a7a92c-attachment.txt", "type": "text/plain"}], "start": 1775217525657, "stop": 1775217525657}, {"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": "89fae56c-4751-4252-b328-9cda32597995-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0a7dc951-7fcc-4b1a-9689-d10f89a59472-attachment.json", "type": "application/json"}], "start": 1775217526476, "stop": 1775217526476}, {"name": "Response → 200, trace_id: f3ea35b932f7cc89640329ac9b58ff40", "status": "passed", "attachments": [{"name": "response.headers", "source": "796801aa-d37d-4736-afc7-985e9683d699-attachment.json", "type": "application/json"}], "start": 1775217526476, "stop": 1775217526476}], "attachments": [{"name": "cURL", "source": "ae0bd029-6111-4110-aa85-98af976744b4-attachment.txt", "type": "text/plain"}], "start": 1775217526476, "stop": 1775217526476}, {"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": "a69e84f7-7c1b-43b8-84be-78faba36dae8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0ab9f2c5-08ee-4d2e-b4cc-42c1e179229a-attachment.json", "type": "application/json"}], "start": 1775217526552, "stop": 1775217526553}, {"name": "Response → 200, trace_id: 0abc0686492650da52ee69e99e9cbc81", "status": "passed", "attachments": [{"name": "response.headers", "source": "2730b3cc-9384-4047-9bdf-a4a519126aee-attachment.json", "type": "application/json"}], "start": 1775217526553, "stop": 1775217526553}], "attachments": [{"name": "cURL", "source": "e2f6d82f-2d44-422f-a8bb-662bafd52459-attachment.txt", "type": "text/plain"}], "start": 1775217526552, "stop": 1775217526553}, {"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": "ee8ac3a1-7260-47df-b679-b30837c2e884-attachment.txt", "type": "text/plain"}], "start": 1775217526561, "stop": 1775217526561}], "start": 1775217526556, "stop": 1775217526561}, {"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": "b1f31b12-4e70-4025-b66c-e9d14ea44193-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "22b535e5-53d7-44c9-87a3-0c24556f4b94-attachment.json", "type": "application/json"}], "start": 1775217526574, "stop": 1775217526574}], "start": 1775217526561, "stop": 1775217526574}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015554/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "4126b4ed-299c-4d72-bb72-a493d510fab1-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "35a07f17-9581-484e-ac66-57be59e14076-attachment.json", "type": "application/json"}], "start": 1775217526605, "stop": 1775217526605}, {"name": "Response → 200, trace_id: 93c2540424484e0908cea77615a7eb88", "status": "passed", "attachments": [{"name": "response.headers", "source": "dbb67429-4310-4a12-a442-fe8ac14853bd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "bdd4e5ca-2fcd-4973-9d46-3cfdc4d643eb-attachment.json", "type": "application/json"}], "start": 1775217526605, "stop": 1775217526605}], "attachments": [{"name": "cURL", "source": "475a00ef-3b0c-4d08-9570-830a28ccc0f7-attachment.txt", "type": "text/plain"}], "start": 1775217526605, "stop": 1775217526605}, {"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": "5ff4d123-ec18-4801-be32-79fa486353a1-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b4b1db8a-b9a0-4688-8189-06c2b7bdd79c-attachment.json", "type": "application/json"}], "start": 1775217526631, "stop": 1775217526631}, {"name": "Response → 200, trace_id: 6c3aff21978be5043ab94087d7641c6b", "status": "passed", "attachments": [{"name": "response.headers", "source": "78fa16dd-4ae7-449c-8d79-51f4ed1dd659-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7946ea12-63bd-46fa-b237-15e0d96222e4-attachment.json", "type": "application/json"}], "start": 1775217526631, "stop": 1775217526631}], "attachments": [{"name": "cURL", "source": "7bef69cd-00ed-4b06-8bc7-74651278419a-attachment.txt", "type": "text/plain"}], "start": 1775217526631, "stop": 1775217526631}, {"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": "f17aa551-26f7-4cbb-831e-5899ef67505c-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7220a34a-e65e-4dcb-8503-7db11f86b065-attachment.json", "type": "application/json"}], "start": 1775217526660, "stop": 1775217526660}, {"name": "Response → 200, trace_id: 3fdf2de4be6b8c8b4d942d67d0cc9dd0", "status": "passed", "attachments": [{"name": "response.headers", "source": "97490a87-a84a-4787-a923-627513fb01c6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f1b9b8f1-da51-4d42-8ea5-7980eeea7701-attachment.json", "type": "application/json"}], "start": 1775217526660, "stop": 1775217526661}], "attachments": [{"name": "cURL", "source": "d026e913-29c0-4ccd-a585-cd03977c6701-attachment.txt", "type": "text/plain"}], "start": 1775217526660, "stop": 1775217526661}], "start": 1775217524656, "stop": 1775217526664}, {"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": "56de3234-6f06-4737-a99a-358c45a73219-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "50559bd1-338c-4bfa-bdb0-3914afb2bfb8-attachment.json", "type": "application/json"}], "start": 1775217526668, "stop": 1775217526668}], "start": 1775217526664, "stop": 1775217526668}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoices/send-to-declaration?invoice_ids=410000015554", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "192c1a68-d03c-4c76-80b9-eecddc2ca4cc-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "deb56751-5e8e-4d8d-a292-215067a71306-attachment.json", "type": "application/json"}], "start": 1775217526707, "stop": 1775217526707}, {"name": "Response → 200, trace_id: 0e2b94b27f67e63cd3f93f0ee30c951b", "status": "passed", "attachments": [{"name": "response.headers", "source": "0ef02624-912f-4bb0-b998-cbc008927ac8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3bb772d9-2274-4217-a610-419002373109-attachment.json", "type": "application/json"}], "start": 1775217526707, "stop": 1775217526707}], "attachments": [{"name": "cURL", "source": "ac0896ad-cff2-4a5c-b664-d0e18c8d03cf-attachment.txt", "type": "text/plain"}], "start": 1775217526707, "stop": 1775217526707}, {"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": "b5a973a3-9095-4eea-80ba-459f4d33120c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "753d057d-f455-47ec-91fd-33a3db548aa5-attachment.json", "type": "application/json"}], "start": 1775217526716, "stop": 1775217526716}], "start": 1775217526711, "stop": 1775217526716}, {"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": "314b792e-5b2d-47a2-9233-8888d1506096-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "94573b2f-3011-4af3-bb8a-91d872dfa40e-attachment.json", "type": "application/json"}], "start": 1775217526728, "stop": 1775217526729}], "start": 1775217526716, "stop": 1775217526729}, {"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": "71d73de0-48d1-4d49-a9d5-108482ab0b2a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "7dbbec58-bcf2-441d-8254-1dcf56779e4c-attachment.json", "type": "application/json"}], "start": 1775217526791, "stop": 1775217526791}, {"name": "Response → 200, trace_id: e1c449e13ac9623f307bc00b451d3a24", "status": "passed", "attachments": [{"name": "response.headers", "source": "6c7fc6ba-9b0e-4b50-8fea-2a1108d376e5-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d1a544a9-2bc7-4b70-a56d-ce545a5cf1da-attachment.json", "type": "application/json"}], "start": 1775217526791, "stop": 1775217526791}], "attachments": [{"name": "cURL", "source": "ad313de5-a8f2-4e00-8b78-be5a39ce53b2-attachment.txt", "type": "text/plain"}], "start": 1775217526791, "stop": 1775217526791}, {"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": "6941fd0c-6f75-45aa-a9b6-b3c17676eb7e-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "19d21d87-a3a5-49c7-a616-ecbb777db189-attachment.json", "type": "application/json"}], "start": 1775217526799, "stop": 1775217526800}], "start": 1775217526795, "stop": 1775217526800}, {"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": "2b78f63d-9c56-4783-9e9f-710580e4b1d4-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "b4e25bd3-4f82-4e96-8dad-7ab3094497df-attachment.json", "type": "application/json"}], "start": 1775217526811, "stop": 1775217526811}], "start": 1775217526800, "stop": 1775217526812}], "start": 1775217526664, "stop": 1775217526812}, {"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": "12e6b573-bc8c-4172-adbb-71ff410373d9-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a906a055-3762-45f5-9065-31e02b96b37c-attachment.json", "type": "application/json"}], "start": 1775217526815, "stop": 1775217526815}], "start": 1775217526812, "stop": 1775217526815}, {"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": "9827a24d-c5cf-45bb-855e-013e579d23e9-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "aed0b84c-b03a-4723-889f-ac8b6f9fcb30-attachment.json", "type": "application/json"}], "start": 1775217526938, "stop": 1775217526938}, {"name": "Response → 200, trace_id: e3e938385b731d48967ae834123c488c", "status": "passed", "attachments": [{"name": "response.headers", "source": "6befb332-eec3-4d27-80fb-67379daf24f0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0f9bcd01-98d7-4790-95a8-6bbb39dcb4eb-attachment.json", "type": "application/json"}], "start": 1775217526938, "stop": 1775217526939}], "attachments": [{"name": "cURL", "source": "d2a6d3f5-66b3-46a0-9385-d405b7e3f9ed-attachment.txt", "type": "text/plain"}], "start": 1775217526938, "stop": 1775217526939}, {"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": "d807868d-e09f-4cbc-8b0f-9da1d61f5db6-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "73513119-00f3-4e59-8c07-beadc3dfa0d1-attachment.json", "type": "application/json"}], "start": 1775217526947, "stop": 1775217526947}], "start": 1775217526942, "stop": 1775217526948}], "start": 1775217526812, "stop": 1775217526948}, {"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": "481e5259-73a1-4c04-8cb0-0f02d729ac20-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "6f07c0c7-b6c8-417f-8f62-6b835a7cf3f0-attachment.json", "type": "application/json"}], "start": 1775217526960, "stop": 1775217526960}], "start": 1775217526948, "stop": 1775217526961}, {"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": "1b9a214c-17d1-4654-9305-cb58a3087072-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e81cc53b-f8b8-4f10-a438-1867201f8265-attachment.json", "type": "application/json"}], "start": 1775217527042, "stop": 1775217527043}, {"name": "Response → 200, trace_id: 458f4caa668250cddb4d177377756109", "status": "passed", "attachments": [{"name": "response.headers", "source": "6546db56-be2d-40e7-bf2a-10ddf972bc59-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4b4e83a8-7d6c-4270-9ddc-15c3038c8f7a-attachment.json", "type": "application/json"}], "start": 1775217527043, "stop": 1775217527043}], "attachments": [{"name": "cURL", "source": "1f09f7af-ff67-455e-92d8-ccd078d362ba-attachment.txt", "type": "text/plain"}], "start": 1775217527042, "stop": 1775217527043}, {"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": "00723a61-ee24-4c40-bfd2-c79151bef6ec-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "cdffd3b8-2df8-428f-981e-eff8f6307762-attachment.json", "type": "application/json"}], "start": 1775217527067, "stop": 1775217527068}, {"name": "Response → 200, trace_id: 50bba977ea19d5ff1b007aeee4df9d6a", "status": "passed", "attachments": [{"name": "response.headers", "source": "e50013f1-1752-42b1-ac28-ed49cd0f7981-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ab08afa8-e297-4fd5-9690-f78734f4ad90-attachment.json", "type": "application/json"}], "start": 1775217527068, "stop": 1775217527068}], "attachments": [{"name": "cURL", "source": "c0ed6054-c05f-4776-a5a5-ec07c642ab50-attachment.txt", "type": "text/plain"}], "start": 1775217527067, "stop": 1775217527068}, {"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": "0e28d1ed-7e88-412d-9989-168ab32d3b57-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "82c63ec1-d7d8-429a-93e8-97a97ad839ec-attachment.json", "type": "application/json"}], "start": 1775217527097, "stop": 1775217527097}, {"name": "Response → 200, trace_id: 9676e65e3a29852e20eabaa1c3d7c95e", "status": "passed", "attachments": [{"name": "response.headers", "source": "62ad6155-330f-476d-947a-9f5b549df6c4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c3cac000-e12c-4e6b-9c1e-56604bd3d096-attachment.json", "type": "application/json"}], "start": 1775217527097, "stop": 1775217527097}], "attachments": [{"name": "cURL", "source": "e78669fc-cc2f-41de-9831-73dccb856021-attachment.txt", "type": "text/plain"}], "start": 1775217527097, "stop": 1775217527097}, {"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": "2dd5b14a-8eb6-4301-a77c-cbc17e679a4f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2ba41750-ce83-44dd-9f1c-0852eed70013-attachment.json", "type": "application/json"}], "start": 1775217527126, "stop": 1775217527126}, {"name": "Response → 200, trace_id: 5b42a24e61af4e9a02f19089be517fcd", "status": "passed", "attachments": [{"name": "response.headers", "source": "5bd3c75a-4a44-471e-aa25-2e4b819b7ebb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "96c9f174-473a-4cb4-ab63-dc8b0c56a066-attachment.json", "type": "application/json"}], "start": 1775217527126, "stop": 1775217527126}], "attachments": [{"name": "cURL", "source": "72a115de-c62b-4448-8020-e9718a884f2b-attachment.txt", "type": "text/plain"}], "start": 1775217527126, "stop": 1775217527126}, {"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": "64ff3f9e-eac7-4610-a093-dba7a819cb26-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5794d374-ea26-439e-ad21-8851e6410d70-attachment.json", "type": "application/json"}], "start": 1775217527176, "stop": 1775217527176}, {"name": "Response → 200, trace_id: 0d12a407509461a8e5d6edd8176aa3c7", "status": "passed", "attachments": [{"name": "response.headers", "source": "b0d919ad-45b1-4a67-a41d-fd6e2a8f6215-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f7c65388-d0db-4578-bd4a-42d7de1c51af-attachment.json", "type": "application/json"}], "start": 1775217527176, "stop": 1775217527176}], "attachments": [{"name": "cURL", "source": "53904b0c-9581-4248-9bf2-4d56531e07d7-attachment.txt", "type": "text/plain"}], "start": 1775217527176, "stop": 1775217527176}, {"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": "f75a52d7-421b-4768-8fe6-723a5e28a6d6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "80a8f187-73bd-408e-8180-3989cebf66d2-attachment.json", "type": "application/json"}], "start": 1775217527200, "stop": 1775217527201}, {"name": "Response → 200, trace_id: c900077fac05595a4dc1f8f572855e6c", "status": "passed", "attachments": [{"name": "response.headers", "source": "b8ba403e-69da-43f7-9c91-fd4486506ba1-attachment.json", "type": "application/json"}], "start": 1775217527201, "stop": 1775217527201}], "attachments": [{"name": "cURL", "source": "b47a0526-6f14-43e3-9293-3c5e059cb595-attachment.txt", "type": "text/plain"}], "start": 1775217527200, "stop": 1775217527201}, {"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": "4434e98c-2a47-4393-a460-5134fc454499-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2a406358-cc76-4e70-bf7e-24b3a829bf0e-attachment.json", "type": "application/json"}], "start": 1775217527277, "stop": 1775217527278}, {"name": "Response → 200, trace_id: 3a5bf168adfb78b78a310a10142bf62f", "status": "passed", "attachments": [{"name": "response.headers", "source": "aa1aa8a3-8ce2-42a1-8984-bd7ff19eccfd-attachment.json", "type": "application/json"}], "start": 1775217527278, "stop": 1775217527278}], "attachments": [{"name": "cURL", "source": "853c9a5f-d16c-4096-83c8-bda6bfc65b53-attachment.txt", "type": "text/plain"}], "start": 1775217527277, "stop": 1775217527278}, {"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": "05cd6910-2465-4ec4-818b-3690e524c286-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "89824e65-f31d-46b2-81db-df7887584977-attachment.json", "type": "application/json"}], "start": 1775217527387, "stop": 1775217527387}, {"name": "Response → 200, trace_id: 778565faa73ba53ab26b8c2b4ea81f5b", "status": "passed", "attachments": [{"name": "response.headers", "source": "3985db0f-f5b4-445b-bbc9-1673b6aeab45-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2768f914-c0b5-4bea-aace-c6113afe6213-attachment.json", "type": "application/json"}], "start": 1775217527387, "stop": 1775217527387}], "attachments": [{"name": "cURL", "source": "6c9220fd-9581-47a4-ab1e-6c83c4ae55f1-attachment.txt", "type": "text/plain"}], "start": 1775217527387, "stop": 1775217527387}, {"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": "3ddf167a-9f05-4f4b-9f21-c2cee946f553-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "dcbb5dbd-0611-42b2-897d-54509df245b5-attachment.json", "type": "application/json"}], "start": 1775217527392, "stop": 1775217527393}, {"name": "Response → 200, trace_id: 842f1876fdd37e26f9a7b930a5d45556", "status": "passed", "attachments": [{"name": "response.headers", "source": "b7cc2ab1-e245-4de9-aa76-5850dcf5ddc0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fea7d1ec-ad12-403b-9c5f-5c08ab98ef32-attachment.json", "type": "application/json"}], "start": 1775217527393, "stop": 1775217527394}], "attachments": [{"name": "cURL", "source": "003e581e-6431-443f-a9f2-7bb1ff51b1fc-attachment.txt", "type": "text/plain"}], "start": 1775217527392, "stop": 1775217527394}, {"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": "7e40473e-a685-40e7-a2a2-02107d52abfa-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9eb8893c-9308-49a5-8e8f-ccfad60b730b-attachment.json", "type": "application/json"}], "start": 1775217527514, "stop": 1775217527514}, {"name": "Response → 200, trace_id: af63e82abffaa2bae0534844fad2bf90", "status": "passed", "attachments": [{"name": "response.headers", "source": "5fd5b7e7-6e8e-44f3-a3de-f2114d5e3ac2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c6a34018-bf35-4bdd-a307-190cd9ba5a05-attachment.json", "type": "application/json"}], "start": 1775217527514, "stop": 1775217527514}], "attachments": [{"name": "cURL", "source": "e4afe2ec-9c5b-4c11-90f4-7e8aedfc7588-attachment.txt", "type": "text/plain"}], "start": 1775217527514, "stop": 1775217527514}, {"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": "5e0b4480-0e8c-449d-b25c-20f1c3326514-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "53de6570-0dbb-4fdf-b832-29191a116baa-attachment.json", "type": "application/json"}], "start": 1775217527519, "stop": 1775217527520}, {"name": "Response → 200, trace_id: d06c54f8522af3f175d07865d5cacc78", "status": "passed", "attachments": [{"name": "response.headers", "source": "7dbe2fd7-f336-4752-b60b-4ec8f25bbb3e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9c811dd8-f041-4b86-aec6-b884c2222249-attachment.json", "type": "application/json"}], "start": 1775217527520, "stop": 1775217527521}], "attachments": [{"name": "cURL", "source": "1b952b52-f22b-4afe-ac31-7df14dabaf1a-attachment.txt", "type": "text/plain"}], "start": 1775217527519, "stop": 1775217527521}, {"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": "eba07ffd-76aa-409d-a578-79b3922892d4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "915cccd2-2fb2-4878-bea1-49d7a83b8772-attachment.json", "type": "application/json"}], "start": 1775217527638, "stop": 1775217527639}, {"name": "Response → 200, trace_id: 2d210d1a247324538336905edb2aac57", "status": "passed", "attachments": [{"name": "response.headers", "source": "c2ead9a1-cee6-4f08-84c1-cf6e96d65293-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1974bd5b-7b62-435e-a9ad-c4bc16fa3516-attachment.json", "type": "application/json"}], "start": 1775217527639, "stop": 1775217527640}], "attachments": [{"name": "cURL", "source": "dd71686e-9ac4-4d87-9ebf-926d1f350b33-attachment.txt", "type": "text/plain"}], "start": 1775217527638, "stop": 1775217527640}, {"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": "48017cff-13c0-4e62-9792-a5027921cb69-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b7ce4c4c-d685-4d5e-a014-96e1965a4ef6-attachment.json", "type": "application/json"}], "start": 1775217527639, "stop": 1775217527640}, {"name": "Response → 200, trace_id: 5170c6e8eec919ac603422699cae62c1", "status": "passed", "attachments": [{"name": "response.headers", "source": "74a6ed4c-7f3c-4bfb-9124-a84057d748d4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b9dc6080-a45b-4a3f-8757-5bb3fdebb78d-attachment.json", "type": "application/json"}], "start": 1775217527640, "stop": 1775217527641}], "attachments": [{"name": "cURL", "source": "03c0a226-5be3-4236-805d-522c92ca7be5-attachment.txt", "type": "text/plain"}], "start": 1775217527639, "stop": 1775217527641}, {"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": "092329f3-b56c-42d9-a2eb-9eb23d918d4c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "482ea3ce-b3cc-4121-8b0d-47d058002c7a-attachment.json", "type": "application/json"}], "start": 1775217527762, "stop": 1775217527762}, {"name": "Response → 200, trace_id: 490f20e8e911a4f24e76b32e567eb946", "status": "passed", "attachments": [{"name": "response.headers", "source": "feea257f-507e-4e50-b267-3e209db68240-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "45900947-1cf2-4a87-b732-e3c5d8b95856-attachment.json", "type": "application/json"}], "start": 1775217527762, "stop": 1775217527762}], "attachments": [{"name": "cURL", "source": "f96026f1-543e-439a-aa50-000f70e17547-attachment.txt", "type": "text/plain"}], "start": 1775217527762, "stop": 1775217527762}, {"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": "d6dc4d46-f5e1-4853-b35b-0205d3582181-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "63f18f7d-332e-4108-a204-039f58757053-attachment.json", "type": "application/json"}], "start": 1775217527773, "stop": 1775217527773}, {"name": "Response → 200, trace_id: b21c10970eeef514f4dc175381849702", "status": "passed", "attachments": [{"name": "response.headers", "source": "91d0b8f9-3575-446c-853b-d1a2a0e18dfe-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5b456d78-eb56-4f22-9ea1-dca109f996e3-attachment.json", "type": "application/json"}], "start": 1775217527773, "stop": 1775217527773}], "attachments": [{"name": "cURL", "source": "80a57446-d7b8-4720-9ad5-96710c9a51d8-attachment.txt", "type": "text/plain"}], "start": 1775217527773, "stop": 1775217527773}, {"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": "271183b3-2bf8-4a0d-bb3c-d2d1a436fc54-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8ee5f3ad-f633-42cc-89bd-4ea708557492-attachment.json", "type": "application/json"}], "start": 1775217527886, "stop": 1775217527887}, {"name": "Response → 200, trace_id: 91753cb90d4253c057ae4fd24afd7d26", "status": "passed", "attachments": [{"name": "response.headers", "source": "0d218803-d6f1-440a-a719-aef136ccd1f3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "77ac085b-4201-472f-8425-0f7320119237-attachment.json", "type": "application/json"}], "start": 1775217527887, "stop": 1775217527887}], "attachments": [{"name": "cURL", "source": "5ccecc6a-b4ff-4ba9-90f5-fa5f0a5919d3-attachment.txt", "type": "text/plain"}], "start": 1775217527886, "stop": 1775217527887}, {"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": "14b26247-ce98-45e8-a13f-b7b5300e0e55-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "977cf7d5-a64c-4ba0-9ea9-aa3cea156c2c-attachment.json", "type": "application/json"}], "start": 1775217528010, "stop": 1775217528011}, {"name": "Response → 200, trace_id: 90816e01b993798d5f2acf793de6e9eb", "status": "passed", "attachments": [{"name": "response.headers", "source": "5848451f-88fc-4309-9ec0-f0eaae453dd1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "94a4f2c2-756f-4eb0-a688-c25f78594672-attachment.json", "type": "application/json"}], "start": 1775217528011, "stop": 1775217528011}], "attachments": [{"name": "cURL", "source": "e7af8b04-02fb-407f-a68e-3c7b97be095c-attachment.txt", "type": "text/plain"}], "start": 1775217528010, "stop": 1775217528011}, {"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": "f5bb802b-0519-4d9b-953d-9e4a886aa4c3-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "26e25549-a15c-410f-a256-3f982b5379de-attachment.json", "type": "application/json"}], "start": 1775217528128, "stop": 1775217528128}, {"name": "Response → 200, trace_id: e848751623dc2cd674cebecb85898cb8", "status": "passed", "attachments": [{"name": "response.headers", "source": "53a9e1a5-426e-4d42-9575-08780903a92d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "503555a4-37cb-425d-bffb-e500925bd053-attachment.json", "type": "application/json"}], "start": 1775217528128, "stop": 1775217528128}], "attachments": [{"name": "cURL", "source": "d60540d2-3def-4c3a-95fb-190903cb5b9b-attachment.txt", "type": "text/plain"}], "start": 1775217528128, "stop": 1775217528128}, {"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": "dcb71819-b4e5-4d01-9b29-9c573bb26559-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0c1a4c43-ff85-443e-9430-68aed13ccaeb-attachment.json", "type": "application/json"}], "start": 1775217528207, "stop": 1775217528207}, {"name": "Response → 200, trace_id: ce98f52c50f4b7740972dda167189030", "status": "passed", "attachments": [{"name": "response.headers", "source": "1d64b661-c738-4fac-9ecd-f80f63cce8af-attachment.json", "type": "application/json"}], "start": 1775217528207, "stop": 1775217528207}], "attachments": [{"name": "cURL", "source": "f1ea9d39-d75d-4a0d-8232-4807811d7696-attachment.txt", "type": "text/plain"}], "start": 1775217528206, "stop": 1775217528207}, {"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": "2a93049d-3e02-4276-9646-f709604a80a5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "355d1b40-8d21-4ba5-83a0-8ad85291cc63-attachment.json", "type": "application/json"}], "start": 1775217528233, "stop": 1775217528233}, {"name": "Response → 200, trace_id: d6e798078b5e1848e5e882f3a8679584", "status": "passed", "attachments": [{"name": "response.headers", "source": "defbdddf-98bc-4439-847c-82ab7781295e-attachment.json", "type": "application/json"}], "start": 1775217528233, "stop": 1775217528233}], "attachments": [{"name": "cURL", "source": "adabfe09-48e1-47cb-b2a3-3bc5e0d901dd-attachment.txt", "type": "text/plain"}], "start": 1775217528233, "stop": 1775217528233}, {"name": "Waiter function: wait_box_status", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "a2cabc12-dbe9-46b4-a24e-521baab5ea69-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "1718e673-48f0-4eed-bac8-e86fb01bfc4e-attachment.json", "type": "application/json"}], "start": 1775217528326, "stop": 1775217528326}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "8c3e9c47-d6e8-4986-be70-52b248c62b6e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "1eb01152-7c9b-4e13-af3e-17b2f64f6240-attachment.json", "type": "application/json"}], "start": 1775217528326, "stop": 1775217528327}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "804db2ab-cd0c-40a5-9bc6-82d43264969b-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "fdd4bf8a-7490-45c3-a2af-8bb07a04f40d-attachment.json", "type": "application/json"}], "start": 1775217528327, "stop": 1775217528327}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "968dda43-5336-41a3-bfad-30ef3f4b83f1-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a8701193-ec33-42a5-94a7-bcb8566dc51d-attachment.json", "type": "application/json"}], "start": 1775217528332, "stop": 1775217528332}], "start": 1775217528236, "stop": 1775217528332}, {"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": "f880a3e3-6cda-4769-97ec-0b0f49dbbba5-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "7d6a4f23-b305-490f-9b30-d98571400dd3-attachment.json", "type": "application/json"}], "start": 1775217528336, "stop": 1775217528337}], "start": 1775217528332, "stop": 1775217528337}, {"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": "60c7544c-f184-4f76-9af2-b9754ac0dd0b-attachment.txt", "type": "text/plain"}], "start": 1775217528349, "stop": 1775217528349}], "start": 1775217528337, "stop": 1775217528349}], "start": 1775217526948, "stop": 1775217528349}, {"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": "cb278a2b-0476-4342-8a51-b876aa4b7028-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9c202424-767d-4975-82f6-d59b0bf6457b-attachment.json", "type": "application/json"}], "start": 1775217528361, "stop": 1775217528362}], "start": 1775217528349, "stop": 1775217528362}, {"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": "bd72ed46-af28-46f7-b024-db7827826b5b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "45453bc9-47fb-4062-9079-3d9613fc5d44-attachment.json", "type": "application/json"}], "start": 1775217528450, "stop": 1775217528450}, {"name": "Response → 200, trace_id: f0016d6251a5566f1a14d9db65daa6dd", "status": "passed", "attachments": [{"name": "response.headers", "source": "975bc1ed-2e68-474c-bc5e-8b3287d9d160-attachment.json", "type": "application/json"}], "start": 1775217528450, "stop": 1775217528450}], "attachments": [{"name": "cURL", "source": "91883334-86a8-4fd4-bdd5-ea6c168e4a2d-attachment.txt", "type": "text/plain"}], "start": 1775217528450, "stop": 1775217528450}, {"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": "91e49b85-6745-456b-b2e0-3b9cc0118858-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "53b761b6-3f81-4c82-995b-56352eef3f36-attachment.json", "type": "application/json"}], "start": 1775217528458, "stop": 1775217528458}], "start": 1775217528453, "stop": 1775217528458}], "start": 1775217528349, "stop": 1775217528458}, {"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": "8bdf9955-76ec-4679-9d47-05462e3d8597-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "1061b093-a693-43d0-b45c-dcfaa594b979-attachment.json", "type": "application/json"}], "start": 1775217528471, "stop": 1775217528471}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "54ae3b21-96b4-4ba1-aa06-dfd95f6bfc50-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "d1ea5378-efcd-458c-8645-0ea8def18405-attachment.json", "type": "application/json"}], "start": 1775217548476, "stop": 1775217548476}], "start": 1775217528458, "stop": 1775217548476}, {"name": "Waiter function: get_accepted_invoice", "status": "passed", "start": 1775217548476, "stop": 1775217548617}], "attachments": [{"name": "log", "source": "7ce05332-a119-423c-aac9-db0e3a100014-attachment.txt", "type": "text/plain"}], "start": 1775217523209, "stop": 1775217548618, "uuid": "2be731e4-ebb1-43f3-9909-90f6a17678f0", "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-fovfomex"}, {"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"]}