{"name": "test_e2e_inbound_uzbekistan_yandex_with_created_stock_no_kafka", "status": "failed", "statusDetails": {"message": "AssertionError: 410000015682 not found\nassert None is not None", "trace": "self = <tests.wms.test_e2e_inbound.test_inbound.TestE2EInbound object at 0x73ed874b1150>\necom_invoice_in_wms = FFInvoiceDTO(invoice=<src.framework.fulfillment.builders.supply.invoice.InvoiceBuilder object at 0x73ed8678c990>)\n\n    def test_e2e_inbound_uzbekistan_yandex_with_created_stock_no_kafka(self, ecom_invoice_in_wms):\n        # wms_items = []\n        # stock_ff = (\n        #     FFSupplyBuilder()\n        #     .set_random_user()\n        #     .set_user_auth()\n        #     .create_items(\n        #         from_batch=True,\n        #         sku_amount=params[\"sku_amount\"],\n        #         barcode_count=params[\"barcode_count\"],\n        #         quantity=params[\"quantity\"],\n        #         update_stock=True,\n        #     )\n        #     .invoice_data\n        # )\n    \n        # for item_sku in stock_ff.sku_items:\n        #     item = WMSItemQty(\n        #         sku=item_sku.internal_sku_id,\n        #         qty=item_sku.quantity,\n        #         barcode=item_sku.barcode,\n        #         external_sku_id=item_sku.external_sku_id,\n        #     )\n        #     wms_items.append(item)\n    \n        # invoice = WMSInvoiceBuilder(\n        #     invoice_prefix=wms_inbound_e2e[\"invoice_prefix\"],\n        #     warehouse=wms_inbound_e2e[\"warehouse\"],\n        #     proper_cell=wms_inbound_e2e[\"cell\"].key,\n        # ).set_user_auth(wms_inbound_e2e[\"warehouse\"].user.token)\n    \n        warehouse = WMSWarehouses.get_warehouse_by_id(ecom_invoice_in_wms.invoice.warehouse_id)\n    \n        # count_types = {\n        #                 \"proper\": True,\n        #                 \"defected\": False,\n        #                 \"overage\": False,\n        #                 \"zero\": False,\n        #             }\n    \n        proper_cell = new_free_cell(\n            zone_id=warehouse.qa_zone.value,\n            cell_prefix=INBOUND_PLACEMENT_CELL_PREFIX,\n            cell_picking_type=AvailabilityCellPickingType.PICKUP,\n        )\n    \n        with allure.step(\"clear tasks\"):\n            invoice = (\n                WMSInvoiceBuilder(\n                    invoice_id=ecom_invoice_in_wms.invoice.invoice_number,\n                    # invoice_prefix=\"YA41\",\n                    warehouse=warehouse,\n                    proper_cell=proper_cell.key,\n                    # ).set_user_auth(warehouse.user.token)\n                )\n                .set_user()\n                .login_or_refresh()\n            )\n            # invoice.set_count_types(**count_types)\n            # invoice.update_invoice()\n            # invoice.update_items()\n            # invoice.update_pallets()\n    \n        with allure.step(\"clear tasks\"):\n            AcceptanceQueries().clear_worker_tasks(worker_id=invoice.user.wms_id)\n    \n        invoice.full_acceptance()\n    \n        # invoice.supply.list_generate_from_items_qty(items_qty=wms_items)\n        # invoice.set_count_types(**wms_inbound_e2e[\"count_types\"]).full_acceptance()\n        # invoice_items = invoice.get_accepted_invoice_items()\n        # for item in invoice_items.content:\n        #     if item.reason != WMSAcceptanceReason.NEW:\n        #         continue\n        #     wait_stock_service_expected_quantity(\n        #         internal_sku_id=item.sku.id,\n        #         expected_qty_active=item.amount * params[\"barcode_count\"] + params[\"quantity\"],\n        #     )\n>       check_wms_be_accepted_invoice(invoice)\n\ntests/wms/test_e2e_inbound/test_inbound.py:201: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/wms/validation/inbound_check.py:31: in check_wms_be_accepted_invoice\n    accepted_invoice = get_accepted_invoice(invoice.invoice_id)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ninvoice_number = '410000015682'\n\n    @retry_on_assertion(stop_max_attempt_number=10, wait_fixed=3000)\n    def get_accepted_invoice(invoice_number):\n        msgs = KReader(\n            KafkaTopics.dm_wms_be_accepted_invoice,\n            value_deserializer=dataclass_json_deserializer_factory(Acceptance),\n        ).get_values(max_records=50)\n        invoice_msg = None\n        for msg in msgs:\n            if msg.invoice_number == invoice_number and msg.status == \"ACCEPT_FINISH\":\n                invoice_msg = msg\n                break\n>       assert invoice_msg is not None, f\"{invoice_number} not found\"\nE       AssertionError: 410000015682 not found\nE       assert None is not None\n\nsrc/framework/wms/validation/inbound_check.py:60: AssertionError"}, "steps": [{"name": "AvailableCell add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "f3495144-c28d-4613-9272-072838106716-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "b1d18c95-0dbf-4c64-9d2b-ef6f50a3129d-attachment.json", "type": "application/json"}], "start": 1775402978756, "stop": 1775402978756}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "b9c9224d-f024-41ae-83a5-399eef7c6463-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "68f40476-279c-4207-9d48-9c3d236c6c4e-attachment.json", "type": "application/json"}], "start": 1775402978757, "stop": 1775402978757}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "924f1be4-607f-4979-881d-869bc8a29099-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "b9d6e90d-ea15-4450-967b-c3bd4fcec357-attachment.json", "type": "application/json"}], "start": 1775402978758, "stop": 1775402978758}, {"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "17d62098-d966-4ef0-906b-45ec9549e187-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "af31e8cf-e338-46ff-98ab-36a769cd6183-attachment.json", "type": "application/json"}], "start": 1775402978760, "stop": 1775402978760}], "start": 1775402978747, "stop": 1775402978763}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "3b4cdb6a-9c52-4d73-b538-67cfe0099c36-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "b0b25d78-aecd-4959-917f-95c75de860a1-attachment.json", "type": "application/json"}], "start": 1775402978841, "stop": 1775402978841}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "c70e4f25-7d64-4eb6-99af-0bd97f99bb4c-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "bb1b4b2d-66c3-43cb-9417-40ada39b1b14-attachment.json", "type": "application/json"}], "start": 1775402978841, "stop": 1775402978842}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "d896c799-416b-40a8-8c36-1d87f2d6c57b-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "0e4c3de4-050e-4cfd-abb3-5f70e633e8e8-attachment.json", "type": "application/json"}], "start": 1775402978842, "stop": 1775402978842}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "9042c215-584b-4239-91c8-3a00a5357c09-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "0f705e66-288c-4dbe-95cf-d353c3cee637-attachment.json", "type": "application/json"}], "start": 1775402978852, "stop": 1775402978852}, {"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": "fd1484f3-bb84-4867-8f39-03a183ca27ff-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "78b8b4da-21d1-4fdb-84de-3e9b069b0b62-attachment.json", "type": "application/json"}], "start": 1775402978893, "stop": 1775402978893}, {"name": "Response → 200, trace_id: a673d5da7d8df6eb4555d71fdb3c392e", "status": "passed", "attachments": [{"name": "response.headers", "source": "3828a247-115c-456c-a694-d05003b3ba21-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7da18533-7261-4c18-885b-c4aad49b0d1e-attachment.json", "type": "application/json"}], "start": 1775402978893, "stop": 1775402978893}], "attachments": [{"name": "cURL", "source": "21bcc187-4dca-4fa7-aeec-5db216947141-attachment.txt", "type": "text/plain"}], "start": 1775402978893, "stop": 1775402978893}], "start": 1775402978853, "stop": 1775402978896}], "start": 1775402978763, "stop": 1775402978896}, {"name": "clear tasks", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "83b0810b-0eb9-43a0-89df-4006a51802c9-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "2a2de187-54db-48bc-8c68-925328ef9eaa-attachment.json", "type": "application/json"}], "start": 1775402978908, "stop": 1775402978908}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "d360effe-31c6-4058-b285-434787385fb4-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "04d64d96-ccfd-446a-a32e-70746435a373-attachment.json", "type": "application/json"}], "start": 1775402978909, "stop": 1775402978909}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "bf55ee3f-240e-4b43-a981-b4fca77f2dfa-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "f221e3f3-cd89-429f-b4aa-97f45414bdcb-attachment.json", "type": "application/json"}], "start": 1775402978909, "stop": 1775402978909}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "8215ac4c-67d4-49f0-b8a7-eb0128b48696-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "6db515e6-5c86-49b2-ad37-777f3f0f9573-attachment.json", "type": "application/json"}], "start": 1775402979238, "stop": 1775402979238}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "eb9520f2-b4e1-48ae-8814-48f5e268f23d-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "285c22b2-4374-417f-8553-7cce31201bdd-attachment.json", "type": "application/json"}], "start": 1775402979240, "stop": 1775402979240}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "eb018922-c260-4079-8e27-4c03a92e06c7-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "0172c59d-4aac-4a92-b83f-dfad603d92b4-attachment.json", "type": "application/json"}], "start": 1775402979242, "stop": 1775402979242}], "start": 1775402978896, "stop": 1775402979242}, {"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": "ee4b02ba-65ac-4afc-ae48-3006dd71e35c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "03fd93e6-4aa7-4aed-a262-3f8a1a8545cb-attachment.json", "type": "application/json"}], "start": 1775402979406, "stop": 1775402979406}], "start": 1775402979246, "stop": 1775402979407}, {"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": "933deccb-99b6-4719-b4e2-e6f34bbfbdb8-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "0dc13539-4fa5-4b0b-93c9-367a020979b9-attachment.json", "type": "application/json"}], "start": 1775402979420, "stop": 1775402979420}], "start": 1775402979407, "stop": 1775402979420}, {"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": "88243366-bbd9-4eaa-b156-f2c21d9400f1-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "77d13d08-07f4-423f-8fab-b4d79f5bed2d-attachment.json", "type": "application/json"}], "start": 1775402979501, "stop": 1775402979501}, {"name": "Response → 200, trace_id: 1f410379e411058e7e161e89b128231e", "status": "passed", "attachments": [{"name": "response.headers", "source": "3f3fc673-be64-4c33-bebd-04717c2fa700-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1510e08b-9588-4f0f-aae8-75502b7221b4-attachment.json", "type": "application/json"}], "start": 1775402979501, "stop": 1775402979501}], "attachments": [{"name": "cURL", "source": "7e2c5c1c-40fe-4f74-8a89-93dbc0908ae0-attachment.txt", "type": "text/plain"}], "start": 1775402979501, "stop": 1775402979501}, {"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": "921c7e1f-ebb2-4c55-ac27-4da2a1163357-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "cbb67e29-ba1f-41bf-b7bc-58d16568ba97-attachment.json", "type": "application/json"}], "start": 1775402979527, "stop": 1775402979528}, {"name": "Response → 200, trace_id: 2fb2c1d6d74d79a952ec1cfff14b42ac", "status": "passed", "attachments": [{"name": "response.headers", "source": "62f3099d-7b10-484e-b8c3-cf8b6372f270-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2c800a41-2f94-4678-9a61-6356f383cb54-attachment.json", "type": "application/json"}], "start": 1775402979528, "stop": 1775402979528}], "attachments": [{"name": "cURL", "source": "2755a1a4-8469-4c13-9dec-afb568d27fad-attachment.txt", "type": "text/plain"}], "start": 1775402979527, "stop": 1775402979528}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/arrival-invoice?invoiceBarcode=YA41000000200016067", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "923c2c9b-3b1c-4b9c-9d67-ce0e09f83555-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2cbf152b-60dd-4e5a-8e3c-5d0a314a94c7-attachment.json", "type": "application/json"}], "start": 1775402979610, "stop": 1775402979610}, {"name": "Response → 200, trace_id: 10142cf18f521d7fa29d487d0a7f75b3", "status": "passed", "attachments": [{"name": "response.headers", "source": "bf74d23a-676b-4021-b9f0-1b5489559139-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "57241259-34e4-461b-a150-8ccdf414cd64-attachment.json", "type": "application/json"}], "start": 1775402979610, "stop": 1775402979611}], "attachments": [{"name": "cURL", "source": "84da8198-b37d-4fc6-bd22-0932bb385d95-attachment.txt", "type": "text/plain"}], "start": 1775402979610, "stop": 1775402979611}, {"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": "03d56d8f-b04b-48be-ad5a-8b9ee9ba63ce-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "bf978eca-4187-411f-a484-3c6a7e056f00-attachment.json", "type": "application/json"}], "start": 1775402979666, "stop": 1775402979666}, {"name": "Response → 200, trace_id: d325a6b2708cfac2084390a78fc706d2", "status": "passed", "attachments": [{"name": "response.headers", "source": "26c37fb5-77de-4656-8e94-2c9ea5066a06-attachment.json", "type": "application/json"}], "start": 1775402979666, "stop": 1775402979666}], "attachments": [{"name": "cURL", "source": "471a8ac8-b7f6-4e57-a561-346953020dea-attachment.txt", "type": "text/plain"}], "start": 1775402979666, "stop": 1775402979666}, {"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": "42d93d8e-ff94-44df-8f5a-2ca23fbbc7c0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "86198cc6-1726-49ab-a987-423792ec27df-attachment.json", "type": "application/json"}], "start": 1775402979729, "stop": 1775402979729}, {"name": "Response → 200, trace_id: f8ecaf6e4fc2d7002c785adcdc26c23a", "status": "passed", "attachments": [{"name": "response.headers", "source": "e74af53f-2739-4aa2-83fd-cf33ee03c126-attachment.json", "type": "application/json"}], "start": 1775402979729, "stop": 1775402979730}], "attachments": [{"name": "cURL", "source": "e161aaef-09b5-4d08-80c5-f070b2bf1300-attachment.txt", "type": "text/plain"}], "start": 1775402979729, "stop": 1775402979730}, {"name": "PUT → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/update-pallet-weight?palletId=12573495&weight=1027", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e9b38926-d1c7-4249-ae95-a92bc73f9be7-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "72411609-a242-435d-ab27-a9220f888646-attachment.json", "type": "application/json"}], "start": 1775402979782, "stop": 1775402979783}, {"name": "Response → 200, trace_id: 684a35869eea67b61cd237dc0ea379f4", "status": "passed", "attachments": [{"name": "response.headers", "source": "3066d946-abb3-47d7-aca0-52bd8f5bb31c-attachment.json", "type": "application/json"}], "start": 1775402979783, "stop": 1775402979783}], "attachments": [{"name": "cURL", "source": "ca5d33a8-6322-4917-b3d7-aa7b12a756da-attachment.txt", "type": "text/plain"}], "start": 1775402979782, "stop": 1775402979783}, {"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": "b0dc5a4b-b1c7-45b8-9a29-50415a6acae4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0446bb96-7f14-423f-8693-8daf29cfad1a-attachment.json", "type": "application/json"}], "start": 1775402979814, "stop": 1775402979815}, {"name": "Response → 200, trace_id: 9bc6385edb3765d6fa7aedf828c2335d", "status": "passed", "attachments": [{"name": "response.headers", "source": "a5bdd8ca-11da-4b50-a4d9-c6a2c63c9e5d-attachment.json", "type": "application/json"}], "start": 1775402979815, "stop": 1775402979815}], "attachments": [{"name": "cURL", "source": "0b0fba48-153b-4cec-a17e-c35c4be833d8-attachment.txt", "type": "text/plain"}], "start": 1775402979814, "stop": 1775402979815}, {"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": "f71dd9a4-c8a1-4e2f-b28c-a54d93d62194-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "9fc08e28-f8f7-4c95-9b5b-afbb90f8c68c-attachment.json", "type": "application/json"}], "start": 1775402979889, "stop": 1775402979890}, {"name": "Response → 200, trace_id: b64dd0f9ecea6bc44ccec8a59eee713d", "status": "passed", "attachments": [{"name": "response.headers", "source": "370cab13-cfe7-41d8-b90e-150a7c1c0e63-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a8d64ced-edd6-4d52-982f-23d0804355ac-attachment.json", "type": "application/json"}], "start": 1775402979890, "stop": 1775402979890}], "attachments": [{"name": "cURL", "source": "ac8379b0-0afe-4a7d-963f-f761a5668fdf-attachment.txt", "type": "text/plain"}], "start": 1775402979889, "stop": 1775402979890}, {"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": "eb709f10-de40-4cc6-90fd-1cbc9388aa9a-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "213c96eb-a8ff-4fd1-8590-45c6ed610444-attachment.json", "type": "application/json"}], "start": 1775402979913, "stop": 1775402979913}, {"name": "Response → 200, trace_id: 6c2533966227d9e558276c9790705366", "status": "passed", "attachments": [{"name": "response.headers", "source": "95b7138a-40c3-4988-95e0-856766dcd7d3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "cff6bc63-1105-49cd-8f22-42f24fc9271c-attachment.json", "type": "application/json"}], "start": 1775402979913, "stop": 1775402979913}], "attachments": [{"name": "cURL", "source": "b37f1db2-b1ef-4db5-a970-ba25ac7534d1-attachment.txt", "type": "text/plain"}], "start": 1775402979913, "stop": 1775402979913}, {"name": "Waiter function: wait_pallet", "status": "passed", "start": 1775402979916, "stop": 1775402979919}], "start": 1775402979242, "stop": 1775402979919}, {"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": "d1068756-67fa-4f5c-8117-1cfa2aa5a08a-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c5981aaa-1fcc-4fde-9089-a319f4ecf1ea-attachment.json", "type": "application/json"}], "start": 1775402979923, "stop": 1775402979924}], "start": 1775402979919, "stop": 1775402979924}, {"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": "908e863f-6f0c-4268-9ee2-694459ebdf88-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "55340a49-6238-4d1a-a668-dae25160a010-attachment.json", "type": "application/json"}], "start": 1775402979995, "stop": 1775402979995}, {"name": "Response → 200, trace_id: 64dcc59148c51b8749a153ec15fb1db2", "status": "passed", "attachments": [{"name": "response.headers", "source": "b741a916-f2dc-4447-9f8f-ffc51d8cd700-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "41b14a5a-4b0a-4700-9314-c5523624fc9d-attachment.json", "type": "application/json"}], "start": 1775402979995, "stop": 1775402979996}], "attachments": [{"name": "cURL", "source": "7885bd0f-45b8-4ae1-ac1d-f8b61d2dac0a-attachment.txt", "type": "text/plain"}], "start": 1775402979995, "stop": 1775402979996}, {"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": "ca2d7f86-d23b-4515-a6fd-39a1666790d6-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "dad7fbe9-c054-4fd0-8a5b-9e775a36149b-attachment.json", "type": "application/json"}], "start": 1775402980020, "stop": 1775402980020}, {"name": "Response → 200, trace_id: 51bb7a4a1278864ae9ab082734cefbda", "status": "passed", "attachments": [{"name": "response.headers", "source": "8ae1515b-5a0d-48d3-b1a5-d54af6bc3eb4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c167fe88-344f-4153-a84e-bf1b2ac580c0-attachment.json", "type": "application/json"}], "start": 1775402980020, "stop": 1775402980020}], "attachments": [{"name": "cURL", "source": "2aa2e49a-3c92-481f-b5c7-5a4c80bc3640-attachment.txt", "type": "text/plain"}], "start": 1775402980020, "stop": 1775402980020}, {"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": "87681ae7-223c-42d4-9909-eb1a38aff112-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1f6a75f7-519c-49f5-99e1-dc725be15f27-attachment.json", "type": "application/json"}], "start": 1775402980134, "stop": 1775402980134}, {"name": "Response → 200, trace_id: 43f476e10d0a056e014f8659233c5a29", "status": "passed", "attachments": [{"name": "response.headers", "source": "ee49332c-f0e7-41ca-a4cb-8a4755709df0-attachment.json", "type": "application/json"}], "start": 1775402980134, "stop": 1775402980135}], "attachments": [{"name": "cURL", "source": "a578103a-26d5-4498-9379-6f5b165a5fc3-attachment.txt", "type": "text/plain"}], "start": 1775402980134, "stop": 1775402980135}, {"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": "ac8d9d23-38d0-44ab-aa29-e2025545427f-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "bb692858-3bca-44bc-a2ce-1cb4bc1adf1e-attachment.json", "type": "application/json"}], "start": 1775402980144, "stop": 1775402980144}], "start": 1775402980138, "stop": 1775402980144}], "start": 1775402979919, "stop": 1775402980144}, {"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": "c21d50a5-fdf0-44a2-89a3-4b3f0610e634-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "768519c1-d491-4c1e-9dff-8ec08e7f27f9-attachment.json", "type": "application/json"}], "start": 1775402980157, "stop": 1775402980157}], "start": 1775402980144, "stop": 1775402980158}, {"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": "bd6f7b6c-b3e6-497f-ae13-987bc793028b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "f7e07935-247c-40e9-a9bb-1baf31421cf4-attachment.json", "type": "application/json"}], "start": 1775402980232, "stop": 1775402980233}, {"name": "Response → 200, trace_id: 8281e29e8dce25ba4878b7c04437d429", "status": "passed", "attachments": [{"name": "response.headers", "source": "e4451dde-e923-4e0c-85d7-9e279ca87a75-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "41a1fa4d-c5c2-45d5-8fdf-a5aa6247d26c-attachment.json", "type": "application/json"}], "start": 1775402980233, "stop": 1775402980233}], "attachments": [{"name": "cURL", "source": "8a56acb9-72c3-4e5c-9712-37f205a41515-attachment.txt", "type": "text/plain"}], "start": 1775402980232, "stop": 1775402980233}, {"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": "5a0f2d37-1570-4271-a0d9-f6011d8bc830-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "805aa806-f499-44cf-b0d3-54d8b3255b44-attachment.json", "type": "application/json"}], "start": 1775402980256, "stop": 1775402980257}, {"name": "Response → 200, trace_id: 45b4aa0479292183b6330d5042b9ab74", "status": "passed", "attachments": [{"name": "response.headers", "source": "4c7d95b8-5d16-4617-b64a-5f08d47059d2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8d1ad704-d433-450f-a460-d1f59bf79678-attachment.json", "type": "application/json"}], "start": 1775402980257, "stop": 1775402980257}], "attachments": [{"name": "cURL", "source": "6d49cc1c-4229-4775-9a95-823e4cdb82bf-attachment.txt", "type": "text/plain"}], "start": 1775402980256, "stop": 1775402980257}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015682/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "da11ac58-2fc4-4ef3-b02c-75778da503be-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "f30568b2-699a-4476-ae61-58398400c837-attachment.json", "type": "application/json"}], "start": 1775402980289, "stop": 1775402980289}, {"name": "Response → 200, trace_id: fe1568e057ea3baae7fa30e1fa09c457", "status": "passed", "attachments": [{"name": "response.headers", "source": "0f0cc1c3-3808-4705-a6a3-e9ca4412bcd9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9cd12460-7fee-4160-8856-b689995dcb3f-attachment.json", "type": "application/json"}], "start": 1775402980289, "stop": 1775402980290}], "attachments": [{"name": "cURL", "source": "34489b14-ddf8-4a67-9daa-6f7bec3c9879-attachment.txt", "type": "text/plain"}], "start": 1775402980289, "stop": 1775402980290}, {"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": "3308623a-b9eb-4ab3-8e51-e5d1d7531a4b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1d3c863f-9535-4ca9-8eae-24cc7b275f7f-attachment.json", "type": "application/json"}], "start": 1775402980321, "stop": 1775402980322}, {"name": "Response → 200, trace_id: 52e043ece448d4de831228fccfde0863", "status": "passed", "attachments": [{"name": "response.headers", "source": "93fd3c04-0cf1-40c1-ad7d-5dca7f4c9fb3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "708a33c1-9c09-4235-bb38-9085e1d7bc77-attachment.txt", "type": "text/plain"}], "start": 1775402980322, "stop": 1775402980322}], "attachments": [{"name": "cURL", "source": "5cddb80f-5bd6-4427-9a44-f859abb9fe9e-attachment.txt", "type": "text/plain"}], "start": 1775402980321, "stop": 1775402980322}, {"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": "4ab7b1cb-840e-4f2b-8a3c-2c1c2718df50-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "64630e56-73c4-43b2-8e64-71d0e92f968e-attachment.json", "type": "application/json"}], "start": 1775402980365, "stop": 1775402980365}, {"name": "Response → 200, trace_id: a706fd06c4d4291e115afe7072274eb7", "status": "passed", "attachments": [{"name": "response.headers", "source": "63187d13-7020-4ac8-99be-cf4ce622697a-attachment.json", "type": "application/json"}], "start": 1775402980365, "stop": 1775402980365}], "attachments": [{"name": "cURL", "source": "a8cb0725-fcbe-4eb3-891f-8f06ee276632-attachment.txt", "type": "text/plain"}], "start": 1775402980365, "stop": 1775402980365}, {"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": "96550e50-c827-4cac-9210-d773dd4aeff2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a9fa6113-af52-40ef-aa87-b1f6f359113b-attachment.json", "type": "application/json"}], "start": 1775402980433, "stop": 1775402980434}, {"name": "Response → 200, trace_id: 85f0bcf328dc235423bda13548e23658", "status": "passed", "attachments": [{"name": "response.headers", "source": "043c6507-6109-4b30-a089-a6780be8c36e-attachment.json", "type": "application/json"}], "start": 1775402980434, "stop": 1775402980434}], "attachments": [{"name": "cURL", "source": "5a3b3377-9f60-4f62-b438-9641a24e9d66-attachment.txt", "type": "text/plain"}], "start": 1775402980433, "stop": 1775402980434}, {"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": "038de2a6-e12b-4af6-927f-df9613140a4f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "da8c0f62-ce48-47d8-987f-d46183e5783b-attachment.json", "type": "application/json"}], "start": 1775402980497, "stop": 1775402980497}, {"name": "Response → 200, trace_id: e46b022169ae36b903d5959217c1fe0c", "status": "passed", "attachments": [{"name": "response.headers", "source": "8ea29314-dfd7-4204-92e5-ce6216f0de3b-attachment.json", "type": "application/json"}], "start": 1775402980497, "stop": 1775402980497}], "attachments": [{"name": "cURL", "source": "1c197c8f-5298-4fe1-969b-784c4afd8fcc-attachment.txt", "type": "text/plain"}], "start": 1775402980497, "stop": 1775402980497}, {"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": "518afebe-ae0d-4bc0-99c9-6002da7b58b5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a08d7ac2-8d03-4559-a119-edcbe9d0090a-attachment.json", "type": "application/json"}], "start": 1775402980563, "stop": 1775402980563}, {"name": "Response → 200, trace_id: 360e6afb9c8e75d138fedfbd143d7a97", "status": "passed", "attachments": [{"name": "response.headers", "source": "9ba7239c-b581-4983-ad1d-6b56386aa278-attachment.json", "type": "application/json"}], "start": 1775402980563, "stop": 1775402980563}], "attachments": [{"name": "cURL", "source": "d0adbe7c-5124-43e7-a0bf-274ee90d6e6c-attachment.txt", "type": "text/plain"}], "start": 1775402980563, "stop": 1775402980563}, {"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": "38030d5a-12eb-44a3-8699-60cdad2b583f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "08c4cdc0-87a8-49e9-8c63-8d8ef3f9b916-attachment.json", "type": "application/json"}], "start": 1775402980626, "stop": 1775402980626}, {"name": "Response → 200, trace_id: e3337bf64b1b9e42b93bc907cb9261fc", "status": "passed", "attachments": [{"name": "response.headers", "source": "afbe0cbc-2796-4be4-809a-5094b0febecb-attachment.json", "type": "application/json"}], "start": 1775402980626, "stop": 1775402980626}], "attachments": [{"name": "cURL", "source": "e2f4b25c-0c0d-47e8-9fe1-8367d88ed268-attachment.txt", "type": "text/plain"}], "start": 1775402980626, "stop": 1775402980626}, {"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": "2e457867-9245-4c83-a391-92b28e2dd338-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "38fa8d05-f620-4b98-9135-44f70f6898ee-attachment.json", "type": "application/json"}], "start": 1775402980692, "stop": 1775402980692}, {"name": "Response → 200, trace_id: 7129c5dd7430772064fbc5d2427745d7", "status": "passed", "attachments": [{"name": "response.headers", "source": "353ac3b0-fa8e-4b00-9c2d-766f2787e46a-attachment.json", "type": "application/json"}], "start": 1775402980692, "stop": 1775402980692}], "attachments": [{"name": "cURL", "source": "4809282b-6a1e-45bd-a39a-7518d8cdefae-attachment.txt", "type": "text/plain"}], "start": 1775402980692, "stop": 1775402980692}, {"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": "973bb6f6-86e2-48ea-adf4-34810d6e53af-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a3d380f3-4160-4c60-920d-8330bf455a64-attachment.json", "type": "application/json"}], "start": 1775402980765, "stop": 1775402980765}, {"name": "Response → 200, trace_id: 656d0a7100c2e8d2d10ce9b2ef1670ff", "status": "passed", "attachments": [{"name": "response.headers", "source": "e98d236f-9388-42d0-9dde-cc28ff672d16-attachment.json", "type": "application/json"}], "start": 1775402980765, "stop": 1775402980765}], "attachments": [{"name": "cURL", "source": "f8a0cad8-d0b8-4093-9ca6-982f49f52e8c-attachment.txt", "type": "text/plain"}], "start": 1775402980765, "stop": 1775402980765}, {"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": "2fb5b5fc-979d-41d0-b462-1a27eeefdd6c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "18e2c464-ada6-4b85-af80-12c4f76d7be0-attachment.json", "type": "application/json"}], "start": 1775402980830, "stop": 1775402980830}, {"name": "Response → 200, trace_id: 1639907d7ec61c0a4a723d18ec2771e0", "status": "passed", "attachments": [{"name": "response.headers", "source": "b66592ca-ce5e-40ef-92ad-fa2d505fa278-attachment.json", "type": "application/json"}], "start": 1775402980830, "stop": 1775402980830}], "attachments": [{"name": "cURL", "source": "59ebf611-5758-420f-98af-a32886edbab9-attachment.txt", "type": "text/plain"}], "start": 1775402980829, "stop": 1775402980830}, {"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": "6a4f1a0b-8eca-49b9-9d41-4de250b15c7a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "60886314-1586-4278-97c6-152a50600a8b-attachment.json", "type": "application/json"}], "start": 1775402980860, "stop": 1775402980860}, {"name": "Response → 200, trace_id: d199526c9e8880cf019942b05fbe79fc", "status": "passed", "attachments": [{"name": "response.headers", "source": "2b93e3b2-936f-4e26-b084-841a1c58b607-attachment.json", "type": "application/json"}], "start": 1775402980860, "stop": 1775402980861}], "attachments": [{"name": "cURL", "source": "603f88b5-2c76-4bea-b0f0-bb98db7704c5-attachment.txt", "type": "text/plain"}], "start": 1775402980860, "stop": 1775402980861}, {"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": "c820b21a-9839-4495-a3db-f44677fbbdf3-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f2b7297f-ba8f-44e3-9cfd-e76e2f9a0913-attachment.json", "type": "application/json"}], "start": 1775402981688, "stop": 1775402981688}, {"name": "Response → 200, trace_id: 7c8d83e644f4218086020705fc94bcc3", "status": "passed", "attachments": [{"name": "response.headers", "source": "04f87830-25d8-4b37-b0b0-0d54be6f09a4-attachment.json", "type": "application/json"}], "start": 1775402981688, "stop": 1775402981688}], "attachments": [{"name": "cURL", "source": "1944ff41-2ce7-444d-949f-97a128a86362-attachment.txt", "type": "text/plain"}], "start": 1775402981688, "stop": 1775402981688}, {"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": "3ec5fd5e-dfbf-4ea2-b344-77607381517e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "bd57ed46-fa47-419e-b799-e5155b3be662-attachment.json", "type": "application/json"}], "start": 1775402981761, "stop": 1775402981761}, {"name": "Response → 200, trace_id: d21169bed02cc69e7de9db7319a6c660", "status": "passed", "attachments": [{"name": "response.headers", "source": "9eab3552-a0c7-422e-bdb8-724be7b948ba-attachment.json", "type": "application/json"}], "start": 1775402981761, "stop": 1775402981761}], "attachments": [{"name": "cURL", "source": "26bbf98e-c119-4fd9-a4df-b74026a54a32-attachment.txt", "type": "text/plain"}], "start": 1775402981761, "stop": 1775402981761}, {"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": "6873d06e-3b20-43eb-843c-86eead628d16-attachment.txt", "type": "text/plain"}], "start": 1775402981769, "stop": 1775402981769}], "start": 1775402981764, "stop": 1775402981769}, {"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": "4faf66b7-7a96-4661-a93b-dccd64dee702-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "fd21895a-a39d-495b-8641-bdf772db1c72-attachment.json", "type": "application/json"}], "start": 1775402981781, "stop": 1775402981782}], "start": 1775402981769, "stop": 1775402981782}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/410000015682/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9fbc7178-6c21-42b6-9626-ea3858318ecf-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "427f3be0-e82c-43bc-8cb1-bafc8b3d8b9c-attachment.json", "type": "application/json"}], "start": 1775402981822, "stop": 1775402981822}, {"name": "Response → 200, trace_id: 9604cd7d1ff79817b1027b7369e6bf3c", "status": "passed", "attachments": [{"name": "response.headers", "source": "a9eabd1c-2df6-4827-aafc-013b042e96dc-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "12f6443e-1e2f-4352-91cb-f1e54fdd792f-attachment.json", "type": "application/json"}], "start": 1775402981822, "stop": 1775402981822}], "attachments": [{"name": "cURL", "source": "af336e80-0822-4843-bd31-5a2222a39ed0-attachment.txt", "type": "text/plain"}], "start": 1775402981822, "stop": 1775402981823}, {"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": "df9cc44b-1d41-4a4e-a74a-51cb375707e6-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "334f682a-dec0-415b-a1e4-eab8fb40ee33-attachment.json", "type": "application/json"}], "start": 1775402981848, "stop": 1775402981848}, {"name": "Response → 200, trace_id: 215ba95c3c75d49cd156d924cc44a881", "status": "passed", "attachments": [{"name": "response.headers", "source": "916f4272-12ee-4fc1-b436-a341fdeccea9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "da2edca0-4e0e-41f6-a424-5f1ae5a208ea-attachment.json", "type": "application/json"}], "start": 1775402981848, "stop": 1775402981848}], "attachments": [{"name": "cURL", "source": "11cfca93-c77e-49f5-8c45-d75d7f579c21-attachment.txt", "type": "text/plain"}], "start": 1775402981848, "stop": 1775402981849}, {"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": "2ce9e403-5c87-43ca-bb90-c5e7c981581a-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "42bf3bc1-65fa-440b-a1b1-eabf9b874e43-attachment.json", "type": "application/json"}], "start": 1775402981878, "stop": 1775402981878}, {"name": "Response → 200, trace_id: a93cdbf66cc78612e3775fab07a009e8", "status": "passed", "attachments": [{"name": "response.headers", "source": "c7535f0f-7d08-4146-bd96-dfffa1b0135d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8e2c66fb-da80-49c5-988c-7d4b0347a119-attachment.json", "type": "application/json"}], "start": 1775402981878, "stop": 1775402981879}], "attachments": [{"name": "cURL", "source": "66fd5fe7-9aa4-4e0f-afd5-3983e05da03b-attachment.txt", "type": "text/plain"}], "start": 1775402981878, "stop": 1775402981879}], "start": 1775402980144, "stop": 1775402981881}, {"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": "716ce092-ac38-44e1-beb7-7516b23ae556-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "961bc143-b610-445d-b55d-d7c8b0770b85-attachment.json", "type": "application/json"}], "start": 1775402981885, "stop": 1775402981885}], "start": 1775402981881, "stop": 1775402981885}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoices/send-to-declaration?invoice_ids=410000015682", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5ed47c7f-d4b3-4135-a7ed-75386f471867-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7841da8c-2dc0-4594-86a9-26710ab18e87-attachment.json", "type": "application/json"}], "start": 1775402981923, "stop": 1775402981923}, {"name": "Response → 200, trace_id: 77f018ba16fb5a96632346ddc0a50d67", "status": "passed", "attachments": [{"name": "response.headers", "source": "63c775f8-ce30-450e-b5dd-acadc930f11e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4af8dd54-bfd5-406b-9b7f-a6f25a939273-attachment.json", "type": "application/json"}], "start": 1775402981923, "stop": 1775402981923}], "attachments": [{"name": "cURL", "source": "8246d998-fdd4-4af1-86f9-d9c6d6e92b07-attachment.txt", "type": "text/plain"}], "start": 1775402981923, "stop": 1775402981923}, {"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": "4856ef57-883b-4c99-a98e-23956b1721da-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "672b8595-9d21-4da2-9f36-ff95617a0aac-attachment.json", "type": "application/json"}], "start": 1775402981930, "stop": 1775402981930}], "start": 1775402981926, "stop": 1775402981930}, {"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": "08beeeae-2421-4a12-8712-fa5ab8af90ce-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "e988f938-ba92-4be2-bd78-b3d6f1cced6b-attachment.json", "type": "application/json"}], "start": 1775402981943, "stop": 1775402981943}], "start": 1775402981930, "stop": 1775402981943}, {"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": "d2de07b4-1442-4002-87a8-b9795d0664a2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "99eaa8e1-eefb-4e32-9058-49ff65897aab-attachment.json", "type": "application/json"}], "start": 1775402982005, "stop": 1775402982005}, {"name": "Response → 200, trace_id: f382f5ee3a090fac72a106cd0ff92495", "status": "passed", "attachments": [{"name": "response.headers", "source": "cf2c23f0-ade3-43b4-93bd-ee6c5ba3b4a0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f3a00fea-c479-4235-a4c5-43e4b390fa8a-attachment.json", "type": "application/json"}], "start": 1775402982005, "stop": 1775402982005}], "attachments": [{"name": "cURL", "source": "8dae1d49-a6f6-4fa3-aed1-d76c0cbd0d69-attachment.txt", "type": "text/plain"}], "start": 1775402982005, "stop": 1775402982005}, {"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": "7e36ebbe-991d-47e1-a672-3e18f2bee680-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "056f4c0a-6fc6-4619-8164-761a7dfc0b5f-attachment.json", "type": "application/json"}], "start": 1775402982013, "stop": 1775402982013}], "start": 1775402982008, "stop": 1775402982013}, {"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": "36d7f9fc-2e90-487e-98d8-644a0b21b16a-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "af9d067a-ef68-4176-b49d-078acb544ff5-attachment.json", "type": "application/json"}], "start": 1775402982025, "stop": 1775402982025}], "start": 1775402982013, "stop": 1775402982025}], "start": 1775402981881, "stop": 1775402982025}, {"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": "44015ee7-8434-4af2-9e3e-a093644f027b-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "3ff33a66-d747-4c3d-9b47-8dd20876072b-attachment.json", "type": "application/json"}], "start": 1775402982029, "stop": 1775402982029}], "start": 1775402982025, "stop": 1775402982029}, {"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": "0fdcc092-6a42-430b-a18c-aabe37997b3e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "eb84483f-90b1-4032-a7ff-4cb7d72f7997-attachment.json", "type": "application/json"}], "start": 1775402982147, "stop": 1775402982147}, {"name": "Response → 200, trace_id: f777d1e07c750cd9067be455fb91ffa2", "status": "passed", "attachments": [{"name": "response.headers", "source": "9c9caf3a-d544-4b9a-9340-2aacfecceafb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4fb3475e-02f5-4820-b247-5fd74c29d727-attachment.json", "type": "application/json"}], "start": 1775402982147, "stop": 1775402982147}], "attachments": [{"name": "cURL", "source": "284689a0-93d9-44e7-bc40-93efa7ee52b8-attachment.txt", "type": "text/plain"}], "start": 1775402982147, "stop": 1775402982147}, {"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": "0f12d25d-b28d-4cf8-8bde-c777caa93f9a-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "32e352ad-7ab4-48f7-96dd-074db32587c0-attachment.json", "type": "application/json"}], "start": 1775402982165, "stop": 1775402982165}], "start": 1775402982151, "stop": 1775402982165}], "start": 1775402982025, "stop": 1775402982165}, {"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": "eef6ac9d-7f22-4d17-a4f2-20fab6658d39-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "aa2d473b-995c-445e-b946-122fbe2875a4-attachment.json", "type": "application/json"}], "start": 1775402982179, "stop": 1775402982179}], "start": 1775402982165, "stop": 1775402982179}, {"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": "5fe6f54e-9690-431c-924c-22fca166608e-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e9572f4b-63c7-4093-8eea-04254ef9e70f-attachment.json", "type": "application/json"}], "start": 1775402982250, "stop": 1775402982250}, {"name": "Response → 200, trace_id: 3dd23321b891111af76e3bdc9ce9fda8", "status": "passed", "attachments": [{"name": "response.headers", "source": "692cc816-79b1-4a34-ab6d-8fd0a8ce4311-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4a525305-33d7-4aa4-8ce2-d30a9be34665-attachment.json", "type": "application/json"}], "start": 1775402982250, "stop": 1775402982251}], "attachments": [{"name": "cURL", "source": "a72c22ac-429b-48a6-8cd7-9624516c184f-attachment.txt", "type": "text/plain"}], "start": 1775402982250, "stop": 1775402982251}, {"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": "48b7b349-b5a4-470c-b7c5-934e5f13d02e-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "78230ffd-c56c-4e1a-bea9-6bbe59c72462-attachment.json", "type": "application/json"}], "start": 1775402982274, "stop": 1775402982275}, {"name": "Response → 200, trace_id: 2f13b71e575c715ffadb2d6a6ce2cc79", "status": "passed", "attachments": [{"name": "response.headers", "source": "d1216c8f-3ebe-42d5-b067-2002183fd859-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "294d08a4-b67f-416c-953f-44b322596b65-attachment.json", "type": "application/json"}], "start": 1775402982275, "stop": 1775402982275}], "attachments": [{"name": "cURL", "source": "5becafd0-42a2-4abc-8e12-3e3f57a20c2c-attachment.txt", "type": "text/plain"}], "start": 1775402982274, "stop": 1775402982275}, {"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": "5a9a3b44-9781-4169-864b-8987bdcc9cf2-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "0eb84a00-9ee3-4d05-b016-2f5d3a18d2d9-attachment.json", "type": "application/json"}], "start": 1775402982302, "stop": 1775402982302}, {"name": "Response → 200, trace_id: 3e87ae5b4991a2a3264d46f9cf47127a", "status": "passed", "attachments": [{"name": "response.headers", "source": "16831df5-716d-4013-a41e-313710afc07b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "43860777-5ba9-498a-a57a-747521dea57b-attachment.json", "type": "application/json"}], "start": 1775402982302, "stop": 1775402982303}], "attachments": [{"name": "cURL", "source": "96cff9cf-ddc3-41af-992f-96e900c987e5-attachment.txt", "type": "text/plain"}], "start": 1775402982302, "stop": 1775402982303}, {"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": "b8e7c778-ace9-461c-828c-d1b076838b46-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "703abf52-0ca9-4eca-b472-8fe92ef01106-attachment.json", "type": "application/json"}], "start": 1775402982329, "stop": 1775402982330}, {"name": "Response → 200, trace_id: 26bb8abe8fae4db16d51c62438862b10", "status": "passed", "attachments": [{"name": "response.headers", "source": "50cdd3ba-a3e2-4f24-aab3-6d73fae5ba7a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3c9ad095-2dee-493b-ade4-2524fccf6c28-attachment.json", "type": "application/json"}], "start": 1775402982330, "stop": 1775402982330}], "attachments": [{"name": "cURL", "source": "302f3b28-b920-4f11-97fc-cdc0e3d03e34-attachment.txt", "type": "text/plain"}], "start": 1775402982329, "stop": 1775402982331}, {"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": "15752583-e71b-44d4-94ea-61ab02cb88d8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "70741a19-3cfc-4a10-94ae-d7b40be04bed-attachment.json", "type": "application/json"}], "start": 1775402982376, "stop": 1775402982376}, {"name": "Response → 200, trace_id: 55f34c7f9731c99a42778d342023fba1", "status": "passed", "attachments": [{"name": "response.headers", "source": "00a5d5e9-dab0-4c24-a9f6-3201b84786f6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2308f6fc-1d8b-46cd-b8bb-97f4d67fe9e4-attachment.json", "type": "application/json"}], "start": 1775402982376, "stop": 1775402982376}], "attachments": [{"name": "cURL", "source": "ac38e65c-749b-4c64-8a24-5868aeb8dd55-attachment.txt", "type": "text/plain"}], "start": 1775402982376, "stop": 1775402982376}, {"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": "8f8335cf-3e54-43e4-8502-ca98d3ebc0d3-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9aedf9f1-266e-43bd-9623-470e4c8b00d9-attachment.json", "type": "application/json"}], "start": 1775402982399, "stop": 1775402982399}, {"name": "Response → 200, trace_id: 6e1c86ec3d62d83f1617e243d6bed394", "status": "passed", "attachments": [{"name": "response.headers", "source": "ca72053b-7cc0-4494-99b2-fe4d0bc72011-attachment.json", "type": "application/json"}], "start": 1775402982399, "stop": 1775402982399}], "attachments": [{"name": "cURL", "source": "5af2e1ff-7e7f-49bb-be15-3c21ffad8556-attachment.txt", "type": "text/plain"}], "start": 1775402982399, "stop": 1775402982399}, {"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": "fc9fe377-09c3-40e0-9cff-09634b9c82ef-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a064d060-05bb-4a93-a519-09c05e5d55c5-attachment.json", "type": "application/json"}], "start": 1775402982480, "stop": 1775402982480}, {"name": "Response → 200, trace_id: 070d6c550786ae61b20664744465ab99", "status": "passed", "attachments": [{"name": "response.headers", "source": "4470c7d6-a60c-458d-b902-fdfabd8c3012-attachment.json", "type": "application/json"}], "start": 1775402982480, "stop": 1775402982480}], "attachments": [{"name": "cURL", "source": "48a2c6a4-f80d-43b5-b164-776bb03bb0f8-attachment.txt", "type": "text/plain"}], "start": 1775402982480, "stop": 1775402982481}, {"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": "7a0d665c-b936-4503-b87a-4edff8ab687a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3a1e854c-49d9-43b9-bb9d-4b3c26b9770b-attachment.json", "type": "application/json"}], "start": 1775402982584, "stop": 1775402982586}, {"name": "Response → 200, trace_id: deea6de95271b70a982023ee54d6e43e", "status": "passed", "attachments": [{"name": "response.headers", "source": "464a2071-0587-494c-a66a-e57cc445d63d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "63451bf5-ce58-43f3-a4af-b96c00e9ecc6-attachment.json", "type": "application/json"}], "start": 1775402982586, "stop": 1775402982586}], "attachments": [{"name": "cURL", "source": "f6c5393a-a879-4d6c-99d1-3d822736710b-attachment.txt", "type": "text/plain"}], "start": 1775402982584, "stop": 1775402982586}, {"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": "b217a647-2bfc-4c92-bff8-07a5c9a337b1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2188f9c0-774f-43b1-bf61-6e54be79cddd-attachment.json", "type": "application/json"}], "start": 1775402982585, "stop": 1775402982586}, {"name": "Response → 200, trace_id: 0042e6034ec4f3e085c92847d83fd397", "status": "passed", "attachments": [{"name": "response.headers", "source": "931675f9-c28a-47b3-93c8-0939a4742207-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c276bb7f-90a4-4094-b3ef-3cd49d2b956d-attachment.json", "type": "application/json"}], "start": 1775402982586, "stop": 1775402982587}], "attachments": [{"name": "cURL", "source": "816f095c-0c90-48b3-847e-b5c09745f17a-attachment.txt", "type": "text/plain"}], "start": 1775402982585, "stop": 1775402982587}, {"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": "61091cf6-f26b-4060-9f44-4d4eade51c9c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4468f52f-998f-4e7b-b47f-5c14a5f948d4-attachment.json", "type": "application/json"}], "start": 1775402982710, "stop": 1775402982710}, {"name": "Response → 200, trace_id: 50b11f786b69280b2c1f383937c36a6d", "status": "passed", "attachments": [{"name": "response.headers", "source": "a578ca84-2e84-4ee8-83fd-053d46ba2e0d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "16b36161-a6c6-4fd4-83a5-1bd483e904fb-attachment.json", "type": "application/json"}], "start": 1775402982710, "stop": 1775402982711}], "attachments": [{"name": "cURL", "source": "e1b66a64-3972-4ef5-9758-16a99088b8f7-attachment.txt", "type": "text/plain"}], "start": 1775402982709, "stop": 1775402982711}, {"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": "af01ea97-1e08-485f-a791-80f06919c5ea-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "fe3df73e-b2be-4e89-a0c6-1f1f1cdbea2f-attachment.json", "type": "application/json"}], "start": 1775402982710, "stop": 1775402982710}, {"name": "Response → 200, trace_id: 6eb43ecf1f4ffa0fd30dba19803ee7a8", "status": "passed", "attachments": [{"name": "response.headers", "source": "8f39741f-a5d9-4dbe-9b03-4c0ed0bc7698-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "069c8be3-6ecb-45f7-a51e-3c878dffd844-attachment.json", "type": "application/json"}], "start": 1775402982710, "stop": 1775402982711}], "attachments": [{"name": "cURL", "source": "4c66e763-3039-4f8a-8837-6e9dce68c260-attachment.txt", "type": "text/plain"}], "start": 1775402982710, "stop": 1775402982711}, {"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": "8b304c33-33ef-4e66-b342-242a92331a11-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3771db85-7c15-4411-aba5-760fb8661eed-attachment.json", "type": "application/json"}], "start": 1775402982826, "stop": 1775402982826}, {"name": "Response → 200, trace_id: 9be315d2b73e85fe6057bf72b20ff320", "status": "passed", "attachments": [{"name": "response.headers", "source": "7f8fca8f-53bd-40a4-a6cb-dd9e7c271b9a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b1489de0-287a-4876-906b-1ffe6c360f47-attachment.json", "type": "application/json"}], "start": 1775402982827, "stop": 1775402982827}], "attachments": [{"name": "cURL", "source": "644bc349-80ee-412d-82e0-edcecceae924-attachment.txt", "type": "text/plain"}], "start": 1775402982826, "stop": 1775402982827}, {"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": "bc93b551-17c0-48db-ab8e-a3b01becd3b9-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "90be746b-1444-41a6-9f0d-db5f92813b8a-attachment.json", "type": "application/json"}], "start": 1775402982942, "stop": 1775402982942}, {"name": "Response → 200, trace_id: a4f99d99abc51e80d35e030578c9a993", "status": "passed", "attachments": [{"name": "response.headers", "source": "302da72c-8a9d-40c8-8a0a-addd1059033a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6f1218b8-8570-42d0-9779-6660346043a1-attachment.json", "type": "application/json"}], "start": 1775402982942, "stop": 1775402982942}], "attachments": [{"name": "cURL", "source": "25d403b0-7afc-47ab-9d25-a0513922d7f2-attachment.txt", "type": "text/plain"}], "start": 1775402982942, "stop": 1775402982942}, {"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": "26753d3a-63e1-4a44-90d6-c438ddb0bf21-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "38142b09-8721-42e3-b17c-52450f313745-attachment.json", "type": "application/json"}], "start": 1775402983056, "stop": 1775402983056}, {"name": "Response → 200, trace_id: f8a6a3ade56de3cb789f4e3ea26a51fc", "status": "passed", "attachments": [{"name": "response.headers", "source": "158a4791-5007-4a51-a7a1-851a2627ae26-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0819bbac-cdd4-48cc-9577-67abff0cf63e-attachment.json", "type": "application/json"}], "start": 1775402983056, "stop": 1775402983056}], "attachments": [{"name": "cURL", "source": "d59e1da1-4c6f-498c-909f-059739c3e8fe-attachment.txt", "type": "text/plain"}], "start": 1775402983055, "stop": 1775402983056}, {"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": "64e9c083-c437-4b6f-a9c2-55bd57d77b7f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "01207413-03d5-4821-a468-ca144f0897a1-attachment.json", "type": "application/json"}], "start": 1775402983139, "stop": 1775402983139}, {"name": "Response → 200, trace_id: 66c9eae4faf754856221f17bea6ea4db", "status": "passed", "attachments": [{"name": "response.headers", "source": "1c3ad546-8866-4e2a-8d41-0df01fd4f815-attachment.json", "type": "application/json"}], "start": 1775402983139, "stop": 1775402983139}], "attachments": [{"name": "cURL", "source": "2d38c899-3de4-4e95-b0a4-6836fd7f75a3-attachment.txt", "type": "text/plain"}], "start": 1775402983139, "stop": 1775402983139}, {"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": "0e982680-4e07-4e91-b122-5adc55c96214-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f5cb23a9-27ba-456e-8d90-93c4a0df86eb-attachment.json", "type": "application/json"}], "start": 1775402983163, "stop": 1775402983163}, {"name": "Response → 200, trace_id: 762a3980c49d6edf54ccba196e6163cf", "status": "passed", "attachments": [{"name": "response.headers", "source": "2609fcbf-276c-48c8-aa6a-f00447031a01-attachment.json", "type": "application/json"}], "start": 1775402983163, "stop": 1775402983163}], "attachments": [{"name": "cURL", "source": "a3d9ab36-1910-4503-9371-5996c8ef1e5b-attachment.txt", "type": "text/plain"}], "start": 1775402983162, "stop": 1775402983163}, {"name": "Waiter function: wait_box_status", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "17935a43-a76f-4d57-896a-bdee99bf085a-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "bb68f7c0-24e8-42dd-b50e-ee64283ace8f-attachment.json", "type": "application/json"}], "start": 1775402983254, "stop": 1775402983254}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "07688c8a-4bbf-46dc-82ff-beabeac25611-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "5282303a-e365-4e57-85a7-c6ed48e9edfa-attachment.json", "type": "application/json"}], "start": 1775402983255, "stop": 1775402983255}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "6d2f5898-9686-4008-bc30-6cd23dc01669-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "ddb7bf1c-605e-4501-b8f1-0a9f1b9dbfdb-attachment.json", "type": "application/json"}], "start": 1775402983255, "stop": 1775402983256}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "4ea31353-b340-4b63-b2b3-0a4fc88983e4-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "92385dff-325e-4440-99cf-a5f72ee7e76b-attachment.json", "type": "application/json"}], "start": 1775402983260, "stop": 1775402983261}], "start": 1775402983165, "stop": 1775402983261}, {"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": "88022eb3-bc26-4e80-b345-b6095e5cfcc3-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "bec9c84f-98f6-4fb8-834d-4c58ea2476c6-attachment.json", "type": "application/json"}], "start": 1775402983264, "stop": 1775402983265}], "start": 1775402983261, "stop": 1775402983265}, {"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": "9fe59f44-f834-4465-80a5-af96ef61c678-attachment.txt", "type": "text/plain"}], "start": 1775402983276, "stop": 1775402983276}], "start": 1775402983265, "stop": 1775402983276}], "start": 1775402982165, "stop": 1775402983276}, {"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": "112b8df2-1497-4b97-a045-74f4ae48638c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "4e3995d0-9727-40b9-b544-bcfc2ff24f1b-attachment.json", "type": "application/json"}], "start": 1775402983287, "stop": 1775402983288}], "start": 1775402983276, "stop": 1775402983288}, {"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": "33d58dbb-c026-4b46-bc1a-9c4511a63bce-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b2f86c04-b3da-4074-88a6-c767c5491555-attachment.json", "type": "application/json"}], "start": 1775402983372, "stop": 1775402983372}, {"name": "Response → 200, trace_id: d90195cbe86c59b5205486d00bb89c38", "status": "passed", "attachments": [{"name": "response.headers", "source": "3142d73d-ba32-4fff-b44e-7749b8f719f7-attachment.json", "type": "application/json"}], "start": 1775402983372, "stop": 1775402983372}], "attachments": [{"name": "cURL", "source": "7ffb88d8-f8c7-4144-80bb-55e4da318290-attachment.txt", "type": "text/plain"}], "start": 1775402983372, "stop": 1775402983372}, {"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": "0abfc2a4-65a2-4d9b-b550-5db701de5047-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "2958b572-8cea-4138-81af-a49947bc860d-attachment.json", "type": "application/json"}], "start": 1775402983380, "stop": 1775402983380}], "start": 1775402983375, "stop": 1775402983380}], "start": 1775402983276, "stop": 1775402983380}, {"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": "1bda6566-4454-42ed-94e9-69ee2285c813-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "0c43d42b-427e-44c8-a7df-358b11b3dd94-attachment.json", "type": "application/json"}], "start": 1775402983392, "stop": 1775402983392}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "0ba6575e-c24a-4d08-9911-020fc144bf72-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c286b411-8ff2-4a53-8af0-473dc264c91f-attachment.json", "type": "application/json"}], "start": 1775403003398, "stop": 1775403003398}], "start": 1775402983380, "stop": 1775403003398}, {"name": "Waiter function: get_accepted_invoice", "status": "failed", "statusDetails": {"message": "AssertionError: 410000015682 not found\nassert None is not None\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/inbound_check.py\", line 60, in get_accepted_invoice\n    assert invoice_msg is not None, f\"{invoice_number} not found\"\n"}, "start": 1775403003398, "stop": 1775403031945}], "attachments": [{"name": "log", "source": "30fee2e5-6aba-44af-ae66-7d01ac749c88-attachment.txt", "type": "text/plain"}], "start": 1775402978705, "stop": 1775403031946, "uuid": "43852da1-cb5b-4ef0-95a2-e05894b7677d", "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-2zd52tp2"}, {"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"]}