{"name": "test_e2e_inbound_uzbekistan_yandex_with_created_stock_no_kafka", "status": "failed", "statusDetails": {"message": "AssertionError: assert 41000000002 == 9999999999\n +  where 41000000002 = Acceptance(task_id='410000015676', bar_code='YA41000000200016061', id=None, created_time=datetime.datetime(2026, 4, 5, 14, 51, 3, 562000), original_invoice_id=410000015676, invoice_number=410000015676, full_price=2779, seller_id=41000000002, sku_list=[Sku(expiration_date=None, price=397, currency='USD', amount=1, kafka_sku=KafkaSku(purchase_price=None, sell_price=None, amount=None, dimensions=Dimensions(length=757, width=597, height=997), identifier_types=None, full_name='Евдокия Игоревна Куликова', image_url=None, sku_title=None, weight=296, id=4100000000000052999, product_id=None, category_id=None, seller_id=None, shop_id=None, description='Autotest_дрогнуть', bar_code='33412055012730', factory_bar_code=None, sku_group_id=None, identifier_required=False, expiration_date_required=False, returnable=True, adult=False, content_hidden=False, photo_required=False, product_group='COMMON', warehouse_id=0, crpt_required=False), reason='NEW', identifiers=None, aggregated_crpt_codes=None, scanned_crpt_codes=[]), Sku(expiration_date=None, price=397, currency='USD', amount=6, kafka_sku=KafkaSku(purchase_price=None, sell_price=None, amount=None, dimensions=Dimensions(length=757, width=597, height=997), identifier_types=None, full_name='Евдокия Игоревна Куликова', image_url=None, sku_title=None, weight=296, id=4100000000000052999, product_id=None, category_id=None, seller_id=None, shop_id=None, description='Autotest_дрогнуть', bar_code='30223805096912', factory_bar_code=None, sku_group_id=None, identifier_required=False, expiration_date_required=False, returnable=True, adult=False, content_hidden=False, photo_required=False, product_group='COMMON', warehouse_id=0, crpt_required=False), reason='NEW', identifiers=None, aggregated_crpt_codes=None, scanned_crpt_codes=[])], cargo_places=1, warehouse_id=1693627, crpt_required=False, utd_number=None, crpt_acceptance_mode='FULL_SCAN', invoice_aggregated_crpt_codes=[], chunk_amount=1, chunk_number=1, primary_document_number='gtd_autotest_7540066199', status='ACCEPT_FINISH').seller_id\n +  and   9999999999 = WMSSellerDTO(id=9999999999, inn='9999999999', phone='+79999999999', full_name='').id\n +    where WMSSellerDTO(id=9999999999, inn='9999999999', phone='+79999999999', full_name='') = <src.framework.wms.builders.acceptance.invoice.invoice.WMSInvoiceBuilder object at 0x7571d4103f10>.seller", "trace": "self = <tests.wms.test_e2e_inbound.test_inbound.TestE2EInbound object at 0x7571d57b8fd0>\necom_invoice_in_wms = FFInvoiceDTO(invoice=<src.framework.fulfillment.builders.supply.invoice.InvoiceBuilder object at 0x7571d4773a90>)\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 0x7571d4103f10>\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.data.invoice.barcode\n>       assert accepted_invoice.seller_id == invoice.seller.id\nE       AssertionError: assert 41000000002 == 9999999999\nE        +  where 41000000002 = Acceptance(task_id='410000015676', bar_code='YA41000000200016061', id=None, created_time=datetime.datetime(2026, 4, 5, 14, 51, 3, 562000), original_invoice_id=410000015676, invoice_number=410000015676, full_price=2779, seller_id=41000000002, sku_list=[Sku(expiration_date=None, price=397, currency='USD', amount=1, kafka_sku=KafkaSku(purchase_price=None, sell_price=None, amount=None, dimensions=Dimensions(length=757, width=597, height=997), identifier_types=None, full_name='Евдокия Игоревна Куликова', image_url=None, sku_title=None, weight=296, id=4100000000000052999, product_id=None, category_id=None, seller_id=None, shop_id=None, description='Autotest_дрогнуть', bar_code='33412055012730', factory_bar_code=None, sku_group_id=None, identifier_required=False, expiration_date_required=False, returnable=True, adult=False, content_hidden=False, photo_required=False, product_group='COMMON', warehouse_id=0, crpt_required=False), reason='NEW', identifiers=None, aggregated_crpt_codes=None, scanned_crpt_codes=[]), Sku(expiration_date=None, price=397, currency='USD', amount=6, kafka_sku=KafkaSku(purchase_price=None, sell_price=None, amount=None, dimensions=Dimensions(length=757, width=597, height=997), identifier_types=None, full_name='Евдокия Игоревна Куликова', image_url=None, sku_title=None, weight=296, id=4100000000000052999, product_id=None, category_id=None, seller_id=None, shop_id=None, description='Autotest_дрогнуть', bar_code='30223805096912', factory_bar_code=None, sku_group_id=None, identifier_required=False, expiration_date_required=False, returnable=True, adult=False, content_hidden=False, photo_required=False, product_group='COMMON', warehouse_id=0, crpt_required=False), reason='NEW', identifiers=None, aggregated_crpt_codes=None, scanned_crpt_codes=[])], cargo_places=1, warehouse_id=1693627, crpt_required=False, utd_number=None, crpt_acceptance_mode='FULL_SCAN', invoice_aggregated_crpt_codes=[], chunk_amount=1, chunk_number=1, primary_document_number='gtd_autotest_7540066199', status='ACCEPT_FINISH').seller_id\nE        +  and   9999999999 = WMSSellerDTO(id=9999999999, inn='9999999999', phone='+79999999999', full_name='').id\nE        +    where WMSSellerDTO(id=9999999999, inn='9999999999', phone='+79999999999', full_name='') = <src.framework.wms.builders.acceptance.invoice.invoice.WMSInvoiceBuilder object at 0x7571d4103f10>.seller\n\nsrc/framework/wms/validation/inbound_check.py:34: AssertionError"}, "steps": [{"name": "AvailableCell add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "7307cf7e-06a0-4474-80fd-1d8232d91ae0-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "2b6065b3-8c30-4ffe-b306-dea953669df8-attachment.json", "type": "application/json"}], "start": 1775400658506, "stop": 1775400658506}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "63ffa8e9-18a7-46ba-84c4-27bd74c3791d-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "78e8b827-3c33-40ae-b731-a417f67af308-attachment.json", "type": "application/json"}], "start": 1775400658507, "stop": 1775400658507}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "02ea4c30-bf74-4212-aff5-018ca30abedf-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "1d4b62c4-484a-4b3e-a21b-9609138f06d8-attachment.json", "type": "application/json"}], "start": 1775400658507, "stop": 1775400658508}, {"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "880a9d06-2d5c-4aa6-9556-bf0528050815-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "7e84f572-a531-43bf-8618-36a0c8ba82ae-attachment.json", "type": "application/json"}], "start": 1775400658510, "stop": 1775400658510}], "start": 1775400658496, "stop": 1775400658513}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "0aaf5807-b413-4570-a0ed-14113a02b752-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "884d123e-6858-4f47-a3ad-2f20a865daa0-attachment.json", "type": "application/json"}], "start": 1775400658590, "stop": 1775400658590}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "68f280e2-9591-4493-8a3c-638b59c6d240-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "f2cbdaf8-7b34-4c5e-8b56-f510d1cabc3c-attachment.json", "type": "application/json"}], "start": 1775400658591, "stop": 1775400658591}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "dda8aac2-eda6-4d80-bcc0-af60e85cad15-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "2a6eb5ec-77c2-49f4-8c67-f408f9bb9e63-attachment.json", "type": "application/json"}], "start": 1775400658591, "stop": 1775400658591}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "3e30c498-b9da-46d9-a65f-3d651e6ce2ed-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "071d80c8-c33d-4925-a3b8-020b83d1753a-attachment.json", "type": "application/json"}], "start": 1775400658601, "stop": 1775400658602}, {"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": "667e1c20-dd9a-4b9b-9c93-492821187be8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "710b761d-f76a-4550-afb0-0a42edb34edc-attachment.json", "type": "application/json"}], "start": 1775400658646, "stop": 1775400658646}, {"name": "Response → 200, trace_id: a4fae8fb9f0f45ae59559408e320841b", "status": "passed", "attachments": [{"name": "response.headers", "source": "ea2d5b3d-8223-4755-94d8-0982be1a95f2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2dfc425a-4d3f-4633-8e74-2412d9b0ede9-attachment.json", "type": "application/json"}], "start": 1775400658646, "stop": 1775400658647}], "attachments": [{"name": "cURL", "source": "8f09c52a-4918-4994-b016-857c461b21bf-attachment.txt", "type": "text/plain"}], "start": 1775400658646, "stop": 1775400658647}], "start": 1775400658602, "stop": 1775400658650}], "start": 1775400658513, "stop": 1775400658650}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "8e673adb-27b8-481c-92dd-38bbfbb693df-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "1d58d8c6-a69c-42b4-a447-d6e87a08dd24-attachment.json", "type": "application/json"}], "start": 1775400658661, "stop": 1775400658661}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "dfcb9883-e3de-40a2-b15f-92fa3ed66e75-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "ad2c4b51-2395-435d-ad3a-b70fbf5edad2-attachment.json", "type": "application/json"}], "start": 1775400658662, "stop": 1775400658662}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "9b41f1bd-bd03-4b6f-ae4d-bdbbf8cf68f9-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "860ca1d8-4968-45b5-acf2-31a8a9a5d33e-attachment.json", "type": "application/json"}], "start": 1775400658663, "stop": 1775400658663}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "bac70a0b-d9f2-46e1-a83a-0f4346d6ade3-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "e0887f49-833e-4835-bfb9-3cc2c4681681-attachment.json", "type": "application/json"}], "start": 1775400658994, "stop": 1775400658994}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "09745d7b-4c7a-4baf-b701-fb75d7dda2d1-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a47abac0-498a-46ca-804f-057e4018873c-attachment.json", "type": "application/json"}], "start": 1775400658997, "stop": 1775400658997}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "7aa99a58-6e0f-4d75-8266-f10b0058faef-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "5cd56e41-a5c9-4cff-9afd-9cb7f9009938-attachment.json", "type": "application/json"}], "start": 1775400658998, "stop": 1775400658998}], "start": 1775400658650, "stop": 1775400658999}, {"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": "9f9b1520-2907-4507-9ede-33cea19e5b7b-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "839de9fc-a73b-4387-b0a4-17f5c0562d34-attachment.json", "type": "application/json"}], "start": 1775400659163, "stop": 1775400659163}], "start": 1775400659002, "stop": 1775400659163}, {"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": "8f011329-6e92-4439-bc84-4b6b9f59af0c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "222446d1-c09b-4f14-a069-52e108930636-attachment.json", "type": "application/json"}], "start": 1775400659176, "stop": 1775400659176}], "start": 1775400659164, "stop": 1775400659176}, {"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": "a8bd48e4-8ab3-4111-bb00-5b4fe768c981-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "db280c36-003c-494c-b88d-1ecc9e1260c3-attachment.json", "type": "application/json"}], "start": 1775400659252, "stop": 1775400659253}, {"name": "Response → 200, trace_id: 140063fd8ecf2e5814a6792f32a3c825", "status": "passed", "attachments": [{"name": "response.headers", "source": "b74f218c-69cc-4a4b-88d0-9f6ee87e243a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "db72e4b4-114a-48b2-8dc2-2371cd80536a-attachment.json", "type": "application/json"}], "start": 1775400659253, "stop": 1775400659253}], "attachments": [{"name": "cURL", "source": "cf14be6b-3e56-40b5-87fc-e54be2a5850c-attachment.txt", "type": "text/plain"}], "start": 1775400659252, "stop": 1775400659253}, {"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": "4d97eb51-1b25-43b2-857f-8b08586b0ec7-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "fe6d1bbc-5a15-4d9e-a15e-18f9310feff9-attachment.json", "type": "application/json"}], "start": 1775400659279, "stop": 1775400659280}, {"name": "Response → 200, trace_id: 29c45f78cfa444434580cc320b656287", "status": "passed", "attachments": [{"name": "response.headers", "source": "b08ee4ba-26c4-4cee-a189-1c1c7b3fd518-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8d0435ed-a709-4836-9581-624a77cd56d2-attachment.json", "type": "application/json"}], "start": 1775400659280, "stop": 1775400659280}], "attachments": [{"name": "cURL", "source": "4034d982-a568-44a2-8319-bc4eae40fe5a-attachment.txt", "type": "text/plain"}], "start": 1775400659279, "stop": 1775400659280}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/arrival-invoice?invoiceBarcode=YA41000000200016061", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f56bc09a-7f1c-46a6-a9c4-5a7899e06f57-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "27a69256-5fb6-4e9b-aa32-eea79971eb68-attachment.json", "type": "application/json"}], "start": 1775400659375, "stop": 1775400659375}, {"name": "Response → 200, trace_id: a6b214a6cd2f8fb6cb0f72aee9b34441", "status": "passed", "attachments": [{"name": "response.headers", "source": "606649e6-bd92-4be4-8352-41e14ce5c27f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1b93a0cb-67fb-424d-8a94-21a07973a07f-attachment.json", "type": "application/json"}], "start": 1775400659375, "stop": 1775400659376}], "attachments": [{"name": "cURL", "source": "dad178fd-f0ac-4949-b33b-3a968dc4fae6-attachment.txt", "type": "text/plain"}], "start": 1775400659375, "stop": 1775400659376}, {"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": "358d1e63-8e89-47ff-ad24-bb225621a504-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4992a398-e5a4-4d05-866d-f1fb1a5c85f2-attachment.json", "type": "application/json"}], "start": 1775400659428, "stop": 1775400659428}, {"name": "Response → 200, trace_id: fbff93ed038ab8845f6d793cac7b5361", "status": "passed", "attachments": [{"name": "response.headers", "source": "623c803b-00e0-47cf-ba70-03f4c7dced58-attachment.json", "type": "application/json"}], "start": 1775400659428, "stop": 1775400659428}], "attachments": [{"name": "cURL", "source": "3a870525-fe77-4e89-a87b-56b017e315f1-attachment.txt", "type": "text/plain"}], "start": 1775400659428, "stop": 1775400659428}, {"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": "064f7553-142a-4f1e-b898-2f72357df10c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9320f61b-9307-45ef-93cd-f4cfedbc07a2-attachment.json", "type": "application/json"}], "start": 1775400659492, "stop": 1775400659492}, {"name": "Response → 200, trace_id: be079554a3bfe178d0809983ecd3cc26", "status": "passed", "attachments": [{"name": "response.headers", "source": "04fcfe1e-76e5-4a91-a57d-8b20bb59e180-attachment.json", "type": "application/json"}], "start": 1775400659492, "stop": 1775400659492}], "attachments": [{"name": "cURL", "source": "d08e1003-560e-4ae4-8fe4-4d6e00a0ea2b-attachment.txt", "type": "text/plain"}], "start": 1775400659491, "stop": 1775400659492}, {"name": "PUT → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/update-pallet-weight?palletId=12573340&weight=6578", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5483319a-de78-4b28-b5c5-65be3958e81a-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "3a71c98a-1b68-46df-83e0-2bc2cbbb54a8-attachment.json", "type": "application/json"}], "start": 1775400659546, "stop": 1775400659546}, {"name": "Response → 200, trace_id: 7d05c5688bc8fc1b21d91d0754d87a7d", "status": "passed", "attachments": [{"name": "response.headers", "source": "ef0914f5-74b4-40cf-b29c-12e012d0a0f0-attachment.json", "type": "application/json"}], "start": 1775400659546, "stop": 1775400659546}], "attachments": [{"name": "cURL", "source": "d8e951f6-540f-4c4f-8988-3e28b9b7c56d-attachment.txt", "type": "text/plain"}], "start": 1775400659546, "stop": 1775400659546}, {"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": "59835954-693e-4b59-9a09-fa9858dc4862-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "facd0598-c459-401d-8478-38cd0f58ad4a-attachment.json", "type": "application/json"}], "start": 1775400659576, "stop": 1775400659576}, {"name": "Response → 200, trace_id: 023928a36af1de0bcb30798bb98ec9f4", "status": "passed", "attachments": [{"name": "response.headers", "source": "7607d9e0-c363-43b0-8ab5-4f389b07671f-attachment.json", "type": "application/json"}], "start": 1775400659576, "stop": 1775400659576}], "attachments": [{"name": "cURL", "source": "2d8bd4d9-9e10-4c2d-b7e3-1b0ced353f58-attachment.txt", "type": "text/plain"}], "start": 1775400659576, "stop": 1775400659576}, {"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": "b18e07c6-6d3e-4570-8a5e-6fd3aea7e0ab-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "772a46b8-610b-42b9-a513-32230bb8c331-attachment.json", "type": "application/json"}], "start": 1775400659651, "stop": 1775400659651}, {"name": "Response → 200, trace_id: 8cfee745ecd5fd3750bfbcb998722826", "status": "passed", "attachments": [{"name": "response.headers", "source": "b9eff9bd-92bf-4560-95c1-46c43de5953f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "31a1c107-e635-4084-8922-c8c4bc0aceb3-attachment.json", "type": "application/json"}], "start": 1775400659651, "stop": 1775400659651}], "attachments": [{"name": "cURL", "source": "3cc131ae-ae80-4767-8840-8afe15a08066-attachment.txt", "type": "text/plain"}], "start": 1775400659651, "stop": 1775400659651}, {"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": "dbfd2415-12ff-43a1-91cb-b5caf3bf98ea-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "4ed86334-5bae-4d65-816a-d4df747c8b55-attachment.json", "type": "application/json"}], "start": 1775400659673, "stop": 1775400659673}, {"name": "Response → 200, trace_id: 33566fcabf2b4c1b669a4a173eb74318", "status": "passed", "attachments": [{"name": "response.headers", "source": "eff53df9-5a83-4220-87ee-3a764840a7ec-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6b779cf8-eb4b-4532-ae31-663cc09a1634-attachment.json", "type": "application/json"}], "start": 1775400659673, "stop": 1775400659674}], "attachments": [{"name": "cURL", "source": "3edf9346-3904-4548-ae60-f9de00c2231e-attachment.txt", "type": "text/plain"}], "start": 1775400659673, "stop": 1775400659674}, {"name": "Waiter function: wait_pallet", "status": "passed", "start": 1775400659677, "stop": 1775400659680}], "start": 1775400658999, "stop": 1775400659680}, {"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": "b14bce26-ac98-4459-bbd9-e66a02c56066-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "30baa33c-cd25-4b7d-a7e8-0304d9b2e515-attachment.json", "type": "application/json"}], "start": 1775400659684, "stop": 1775400659684}], "start": 1775400659680, "stop": 1775400659684}, {"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": "f73e6ad9-ab60-4077-8bc8-338a824e1a98-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "a97c9bfb-7048-40b5-8776-6f256cc9a159-attachment.json", "type": "application/json"}], "start": 1775400659757, "stop": 1775400659758}, {"name": "Response → 200, trace_id: d47a523c6b68b177f287a786fbbaec8a", "status": "passed", "attachments": [{"name": "response.headers", "source": "84e9a6ad-6dc8-4d9a-904f-fd96eb841539-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c62337bc-9a18-4ef5-ab3e-61707f1cd953-attachment.json", "type": "application/json"}], "start": 1775400659758, "stop": 1775400659758}], "attachments": [{"name": "cURL", "source": "70865e7e-5df6-4941-8610-36451ba716c8-attachment.txt", "type": "text/plain"}], "start": 1775400659757, "stop": 1775400659758}, {"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": "d2b47df4-d531-4bee-9bbe-6a23bce9d85f-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "0965f182-1029-4b6e-b8b6-3b7d33e9feeb-attachment.json", "type": "application/json"}], "start": 1775400659779, "stop": 1775400659779}, {"name": "Response → 200, trace_id: 2a9f3718fdd0dceab8573706d0d4e39f", "status": "passed", "attachments": [{"name": "response.headers", "source": "83a093f3-99dc-41a9-aeac-eaab09c22759-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9e211b2d-c18d-4def-9d7d-0799ac40add6-attachment.json", "type": "application/json"}], "start": 1775400659779, "stop": 1775400659779}], "attachments": [{"name": "cURL", "source": "8639a097-e45f-43de-b09d-b31fc7a659e8-attachment.txt", "type": "text/plain"}], "start": 1775400659779, "stop": 1775400659780}, {"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": "d2185079-05ca-4e64-bf00-e4970502ef88-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b6c7c934-2715-4a18-9b5f-d64db2cc0da1-attachment.json", "type": "application/json"}], "start": 1775400659888, "stop": 1775400659888}, {"name": "Response → 200, trace_id: 400c0144b94e68cb06bc9836ff21e727", "status": "passed", "attachments": [{"name": "response.headers", "source": "42d7a1d1-259f-4917-a1c2-57489fe950c3-attachment.json", "type": "application/json"}], "start": 1775400659888, "stop": 1775400659888}], "attachments": [{"name": "cURL", "source": "f5f6e7cd-5ba3-485c-b5a2-fc207fd5c124-attachment.txt", "type": "text/plain"}], "start": 1775400659888, "stop": 1775400659888}, {"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": "db1628ab-3dd3-470d-9b53-b85c8d76b0bc-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "80fe2815-4b75-4946-b7b6-3e545be44fba-attachment.json", "type": "application/json"}], "start": 1775400659895, "stop": 1775400659896}], "start": 1775400659891, "stop": 1775400659896}], "start": 1775400659680, "stop": 1775400659896}, {"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": "da08cb5b-317d-411a-93ee-48edeaaeb64d-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "82bce30b-8a9e-4a4d-ac88-fd8658406e31-attachment.json", "type": "application/json"}], "start": 1775400659907, "stop": 1775400659908}], "start": 1775400659896, "stop": 1775400659908}, {"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": "0f32ae6a-d432-4eed-9747-7cf32258d9eb-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "fc7ed9ab-9b79-471d-a291-4fe215e4c781-attachment.json", "type": "application/json"}], "start": 1775400659981, "stop": 1775400659981}, {"name": "Response → 200, trace_id: bbfac055cacf3b4e09437e97a411ea0f", "status": "passed", "attachments": [{"name": "response.headers", "source": "95c9b4d3-efd6-44eb-8f9c-18c4d0728e5e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1f8c1dd2-2e5e-4a78-aa52-8cff0ffcf135-attachment.json", "type": "application/json"}], "start": 1775400659981, "stop": 1775400659981}], "attachments": [{"name": "cURL", "source": "b3c3ab79-7c8e-49c5-898f-edc04d19f1a7-attachment.txt", "type": "text/plain"}], "start": 1775400659980, "stop": 1775400659981}, {"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": "0a866c51-274a-4eb7-a1d0-e89a0554884b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "0557f10a-370f-4515-9c16-ec1a624aa531-attachment.json", "type": "application/json"}], "start": 1775400660004, "stop": 1775400660005}, {"name": "Response → 200, trace_id: d96857a8d01e5084b30afe8785efd4e3", "status": "passed", "attachments": [{"name": "response.headers", "source": "3e9a7d29-c633-4f18-9229-0c56cd9bfce7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1cba0253-4af2-473a-9dba-65b183e7d0a8-attachment.json", "type": "application/json"}], "start": 1775400660005, "stop": 1775400660005}], "attachments": [{"name": "cURL", "source": "20df0d5b-17dd-4f80-aab3-6a59f9bfaa53-attachment.txt", "type": "text/plain"}], "start": 1775400660004, "stop": 1775400660005}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015676/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "229c3c08-3188-479b-8ec9-0003760dff59-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "307b6f5f-ed3c-4577-a688-6597a8af998a-attachment.json", "type": "application/json"}], "start": 1775400660048, "stop": 1775400660048}, {"name": "Response → 200, trace_id: 8a7df63ee49a6d8e7e8baf713a3119bf", "status": "passed", "attachments": [{"name": "response.headers", "source": "ad52afc7-0fc8-47c1-a340-0c72980a951e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e3c3385f-45b5-4579-9c7d-9da8c43552ba-attachment.json", "type": "application/json"}], "start": 1775400660048, "stop": 1775400660048}], "attachments": [{"name": "cURL", "source": "f78fcab8-7a18-46f4-88ce-097b8e5ed261-attachment.txt", "type": "text/plain"}], "start": 1775400660048, "stop": 1775400660048}, {"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": "37e2e758-9070-456e-ac8c-944ffba03bae-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0975d9c1-efa3-4675-b73a-27050312efe5-attachment.json", "type": "application/json"}], "start": 1775400660083, "stop": 1775400660083}, {"name": "Response → 200, trace_id: 7a99fa1a391379aec143bb7e2d74a8d9", "status": "passed", "attachments": [{"name": "response.headers", "source": "6882c116-f1ee-4bfe-8a1a-27aae4de412a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "772138d4-c125-4346-bbc3-6b0bce840523-attachment.txt", "type": "text/plain"}], "start": 1775400660083, "stop": 1775400660083}], "attachments": [{"name": "cURL", "source": "e4bd242c-cb12-4ce1-9765-cc574037d189-attachment.txt", "type": "text/plain"}], "start": 1775400660083, "stop": 1775400660083}, {"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": "0bf0b2ea-4f9f-434b-b3f0-902d1882aeb1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f55f32bf-9e91-4663-ba90-42afd747282c-attachment.json", "type": "application/json"}], "start": 1775400660130, "stop": 1775400660130}, {"name": "Response → 200, trace_id: 824d1ddd6d3d35a553f0bd3d4b739c4b", "status": "passed", "attachments": [{"name": "response.headers", "source": "951b2882-fb67-47f8-a4e1-ce9a0d7b6acc-attachment.json", "type": "application/json"}], "start": 1775400660130, "stop": 1775400660130}], "attachments": [{"name": "cURL", "source": "eb28be79-f984-4d70-9fd8-9cc06e5bc75c-attachment.txt", "type": "text/plain"}], "start": 1775400660130, "stop": 1775400660130}, {"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": "33fead0c-589c-4112-a351-c21fc66788c7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0835f29e-b20c-4791-931a-1fba25b53802-attachment.json", "type": "application/json"}], "start": 1775400660202, "stop": 1775400660202}, {"name": "Response → 200, trace_id: d9af27ad8c6eeff218bcf4339e99faab", "status": "passed", "attachments": [{"name": "response.headers", "source": "4930ce85-fa5f-4906-a69c-7ed3e9dae2eb-attachment.json", "type": "application/json"}], "start": 1775400660202, "stop": 1775400660203}], "attachments": [{"name": "cURL", "source": "626e555f-da90-4622-a3d9-1d62fa0f1e8c-attachment.txt", "type": "text/plain"}], "start": 1775400660202, "stop": 1775400660203}, {"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": "8e4aa8b2-f255-46e2-9483-480431161d09-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "329f667b-2729-4095-b64d-adb2a179b62e-attachment.json", "type": "application/json"}], "start": 1775400660266, "stop": 1775400660266}, {"name": "Response → 200, trace_id: d26bf07f37b23cbf94072bbcbd2c84d5", "status": "passed", "attachments": [{"name": "response.headers", "source": "0f5c6011-6d15-402f-8ce3-f3bf9f98600b-attachment.json", "type": "application/json"}], "start": 1775400660266, "stop": 1775400660266}], "attachments": [{"name": "cURL", "source": "99550293-c6dc-4156-a599-cd90ad160ef2-attachment.txt", "type": "text/plain"}], "start": 1775400660266, "stop": 1775400660266}, {"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": "dec02596-0289-48b5-b43c-4350e2be94a5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b626c247-3c68-4747-ab16-dfcad934d866-attachment.json", "type": "application/json"}], "start": 1775400660330, "stop": 1775400660331}, {"name": "Response → 200, trace_id: 995d025e95ae107fca4aa42f4cd86c95", "status": "passed", "attachments": [{"name": "response.headers", "source": "d67651f1-38a7-4441-8dfc-de12f3e4c765-attachment.json", "type": "application/json"}], "start": 1775400660331, "stop": 1775400660331}], "attachments": [{"name": "cURL", "source": "296d1aa3-57ca-4bac-a74a-517585e65d0e-attachment.txt", "type": "text/plain"}], "start": 1775400660330, "stop": 1775400660331}, {"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": "d1c1f3b5-3f78-4ee4-8feb-bb55a4545cf7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e2358121-64ac-4e9d-acef-69bd2098b28d-attachment.json", "type": "application/json"}], "start": 1775400660391, "stop": 1775400660391}, {"name": "Response → 200, trace_id: cea50eb1a134f23ab0640557d9c6a9ae", "status": "passed", "attachments": [{"name": "response.headers", "source": "18bd10bf-98c2-4b7b-86c0-d1555245eee9-attachment.json", "type": "application/json"}], "start": 1775400660391, "stop": 1775400660391}], "attachments": [{"name": "cURL", "source": "6c84fd59-8a7c-41a7-b8bc-56c490223767-attachment.txt", "type": "text/plain"}], "start": 1775400660391, "stop": 1775400660391}, {"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": "697e8e12-c87f-4412-bc41-81286e5a7f63-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d4e20c74-1a14-41c5-b125-1aacd692168c-attachment.json", "type": "application/json"}], "start": 1775400660454, "stop": 1775400660454}, {"name": "Response → 200, trace_id: c1cc607ef246755cf8d19482948cea55", "status": "passed", "attachments": [{"name": "response.headers", "source": "adae9e12-175b-458d-ae15-504abf9f9069-attachment.json", "type": "application/json"}], "start": 1775400660454, "stop": 1775400660454}], "attachments": [{"name": "cURL", "source": "41d17b37-1319-4d0f-9d3a-d7886e7c07b5-attachment.txt", "type": "text/plain"}], "start": 1775400660454, "stop": 1775400660454}, {"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": "26986115-3cc3-41dc-8573-c85fa9dd73a0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "20a9d769-30d1-43b2-95f0-8939b4f155c8-attachment.json", "type": "application/json"}], "start": 1775400660517, "stop": 1775400660518}, {"name": "Response → 200, trace_id: 8367815bdc89ac57c36234a2dba1abfe", "status": "passed", "attachments": [{"name": "response.headers", "source": "5ad89702-aa6a-453b-8eb0-330e9a4691e3-attachment.json", "type": "application/json"}], "start": 1775400660518, "stop": 1775400660518}], "attachments": [{"name": "cURL", "source": "da3060f2-285c-4cb9-a670-2146d4e1dfb1-attachment.txt", "type": "text/plain"}], "start": 1775400660517, "stop": 1775400660518}, {"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": "102fefea-e50f-4050-8f93-8a2e63aa9af2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "11c485b3-6d9c-42a5-b3a3-45cef4fa7272-attachment.json", "type": "application/json"}], "start": 1775400660582, "stop": 1775400660582}, {"name": "Response → 200, trace_id: d7c4aaf33cadca5d566fa1e2d34012f8", "status": "passed", "attachments": [{"name": "response.headers", "source": "3a14d381-a431-40b1-8d80-7ab991e71b51-attachment.json", "type": "application/json"}], "start": 1775400660582, "stop": 1775400660582}], "attachments": [{"name": "cURL", "source": "40440e7a-bf2e-48ae-9d5e-e9ad79f21e5e-attachment.txt", "type": "text/plain"}], "start": 1775400660582, "stop": 1775400660582}, {"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": "ecfbbe55-b228-407e-bf3a-ad383f70edd3-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "dc6e24bb-06b0-489a-90c6-78f468490bd6-attachment.json", "type": "application/json"}], "start": 1775400660612, "stop": 1775400660612}, {"name": "Response → 200, trace_id: 0a744ed8e18720a51bf70e6981fc1594", "status": "passed", "attachments": [{"name": "response.headers", "source": "2c3aec39-ae10-4968-aa15-d940d1e6ff9d-attachment.json", "type": "application/json"}], "start": 1775400660612, "stop": 1775400660612}], "attachments": [{"name": "cURL", "source": "df3f9b1b-6948-4850-b78e-04e510aa0c42-attachment.txt", "type": "text/plain"}], "start": 1775400660612, "stop": 1775400660612}, {"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": "56a92463-9111-4a9d-98cb-1353a0d64954-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "10a12105-cc40-42aa-b72b-03c2113e962b-attachment.json", "type": "application/json"}], "start": 1775400661411, "stop": 1775400661411}, {"name": "Response → 200, trace_id: 82de28fe61c7d9ae47e4cc2dfdde2b7a", "status": "passed", "attachments": [{"name": "response.headers", "source": "52b9ff38-603d-4f54-8021-3aabd4266bfe-attachment.json", "type": "application/json"}], "start": 1775400661411, "stop": 1775400661411}], "attachments": [{"name": "cURL", "source": "f6fed520-058f-41b2-999d-01ce31708993-attachment.txt", "type": "text/plain"}], "start": 1775400661411, "stop": 1775400661411}, {"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": "481d34ba-cd6b-423c-83b4-9ec33b26fb78-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "53f3d93a-b3eb-4812-bcd4-35b489c2a6b7-attachment.json", "type": "application/json"}], "start": 1775400661486, "stop": 1775400661487}, {"name": "Response → 200, trace_id: 8f4ff0996bd3cf987763b645de3cefe0", "status": "passed", "attachments": [{"name": "response.headers", "source": "871df6ab-8814-49f6-96fd-2353e2f53c3b-attachment.json", "type": "application/json"}], "start": 1775400661487, "stop": 1775400661487}], "attachments": [{"name": "cURL", "source": "b47132e6-8f52-4b22-bf67-6121243dce17-attachment.txt", "type": "text/plain"}], "start": 1775400661486, "stop": 1775400661487}, {"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": "aa9fcbb7-2ddd-457c-9f1c-6458bba7f37a-attachment.txt", "type": "text/plain"}], "start": 1775400661495, "stop": 1775400661495}], "start": 1775400661490, "stop": 1775400661495}, {"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": "1c6dba38-a171-41f2-8878-ba783978c2ee-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9d858a56-38d9-47d1-aeec-c277dc93f94d-attachment.json", "type": "application/json"}], "start": 1775400661508, "stop": 1775400661508}], "start": 1775400661495, "stop": 1775400661508}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015676/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "15a5a7cf-8cdf-42c6-9061-1b2f677edc50-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e41798cd-32c0-4640-bf17-72e26ac29091-attachment.json", "type": "application/json"}], "start": 1775400661538, "stop": 1775400661538}, {"name": "Response → 200, trace_id: 70c5a2f846e19503443ee2018d5ff7ff", "status": "passed", "attachments": [{"name": "response.headers", "source": "055ed741-0c39-4114-a624-776041e4f0d9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c99dcd26-28bb-44d2-a807-aef69b818ab8-attachment.json", "type": "application/json"}], "start": 1775400661538, "stop": 1775400661538}], "attachments": [{"name": "cURL", "source": "b23edc65-b56f-45a3-b5fc-1cb1acb07748-attachment.txt", "type": "text/plain"}], "start": 1775400661538, "stop": 1775400661538}, {"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": "7184e111-1c9c-4aaf-bb7e-41729d54677f-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "056f3903-eefa-4157-84fe-25a0ce20b718-attachment.json", "type": "application/json"}], "start": 1775400661560, "stop": 1775400661560}, {"name": "Response → 200, trace_id: 5c6fe3473eb8dc9859597f598268bcda", "status": "passed", "attachments": [{"name": "response.headers", "source": "d6459bfd-4d31-437f-b9d8-19cf5eebf7db-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "53c464f2-ced4-4c73-a755-342cad2613ab-attachment.json", "type": "application/json"}], "start": 1775400661560, "stop": 1775400661560}], "attachments": [{"name": "cURL", "source": "d16abc24-2ff1-445d-9862-f51dcfc05c38-attachment.txt", "type": "text/plain"}], "start": 1775400661560, "stop": 1775400661560}, {"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": "d986f8e8-b74d-4000-8cb1-0493ed40b59e-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2bfb4a09-b33a-4fa1-a833-2d73a490114f-attachment.json", "type": "application/json"}], "start": 1775400661588, "stop": 1775400661588}, {"name": "Response → 200, trace_id: 6432c188ac38706b0f9859c272d65ee1", "status": "passed", "attachments": [{"name": "response.headers", "source": "8e5b2ccc-bfe8-43b8-8388-72a0d88e62af-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fa4c97c8-cefc-4439-a1b3-56c4eb13b248-attachment.json", "type": "application/json"}], "start": 1775400661588, "stop": 1775400661589}], "attachments": [{"name": "cURL", "source": "d8c50668-4d85-4c5c-8991-00fd3c588e69-attachment.txt", "type": "text/plain"}], "start": 1775400661588, "stop": 1775400661589}], "start": 1775400659896, "stop": 1775400661591}, {"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": "5e441eee-b237-4b48-803d-72419c1abd96-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "ca0ced79-d028-4800-a57d-7b64c05f2de4-attachment.json", "type": "application/json"}], "start": 1775400661595, "stop": 1775400661596}], "start": 1775400661591, "stop": 1775400661596}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoices/send-to-declaration?invoice_ids=410000015676", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "770f5d98-3cd0-4466-9f1c-722294469bb7-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e4117073-33ec-490f-ab06-6af7d5d10886-attachment.json", "type": "application/json"}], "start": 1775400661632, "stop": 1775400661632}, {"name": "Response → 200, trace_id: a721c9977729bb76db14ab36adbb112a", "status": "passed", "attachments": [{"name": "response.headers", "source": "f9ae2296-8889-4cd2-b980-cbd8c54fbd71-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "60271c14-b820-487d-b1bc-493d2178a8de-attachment.json", "type": "application/json"}], "start": 1775400661632, "stop": 1775400661632}], "attachments": [{"name": "cURL", "source": "28d113a0-65e3-4225-9a7e-4e302410fe4c-attachment.txt", "type": "text/plain"}], "start": 1775400661632, "stop": 1775400661633}, {"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": "b68d29d4-4e52-45e5-a4fc-dc8767149e85-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "85ad38b1-5839-4cab-9e6e-92afe02e3e17-attachment.json", "type": "application/json"}], "start": 1775400661639, "stop": 1775400661640}], "start": 1775400661635, "stop": 1775400661640}, {"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": "d038ab27-a296-4aef-9e62-fe9da819867a-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "2757442d-0757-4a10-bbee-c546ec922191-attachment.json", "type": "application/json"}], "start": 1775400661652, "stop": 1775400661652}], "start": 1775400661640, "stop": 1775400661652}, {"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": "4cbd736c-33c8-4686-abb9-d8629bb0f570-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ef130661-eca4-4a88-8efd-d5fcc678e535-attachment.json", "type": "application/json"}], "start": 1775400661716, "stop": 1775400661716}, {"name": "Response → 200, trace_id: 6371318b73121e9b6b977f81014cc5f1", "status": "passed", "attachments": [{"name": "response.headers", "source": "95fde38d-c054-4d71-9bfa-68dc3008442a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "20967b7a-18be-4ade-8242-1f1aa4e200b4-attachment.json", "type": "application/json"}], "start": 1775400661716, "stop": 1775400661716}], "attachments": [{"name": "cURL", "source": "93da85a3-999c-4b01-acdc-c331752cdffa-attachment.txt", "type": "text/plain"}], "start": 1775400661716, "stop": 1775400661716}, {"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": "1bcfaf04-f6d5-4158-8cb3-6e80678e058b-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "6e300c23-829a-4392-8bd5-7db82f597d6f-attachment.json", "type": "application/json"}], "start": 1775400661723, "stop": 1775400661723}], "start": 1775400661719, "stop": 1775400661724}, {"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": "eb03f454-b09b-4af8-8e9c-ef10cd361814-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "d4c00b3e-e036-477a-b835-58714de2bb4c-attachment.json", "type": "application/json"}], "start": 1775400661735, "stop": 1775400661735}], "start": 1775400661724, "stop": 1775400661736}], "start": 1775400661591, "stop": 1775400661736}, {"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": "72cfb400-958a-4cf1-abd1-08df8180f6ef-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "5386ed6b-cbf5-4818-9ec1-4efed0beadfc-attachment.json", "type": "application/json"}], "start": 1775400661739, "stop": 1775400661739}], "start": 1775400661736, "stop": 1775400661739}, {"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": "65923568-9f7c-4241-9558-2e67eb3d4ed5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ba9bd8f8-c05e-484c-8ded-81fef4b56a9b-attachment.json", "type": "application/json"}], "start": 1775400661885, "stop": 1775400661885}, {"name": "Response → 200, trace_id: 17cddd0eb3e1569c647cc13f3782c0ec", "status": "passed", "attachments": [{"name": "response.headers", "source": "67a4e184-1ee5-4c73-bba7-f29d3690f8b3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "99a976fa-bd67-4f47-816e-4186710c887f-attachment.json", "type": "application/json"}], "start": 1775400661885, "stop": 1775400661885}], "attachments": [{"name": "cURL", "source": "5aa7e15d-b5ab-42e2-b0d5-72b2aaa23816-attachment.txt", "type": "text/plain"}], "start": 1775400661885, "stop": 1775400661885}, {"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": "25783367-4613-4810-9f7d-cce3a0d380f0-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "45159e97-629b-45e5-9351-848a982b66ff-attachment.json", "type": "application/json"}], "start": 1775400661892, "stop": 1775400661893}], "start": 1775400661888, "stop": 1775400661893}], "start": 1775400661736, "stop": 1775400661893}, {"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": "352f0700-1d6b-44ab-b029-2bd670d77741-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "d9152b2e-b476-41fe-a627-d55a82772916-attachment.json", "type": "application/json"}], "start": 1775400661908, "stop": 1775400661908}], "start": 1775400661893, "stop": 1775400661908}, {"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": "de8b9a55-68b3-48b7-8cea-87f717be44f7-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "01ce97ec-b355-461e-9781-3fe7c07755e5-attachment.json", "type": "application/json"}], "start": 1775400661989, "stop": 1775400661989}, {"name": "Response → 200, trace_id: a88aeb117ed5e6b7b362259a00822ca3", "status": "passed", "attachments": [{"name": "response.headers", "source": "2d0a3009-78a5-48d6-833d-8e63eff5bd4f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "caafcf1a-051c-4a6e-827e-237516f2248e-attachment.json", "type": "application/json"}], "start": 1775400661989, "stop": 1775400661989}], "attachments": [{"name": "cURL", "source": "21670ca8-facb-4575-9a6a-9770fd1ca3c6-attachment.txt", "type": "text/plain"}], "start": 1775400661989, "stop": 1775400661989}, {"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": "ac6a223a-06b8-49f1-840a-57894c1a9abb-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "8ceaaac4-cde3-4a17-acc0-423585aa4215-attachment.json", "type": "application/json"}], "start": 1775400662014, "stop": 1775400662014}, {"name": "Response → 200, trace_id: 648bc78e7e2411e72cea41dc45d28da7", "status": "passed", "attachments": [{"name": "response.headers", "source": "62bbb1d2-d058-4812-83ed-83da6b094112-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3f4e6efb-9004-401b-a3c9-403775b231fb-attachment.json", "type": "application/json"}], "start": 1775400662014, "stop": 1775400662015}], "attachments": [{"name": "cURL", "source": "4d89f21c-ce10-4b41-8d18-95e201b8cbc2-attachment.txt", "type": "text/plain"}], "start": 1775400662014, "stop": 1775400662015}, {"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": "5a93cfd7-219c-4439-8a9a-4b29e2fc9349-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2a4f7751-9d0a-4b7d-a912-99ba56d0f244-attachment.json", "type": "application/json"}], "start": 1775400662039, "stop": 1775400662040}, {"name": "Response → 200, trace_id: d9b33b8bf607ec95283edee5bbff4e1f", "status": "passed", "attachments": [{"name": "response.headers", "source": "b45ea82d-41d3-418b-84de-a6fe7762b2d3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d90e8af6-1a5a-40bf-8b5e-d858f6a5b0c6-attachment.json", "type": "application/json"}], "start": 1775400662040, "stop": 1775400662040}], "attachments": [{"name": "cURL", "source": "63684d6d-109b-4d59-bde2-9909b156d307-attachment.txt", "type": "text/plain"}], "start": 1775400662039, "stop": 1775400662040}, {"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": "d6166db2-31d8-4fab-8cec-73e01253933f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2ab177ab-3337-4a93-87fb-a0a55066409e-attachment.json", "type": "application/json"}], "start": 1775400662064, "stop": 1775400662064}, {"name": "Response → 200, trace_id: b5625d78a0159bb947ac70e10a2d5a87", "status": "passed", "attachments": [{"name": "response.headers", "source": "6d7bd11d-0978-413c-a13c-fb011382b3db-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5382c5f7-fd6c-42d1-bf4b-f1405e3c7291-attachment.json", "type": "application/json"}], "start": 1775400662064, "stop": 1775400662064}], "attachments": [{"name": "cURL", "source": "8341c92f-6ed9-4234-9fb7-8556cedffada-attachment.txt", "type": "text/plain"}], "start": 1775400662064, "stop": 1775400662064}, {"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": "77b1dce1-b2ca-40f7-8fde-9b46a3973b99-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "53049442-08d5-4ade-bc4a-397e2dec4690-attachment.json", "type": "application/json"}], "start": 1775400662106, "stop": 1775400662106}, {"name": "Response → 200, trace_id: 28eebebe7986a286b37ff54955898677", "status": "passed", "attachments": [{"name": "response.headers", "source": "b906ce19-d000-43f1-b06a-fafe88151321-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "61ebac6c-6fd5-45d3-9491-a2c9051783bb-attachment.json", "type": "application/json"}], "start": 1775400662106, "stop": 1775400662107}], "attachments": [{"name": "cURL", "source": "c2708092-defd-4e02-9112-5a1dd29ced8e-attachment.txt", "type": "text/plain"}], "start": 1775400662106, "stop": 1775400662107}, {"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": "1f697d4c-a34e-44ea-8752-c5bc0d494fd0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d1933b89-8927-419c-9691-eab2f784b679-attachment.json", "type": "application/json"}], "start": 1775400662130, "stop": 1775400662130}, {"name": "Response → 200, trace_id: cfd5599c82d6923649265b77e9a034aa", "status": "passed", "attachments": [{"name": "response.headers", "source": "9435833b-5969-45c2-aece-aa1bc592e17a-attachment.json", "type": "application/json"}], "start": 1775400662130, "stop": 1775400662131}], "attachments": [{"name": "cURL", "source": "ed3dee6d-f579-456c-95b1-64b1ca3d1beb-attachment.txt", "type": "text/plain"}], "start": 1775400662130, "stop": 1775400662131}, {"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": "b2d2bc88-e8ca-4eff-8284-c74a4f23ec0c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5cc62d30-ddee-4e74-bd5e-1cce30c7198b-attachment.json", "type": "application/json"}], "start": 1775400662213, "stop": 1775400662214}, {"name": "Response → 200, trace_id: 9acffb74d7b00a1157246b97d936a013", "status": "passed", "attachments": [{"name": "response.headers", "source": "72c64de6-b16f-4bfd-9821-2a0c09a943fd-attachment.json", "type": "application/json"}], "start": 1775400662214, "stop": 1775400662214}], "attachments": [{"name": "cURL", "source": "d13cd786-d395-489c-84b1-a4535d37c3d2-attachment.txt", "type": "text/plain"}], "start": 1775400662213, "stop": 1775400662214}, {"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": "14b0ee25-6842-40ad-bd46-891294a741f7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b9b48264-db2d-4d17-b4b5-0ae476b609d4-attachment.json", "type": "application/json"}], "start": 1775400662326, "stop": 1775400662326}, {"name": "Response → 200, trace_id: 4d856c91c284e63d2d1e7f36c657a5de", "status": "passed", "attachments": [{"name": "response.headers", "source": "283bc2d6-7bea-4dcd-9c74-cdeda7ac9f4a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6d9f0975-5eec-410e-8a9c-93998a63f145-attachment.json", "type": "application/json"}], "start": 1775400662326, "stop": 1775400662326}], "attachments": [{"name": "cURL", "source": "cc061b88-4b59-4e0f-a742-60937b17858c-attachment.txt", "type": "text/plain"}], "start": 1775400662326, "stop": 1775400662326}, {"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": "be25e573-4c65-4ed5-b899-ebe0ced43c02-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "39e13c67-e29f-4946-8407-e04c740c8e3d-attachment.json", "type": "application/json"}], "start": 1775400662328, "stop": 1775400662328}, {"name": "Response → 200, trace_id: ba31c645bec41ac5e90396430d014e6b", "status": "passed", "attachments": [{"name": "response.headers", "source": "073e18cc-dbb2-4676-85c1-f04bf5b84ec9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b172f6bf-a360-4204-b8fd-1a201ceac9fa-attachment.json", "type": "application/json"}], "start": 1775400662328, "stop": 1775400662329}], "attachments": [{"name": "cURL", "source": "88fb5ab8-086d-4a30-ab77-106cbe4ccdda-attachment.txt", "type": "text/plain"}], "start": 1775400662328, "stop": 1775400662329}, {"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": "c31a41d7-ffc0-413f-a852-54e89b13f79c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "feb4b4c2-26c9-4819-b960-c63168c1e483-attachment.json", "type": "application/json"}], "start": 1775400662441, "stop": 1775400662442}, {"name": "Response → 200, trace_id: ae34b23314862d88eae89cd70d2e0c95", "status": "passed", "attachments": [{"name": "response.headers", "source": "9027985b-fb4b-40ae-9eac-b591f283cd67-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2f99b124-9494-4d11-9e49-2d0d3f18de71-attachment.json", "type": "application/json"}], "start": 1775400662442, "stop": 1775400662442}], "attachments": [{"name": "cURL", "source": "0a3569c3-10c2-4b50-a544-d378002b45e9-attachment.txt", "type": "text/plain"}], "start": 1775400662441, "stop": 1775400662442}, {"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": "7aa326cc-cfb0-40da-9e9d-0beebefb9459-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8783440c-06d0-452a-9595-19f46c3a3562-attachment.json", "type": "application/json"}], "start": 1775400662554, "stop": 1775400662554}, {"name": "Response → 200, trace_id: d018801cc935cf9a7e49eacda5709e20", "status": "passed", "attachments": [{"name": "response.headers", "source": "e2888418-832f-4484-bde6-3587acc9ee67-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8818013f-083a-491b-a207-1f6bea4a81e4-attachment.json", "type": "application/json"}], "start": 1775400662554, "stop": 1775400662554}], "attachments": [{"name": "cURL", "source": "285fe135-3c78-4fb7-98e0-44e32d1cc0b6-attachment.txt", "type": "text/plain"}], "start": 1775400662554, "stop": 1775400662554}, {"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": "8097ffbd-fc4c-4307-bcd8-f44cc9295abe-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f32e9d9f-901d-4c74-8df4-934234f1e9dd-attachment.json", "type": "application/json"}], "start": 1775400662661, "stop": 1775400662661}, {"name": "Response → 200, trace_id: 705f10bde358558455bacd5ea6022afc", "status": "passed", "attachments": [{"name": "response.headers", "source": "749f8a43-c890-4af0-bfe5-1e089a98a31e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f286c9f1-c0ad-4e09-a1f5-64e90b3c2f8e-attachment.json", "type": "application/json"}], "start": 1775400662662, "stop": 1775400662662}], "attachments": [{"name": "cURL", "source": "e7e939f0-9a4e-4e50-8046-20436d7a3433-attachment.txt", "type": "text/plain"}], "start": 1775400662661, "stop": 1775400662662}, {"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": "e3636d31-fbe7-43ac-8e1e-6290ad8dba1d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ae18c2de-0911-46ca-94bb-70d6c1431535-attachment.json", "type": "application/json"}], "start": 1775400662770, "stop": 1775400662770}, {"name": "Response → 200, trace_id: 897bfa38de983ba3f9bbce5ef97bd116", "status": "passed", "attachments": [{"name": "response.headers", "source": "b3f70bca-690d-4c67-8add-3cd7d88f0578-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "bfe4a2b4-3251-48a0-97ff-febf11b14584-attachment.json", "type": "application/json"}], "start": 1775400662770, "stop": 1775400662771}], "attachments": [{"name": "cURL", "source": "e66dac1d-4e9a-47a0-ad0e-34196951ea02-attachment.txt", "type": "text/plain"}], "start": 1775400662770, "stop": 1775400662771}, {"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": "0e6e7d90-f359-47bd-830d-298c6d49e3a5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f4574856-c4e5-4b94-80e2-6e6384af9392-attachment.json", "type": "application/json"}], "start": 1775400662884, "stop": 1775400662884}, {"name": "Response → 200, trace_id: 684854b598d388fe59933bf4849eb55c", "status": "passed", "attachments": [{"name": "response.headers", "source": "b570bf67-f064-4135-b4f8-c391a2ba941b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "72af0b18-09f0-4992-abfd-dd2c9086cef2-attachment.json", "type": "application/json"}], "start": 1775400662884, "stop": 1775400662884}], "attachments": [{"name": "cURL", "source": "1a6f11d4-4889-4a86-8a4a-c2a78303fd1e-attachment.txt", "type": "text/plain"}], "start": 1775400662884, "stop": 1775400662884}, {"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": "ca979867-754c-4447-b296-f5127a445ec6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f7cccc60-4d84-4e30-94eb-db2332c905e8-attachment.json", "type": "application/json"}], "start": 1775400662959, "stop": 1775400662959}, {"name": "Response → 200, trace_id: a75b5c505ee5ad44c90f1057daf277af", "status": "passed", "attachments": [{"name": "response.headers", "source": "f9b328ad-8b7f-4726-a2be-51110802fc82-attachment.json", "type": "application/json"}], "start": 1775400662959, "stop": 1775400662959}], "attachments": [{"name": "cURL", "source": "0788071e-a286-4eaa-862a-4b5ae80d8998-attachment.txt", "type": "text/plain"}], "start": 1775400662959, "stop": 1775400662959}, {"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": "643ef962-a2cf-43d3-88f2-569157ebf0fa-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "098e5f5b-c5c6-48de-9c5a-fe3e858eb853-attachment.json", "type": "application/json"}], "start": 1775400662981, "stop": 1775400662982}, {"name": "Response → 200, trace_id: 22745772f53aa4d050b94857cac29302", "status": "passed", "attachments": [{"name": "response.headers", "source": "bd79f313-3c75-46de-80bc-db4a3368a435-attachment.json", "type": "application/json"}], "start": 1775400662982, "stop": 1775400662982}], "attachments": [{"name": "cURL", "source": "b3b61287-8e6f-4ee1-9a93-fdc4c38d613c-attachment.txt", "type": "text/plain"}], "start": 1775400662981, "stop": 1775400662982}, {"name": "Waiter function: wait_box_status", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "07980957-7b1d-4be2-9b73-d2b2740fe8d8-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "0234c7d5-128a-40b9-afeb-c79844f060bb-attachment.json", "type": "application/json"}], "start": 1775400663073, "stop": 1775400663073}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "9440de3c-4b03-42f3-85cf-444567fee337-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a3ba1f95-60ee-473f-8420-c6c34d3c455a-attachment.json", "type": "application/json"}], "start": 1775400663074, "stop": 1775400663074}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "b511be08-3b43-4604-9e40-0d4104794c7a-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "745519d4-c2bc-4f63-ae79-898817d9d092-attachment.json", "type": "application/json"}], "start": 1775400663075, "stop": 1775400663075}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "6316d187-4c29-41c4-bf5a-345ab5cf3388-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "d81e2b92-d762-4713-800a-a20cd1d69c4b-attachment.json", "type": "application/json"}], "start": 1775400663081, "stop": 1775400663081}], "start": 1775400662984, "stop": 1775400663081}, {"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": "d6f2d8eb-3a32-4844-b4ee-ddc06c7c54f8-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "ae5698b3-ac46-437a-a866-1fae02d8b1da-attachment.json", "type": "application/json"}], "start": 1775400663085, "stop": 1775400663085}], "start": 1775400663081, "stop": 1775400663085}, {"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": "75114b76-d5c9-467e-8ee3-5a519342ccf3-attachment.txt", "type": "text/plain"}], "start": 1775400663097, "stop": 1775400663097}], "start": 1775400663085, "stop": 1775400663097}], "start": 1775400661893, "stop": 1775400663097}, {"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": "9f6e807d-7721-4818-8ab9-3a49ce304eda-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "1e83659a-4361-495a-be89-8073047dc3c1-attachment.json", "type": "application/json"}], "start": 1775400663108, "stop": 1775400663109}], "start": 1775400663097, "stop": 1775400663109}, {"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": "b1eef927-e99a-453f-97a4-a57f6bdaab20-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b128e5e8-a295-4473-90ea-ada7068e1ed3-attachment.json", "type": "application/json"}], "start": 1775400663195, "stop": 1775400663195}, {"name": "Response → 200, trace_id: 9e7f4fc86027c554ca6725832bb1a66d", "status": "passed", "attachments": [{"name": "response.headers", "source": "47ce656e-c589-4f4a-9f0a-6174f359dc27-attachment.json", "type": "application/json"}], "start": 1775400663195, "stop": 1775400663195}], "attachments": [{"name": "cURL", "source": "4b718156-1bfd-40af-a345-55c0a0f8614b-attachment.txt", "type": "text/plain"}], "start": 1775400663195, "stop": 1775400663195}, {"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": "b28b11ae-ebfe-4104-a18a-8f350acf53ee-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "1859d431-5556-4c30-b28e-94f4db659e4f-attachment.json", "type": "application/json"}], "start": 1775400663203, "stop": 1775400663203}], "start": 1775400663198, "stop": 1775400663203}], "start": 1775400663097, "stop": 1775400663204}, {"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": "e57f35b2-ef2d-4d75-8f09-efd09d29591f-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "81a6316c-e5fe-4513-802b-656a6ec104da-attachment.json", "type": "application/json"}], "start": 1775400663215, "stop": 1775400663215}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "47763f5e-6ffc-4701-95ab-801722eeec3c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c87a7761-4453-4cc5-846c-54e708eb37c8-attachment.json", "type": "application/json"}], "start": 1775400683221, "stop": 1775400683221}], "start": 1775400663204, "stop": 1775400683222}, {"name": "Waiter function: get_accepted_invoice", "status": "passed", "start": 1775400683222, "stop": 1775400683392}], "attachments": [{"name": "log", "source": "6bc06471-bec6-4672-bb7b-2364026f0688-attachment.txt", "type": "text/plain"}], "start": 1775400658451, "stop": 1775400683392, "uuid": "e4cd1ccc-7f68-4b5b-9bde-b3c4e0644b21", "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-u3p2oq1e"}, {"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"]}