{"name": "test_invoice_create[params1]", "status": "failed", "statusDetails": {"message": "AssertionError: inbox 4287 not in status: PROCESSED, actual status: PENDING", "trace": "self = <tests.fmcg.test_acceptance.test_invoice.TestFmcgAcceptanceInvoice object at 0x701bf8932850>\nparams = {'is_bundle': False, 'items_count': 5}\nfmcg_warehouse_with_auth = FmcgWarehouseWithAuthFixtureDto(warehouse=FmcgWarehouse(id=1, name='uz 7200', user=FmcgUser(wms_id=9000000001, barcode...ymic='uz', seller_id=None, token='0ae2e3d0-640e-443c-bc10-88a48455a831'), token='0ae2e3d0-640e-443c-bc10-88a48455a831')\n\n    @pytest.mark.parametrize(\n        \"params\",\n        [\n            {\n                \"items_count\": randint(2, 5),\n                \"is_bundle\": True,\n            },\n            {\n                \"items_count\": randint(2, 5),\n                \"is_bundle\": False,\n            },\n        ],\n    )\n    def test_invoice_create(self, params, fmcg_warehouse_with_auth):\n        (\n            V1FmcgInvoiceBuilder(warehouse=fmcg_warehouse_with_auth.warehouse, user=fmcg_warehouse_with_auth.user)\n>           .create_from_kafka()\n             ^^^^^^^^^^^^^^^^^^^\n            .create_items_random(\n                random_items=[FmcgRandomItem(items_count=params[\"items_count\"], is_bundle=params[\"is_bundle\"])]\n            )\n            .send_invoice_items()\n        )\n\ntests/fmcg/test_acceptance/test_invoice.py:33: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/fmcg/builders/acceptance/v1_invoice.py:67: in create_from_kafka\n    wait_inbox(\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\ntopic = <KafkaTopics.fmcg_invoice_create: 'fmcg_invoice_create'>\npayload = '75259639468080384'\nstatus = <AcceptanceInboxStatus.PROCESSED: 'PROCESSED'>\n\n    @retry_on_assertion(stop_max_attempt_number=10, wait_fixed=5_000)\n    def wait_inbox(topic, payload, status: AcceptanceInboxStatus = None) -> Inbox:\n        inbox: Inbox = FMCGAcceptanceQueries().get_inbox(topic=topic, payload=payload)\n        assert inbox, f\"No inbox created for topic: {topic}, payload: {payload}\"\n        if status is not None:\n>           assert inbox.status == status, f\"inbox {inbox.id} not in status: {status}, actual status: {inbox.status}\"\n                   ^^^^^^^^^^^^^^^^^^^^^^\nE           AssertionError: inbox 4287 not in status: PROCESSED, actual status: PENDING\n\nsrc/framework/fmcg/validation/waiters/acceptance.py:32: AssertionError"}, "steps": [{"name": "Waiter function: wait_inbox", "status": "failed", "statusDetails": {"message": "AssertionError: inbox 4287 not in status: PROCESSED, actual status: PENDING\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/fmcg/validation/waiters/acceptance.py\", line 32, in wait_inbox\n    assert inbox.status == status, f\"inbox {inbox.id} not in status: {status}, actual status: {inbox.status}\"\n           ^^^^^^^^^^^^^^^^^^^^^^\n"}, "start": 1775259639577, "stop": 1775259684621}], "attachments": [{"name": "log", "source": "06e50bdc-cfa6-4476-a000-9e1c866b9096-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "params", "value": "{'items_count': 5, 'is_bundle': False}"}], "start": 1775259639468, "stop": 1775259684622, "uuid": "8d11328b-c125-49c2-815e-1110f4b1ed59", "historyId": "842bf4a0133e75c9d101e41bcfc6a263", "testCaseId": "b584eeb7dbaa14eff10f41afacd35383", "fullName": "tests.fmcg.test_acceptance.test_invoice.TestFmcgAcceptanceInvoice#test_invoice_create", "labels": [{"name": "tag", "value": "fmcg-flow-invoice"}, {"name": "tag", "value": "dm-fmcg-be-service-acceptance"}, {"name": "parentSuite", "value": "tests.fmcg.test_acceptance"}, {"name": "suite", "value": "test_invoice"}, {"name": "subSuite", "value": "TestFmcgAcceptanceInvoice"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-0-wfv7o5yq"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.fmcg.test_acceptance.test_invoice"}], "titlePath": ["tests", "fmcg", "test_acceptance", "test_invoice.py", "TestFmcgAcceptanceInvoice"]}