{"uuid": "4df3bec9-cd03-4745-aa91-2028e83991ce", "children": ["5db76de0-5664-4ea7-89aa-39515ab666ad", "8396fe67-eff0-45e6-825f-c7e9bbb0dd1c"], "befores": [{"name": "wms_invoice_proper_multi_barcode", "status": "broken", "statusDetails": {"message": "sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at \"10.150.13.50\", port 5432 failed: timeout expired\n\n(Background on this error at: https://sqlalche.me/e/20/e3q8)\n", "trace": "  File \"/usr/local/lib/python3.11/site-packages/pluggy/_callers.py\", line 38, in run_old_style_hookwrapper\n    res = yield\n          ^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/pluggy/_callers.py\", line 139, in _multicall\n    teardown.throw(exception)\n  File \"/usr/local/lib/python3.11/site-packages/pluggy/_callers.py\", line 53, in run_old_style_hookwrapper\n    return result.get_result()\n           ^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/pluggy/_result.py\", line 103, in get_result\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/pluggy/_callers.py\", line 38, in run_old_style_hookwrapper\n    res = yield\n          ^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/pluggy/_callers.py\", line 139, in _multicall\n    teardown.throw(exception)\n  File \"/usr/local/lib/python3.11/site-packages/_pytest/setuponly.py\", line 36, in pytest_fixture_setup\n    return (yield)\n            ^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/pluggy/_callers.py\", line 121, in _multicall\n    res = hook_impl.function(*args)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/_pytest/fixtures.py\", line 1202, in pytest_fixture_setup\n    result = call_fixture_func(fixturefunc, request, kwargs)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/_pytest/fixtures.py\", line 908, in call_fixture_func\n    fixture_result = next(generator)\n                     ^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/fixtures/acceptance/invoice.py\", line 32, in wms_invoice_proper_multi_barcode\n    invoice.set_count_types().full_acceptance()\n  File \"/app/src/framework/wms/builders/acceptance/invoice/invoice.py\", line 791, in full_acceptance\n    (self.state_awaiting_doc().state_invoice_doc_waiting().state_invoice_doc_requested())\n     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/builders/acceptance/invoice/invoice.py\", line 613, in state_invoice_doc_waiting\n    wait_invoice(self.invoice_id, status=wait_state)\n  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 279, in call\n    return attempt.get(self._wrap_exception)\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/waiters/acceptance.py\", line 37, in wait_invoice\n    invoice: Invoice = AcceptanceQueries().tx_query(Invoice).filter(Invoice.id == supply_id).first()\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/dm_qa_common_libs_db_client/logged_query.py\", line 62, in first\n    result = super().first()\n             ^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2759, in first\n    return self.limit(1)._iter().first()  # type: ignore\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2857, in _iter\n    result: Union[ScalarResult[_T], Result[_T]] = self.session.execute(\n                                                  ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2351, in execute\n    return self._execute_internal(\n           ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2239, in _execute_internal\n    conn = self._connection_for_bind(bind)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2108, in _connection_for_bind\n    return trans._connection_for_bind(engine, execution_options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"<string>\", line 2, in _connection_for_bind\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/state_changes.py\", line 137, in _go\n    ret_value = fn(self, *arg, **kw)\n                ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 1187, in _connection_for_bind\n    conn = bind.connect()\n           ^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3293, in connect\n    return self._connection_cls(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 145, in __init__\n    Connection._handle_dbapi_exception_noconnection(\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 2448, in _handle_dbapi_exception_noconnection\n    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 143, in __init__\n    self._dbapi_connection = engine.raw_connection()\n                             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3317, in raw_connection\n    return self.pool.connect()\n           ^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 448, in connect\n    return _ConnectionFairy._checkout(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 1272, in _checkout\n    fairy = _ConnectionRecord.checkout(pool)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 717, in checkout\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 715, in checkout\n    dbapi_connection = rec.get_connection()\n                       ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 866, in get_connection\n    self.__connect()\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 900, in __connect\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 896, in __connect\n    self.dbapi_connection = connection = pool._invoke_creator(self)\n                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/create.py\", line 667, in connect\n    return dialect.connect(*cargs_tup, **cparams)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py\", line 630, in connect\n    return self.loaded_dbapi.connect(*cargs, **cparams)  # type: ignore[no-any-return]  # NOQA: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/psycopg2/__init__.py\", line 122, in connect\n    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "cell creation", "status": "passed", "steps": [{"name": "AvailableCell add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "22f9d31a-b972-49d2-a549-34ff170cb768-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "52a59901-f135-4df3-871c-02b9b2c0cf9d-attachment.json", "type": "application/json"}], "start": 1775259949564, "stop": 1775259949564}], "start": 1775259949554, "stop": 1775259949568}], "start": 1775259949553, "stop": 1775259949574}, {"name": "invoice flow", "status": "broken", "statusDetails": {"message": "sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at \"10.150.13.50\", port 5432 failed: timeout expired\n\n(Background on this error at: https://sqlalche.me/e/20/e3q8)\n", "trace": "  File \"/app/src/framework/wms/fixtures/acceptance/invoice.py\", line 32, in wms_invoice_proper_multi_barcode\n    invoice.set_count_types().full_acceptance()\n  File \"/app/src/framework/wms/builders/acceptance/invoice/invoice.py\", line 791, in full_acceptance\n    (self.state_awaiting_doc().state_invoice_doc_waiting().state_invoice_doc_requested())\n     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/builders/acceptance/invoice/invoice.py\", line 613, in state_invoice_doc_waiting\n    wait_invoice(self.invoice_id, status=wait_state)\n  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 279, in call\n    return attempt.get(self._wrap_exception)\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/waiters/acceptance.py\", line 37, in wait_invoice\n    invoice: Invoice = AcceptanceQueries().tx_query(Invoice).filter(Invoice.id == supply_id).first()\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/dm_qa_common_libs_db_client/logged_query.py\", line 62, in first\n    result = super().first()\n             ^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2759, in first\n    return self.limit(1)._iter().first()  # type: ignore\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2857, in _iter\n    result: Union[ScalarResult[_T], Result[_T]] = self.session.execute(\n                                                  ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2351, in execute\n    return self._execute_internal(\n           ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2239, in _execute_internal\n    conn = self._connection_for_bind(bind)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2108, in _connection_for_bind\n    return trans._connection_for_bind(engine, execution_options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"<string>\", line 2, in _connection_for_bind\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/state_changes.py\", line 137, in _go\n    ret_value = fn(self, *arg, **kw)\n                ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 1187, in _connection_for_bind\n    conn = bind.connect()\n           ^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3293, in connect\n    return self._connection_cls(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 145, in __init__\n    Connection._handle_dbapi_exception_noconnection(\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 2448, in _handle_dbapi_exception_noconnection\n    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 143, in __init__\n    self._dbapi_connection = engine.raw_connection()\n                             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3317, in raw_connection\n    return self.pool.connect()\n           ^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 448, in connect\n    return _ConnectionFairy._checkout(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 1272, in _checkout\n    fairy = _ConnectionRecord.checkout(pool)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 717, in checkout\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 715, in checkout\n    dbapi_connection = rec.get_connection()\n                       ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 866, in get_connection\n    self.__connect()\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 900, in __connect\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 896, in __connect\n    self.dbapi_connection = connection = pool._invoke_creator(self)\n                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/create.py\", line 667, in connect\n    return dialect.connect(*cargs_tup, **cparams)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py\", line 630, in connect\n    return self.loaded_dbapi.connect(*cargs, **cparams)  # type: ignore[no-any-return]  # NOQA: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/psycopg2/__init__.py\", line 122, in connect\n    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "dbf0f6a4-069c-4894-b8db-7c2236c122f8-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "8100b19e-1d29-4cf0-b23c-312567d21eb7-attachment.json", "type": "application/json"}], "start": 1775259949695, "stop": 1775259949695}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "0cd4dbbf-09b9-47ca-8618-e28e6cf22ea5-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "76fef966-8395-4303-8943-b8e87a4229f1-attachment.json", "type": "application/json"}], "start": 1775259949696, "stop": 1775259949696}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "3f1b89fe-4722-4704-a584-fc0a55499be2-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a26176c7-f440-4c96-985b-725a4ca35ca0-attachment.json", "type": "application/json"}], "start": 1775259949697, "stop": 1775259949697}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "e8a4d9d3-bdd0-4fbd-a37b-688198d8520d-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "ba80e4db-456c-4a1e-ae5e-628f9df73988-attachment.json", "type": "application/json"}], "start": 1775259949709, "stop": 1775259949709}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/account/sign-in", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "af0b88bb-dac4-4e7e-82da-34443af16966-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "44ef5e87-c5c1-4b0d-ac50-a1c21c56b42a-attachment.json", "type": "application/json"}], "start": 1775259949745, "stop": 1775259949746}, {"name": "Response → 200, trace_id: 89829c18f321d121c52ffa572334da7a", "status": "passed", "attachments": [{"name": "response.headers", "source": "cf9266e4-bd49-4f7a-8f93-ca4de0d1c3cd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "179aa0ab-acfa-47f0-b08f-16a42958fd55-attachment.json", "type": "application/json"}], "start": 1775259949746, "stop": 1775259949746}], "attachments": [{"name": "cURL", "source": "8127a343-9d89-4b9d-b503-ec58b796ead4-attachment.txt", "type": "text/plain"}], "start": 1775259949745, "stop": 1775259949746}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "948ff5b3-7337-4b5e-983d-08152918dad5-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "6b6a793b-8ae7-4f40-be6e-aa60ca1ba45a-attachment.json", "type": "application/json"}], "start": 1775259949759, "stop": 1775259949760}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "0e9a31f8-dd7a-4ed3-a025-bbc6ade933a0-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "2a938da3-9abb-4376-bb9f-1ad52e07b585-attachment.json", "type": "application/json"}], "start": 1775259949760, "stop": 1775259949760}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "f67d3b24-b706-471c-9f01-49c9a5e197f5-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "8e531fa2-ec58-4473-ba67-6894cd9e930f-attachment.json", "type": "application/json"}], "start": 1775259949761, "stop": 1775259949761}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "3ec642eb-1e63-4163-8e45-0f58cd54fed3-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "7b61061d-f58b-4462-94d1-515b6c6b87ef-attachment.json", "type": "application/json"}], "start": 1775259950087, "stop": 1775259950087}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "50f5e266-7ad9-46c0-9c8d-6b5cee5fbc87-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "6de1f6da-386a-4fe4-a6fb-4a4ff2095606-attachment.json", "type": "application/json"}], "start": 1775259950090, "stop": 1775259950090}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "e4d62b16-9f49-4ec6-9bc9-5e35f165a02a-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "ba9c4b37-ec06-407b-95ac-f1fc481c63b4-attachment.json", "type": "application/json"}], "start": 1775259950091, "stop": 1775259950091}, {"name": "invoice creation", "status": "passed", "steps": [{"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/acceptance/invoices/chunked", "status": "passed", "attachments": [{"name": "Request", "source": "d0807ea7-b31e-40da-8a55-42f950b83c84-attachment.json", "type": "application/json"}, {"name": "Response", "source": "4b0e2ccb-8bda-43b7-8472-759944f8e05a-attachment.json", "type": "application/json"}], "start": 1775259950098, "stop": 1775259950143}, {"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": "fc14712e-eb18-4e59-a199-99afcc5be8a1-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "42432334-445e-4a97-b053-139ba624ee38-attachment.json", "type": "application/json"}], "start": 1775259950315, "stop": 1775259950316}], "start": 1775259950143, "stop": 1775259950316}, {"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": "015d2d33-5a21-4120-9cb5-71971be3b784-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "19cb2951-7548-47e0-ac6b-cfb965c9f557-attachment.json", "type": "application/json"}], "start": 1775259950329, "stop": 1775259950330}], "start": 1775259950316, "stop": 1775259950330}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/transit/hs-code/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5619f270-10cf-4383-8092-44eeea1a4d1a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d168859c-ce7f-4027-abd1-84442b9682e3-attachment.json", "type": "application/json"}], "start": 1775259950356, "stop": 1775259950356}, {"name": "Response → 200, trace_id: 5a8a42ef8c7709421ef344a2f48562b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "95a0d0e8-b2c4-4159-8e61-d2a1f541dbb2-attachment.json", "type": "application/json"}], "start": 1775259950356, "stop": 1775259950356}], "attachments": [{"name": "cURL", "source": "fa5f97e3-c477-47aa-9261-1808972136aa-attachment.txt", "type": "text/plain"}], "start": 1775259950356, "stop": 1775259950356}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/ff/publish/invoice/chunk", "status": "passed", "attachments": [{"name": "Request", "source": "302d2fbf-937e-4a73-bca1-0ee93a3a1fdc-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c80a6e0f-a7cd-4009-a578-dd42d1a94b81-attachment.json", "type": "application/json"}], "start": 1775259950360, "stop": 1775259950375}, {"name": "Waiter function: wait_sku_info", "status": "passed", "start": 1775259950375, "stop": 1775259952387}, {"name": "Waiter function: wait_availability_sku", "status": "passed", "start": 1775259952387, "stop": 1775259952389}, {"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": "7d55e161-3c14-4f40-baab-5fdfb2996d25-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "967b0221-af9d-43c9-90c4-5b32dfa33a35-attachment.json", "type": "application/json"}], "start": 1775259952393, "stop": 1775259952394}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "029a5a41-7801-41e8-bea1-1d95fa17bd47-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "06841310-7a94-4149-9877-2a144019e0ff-attachment.json", "type": "application/json"}], "start": 1775259972410, "stop": 1775259972410}], "start": 1775259952389, "stop": 1775259972411}, {"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": "e49f74f2-17ef-4a70-a823-126f0ee1448c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a116b18a-4ea8-48c3-a633-c674ab5443f9-attachment.json", "type": "application/json"}], "start": 1775259972425, "stop": 1775259972425}], "start": 1775259972411, "stop": 1775259972425}, {"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": "36f1592d-f844-4af2-bf8d-a62f35114928-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2d745a67-591b-436e-af18-7b164566be25-attachment.json", "type": "application/json"}], "start": 1775259972510, "stop": 1775259972510}, {"name": "Response → 200, trace_id: 04ce2d3cf41312201053781ecbb5e388", "status": "passed", "attachments": [{"name": "response.headers", "source": "905386b8-b1fb-4240-b348-673b698ab60d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "53c02f5f-76a1-4ef1-8f42-be56b8510f02-attachment.json", "type": "application/json"}], "start": 1775259972510, "stop": 1775259972511}], "attachments": [{"name": "cURL", "source": "d918425a-5668-4888-a1f3-9de8894c1b3f-attachment.txt", "type": "text/plain"}], "start": 1775259972510, "stop": 1775259972511}, {"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": "eab6d408-2f0d-48d5-b7ca-3d723c316a58-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "a89d8f61-e806-499d-86f0-4961ad726449-attachment.json", "type": "application/json"}], "start": 1775259972537, "stop": 1775259972537}, {"name": "Response → 200, trace_id: ba77a3bf1033be8348c729400a936241", "status": "passed", "attachments": [{"name": "response.headers", "source": "452abb7e-8d0c-4f2a-b0d2-c32e4e5d6298-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "794eb616-50ee-47b9-ba6a-f1e986b72091-attachment.json", "type": "application/json"}], "start": 1775259972537, "stop": 1775259972538}], "attachments": [{"name": "cURL", "source": "95dc926d-d4ed-4337-ba9c-370471a08d1e-attachment.txt", "type": "text/plain"}], "start": 1775259972537, "stop": 1775259972538}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/arrival-invoice?invoiceBarcode=WMS7525995050", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "59cc0f6a-cf33-4455-afc7-9f4ce9eeae13-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "6b0790b8-0724-40cc-8fc6-2018a62c7776-attachment.json", "type": "application/json"}], "start": 1775259972747, "stop": 1775259972748}, {"name": "Response → 200, trace_id: 551fb923bd35517411277a81183d8ce2", "status": "passed", "attachments": [{"name": "response.headers", "source": "a0769797-5bbf-4a50-bc11-d1e28c618e57-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "def4749c-d372-4d3f-9606-11444566270d-attachment.json", "type": "application/json"}], "start": 1775259972748, "stop": 1775259972748}], "attachments": [{"name": "cURL", "source": "79f9f4c9-2645-4912-b478-8b6ed4734279-attachment.txt", "type": "text/plain"}], "start": 1775259972747, "stop": 1775259972748}, {"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": "4b4c38ae-5771-4d42-8319-2564b22c0559-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b4702320-2a38-4b74-9ba9-431d570d9602-attachment.json", "type": "application/json"}], "start": 1775259972805, "stop": 1775259972805}, {"name": "Response → 200, trace_id: 53ed2dbc9db211ffde954a8522330c42", "status": "passed", "attachments": [{"name": "response.headers", "source": "34f4ce39-5b71-41af-b2a2-33ad1b0ac973-attachment.json", "type": "application/json"}], "start": 1775259972806, "stop": 1775259972806}], "attachments": [{"name": "cURL", "source": "cdfa550e-044d-4a59-bf8a-4e4577086620-attachment.txt", "type": "text/plain"}], "start": 1775259972805, "stop": 1775259972806}, {"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": "1dac8fb3-7c4e-4c1c-9c05-0f0d39521fb1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "c6a54a6c-235b-4e36-a6e8-d681988dcead-attachment.json", "type": "application/json"}], "start": 1775259972886, "stop": 1775259972886}, {"name": "Response → 200, trace_id: ecf45c6530885e0a248c6fed14f02b84", "status": "passed", "attachments": [{"name": "response.headers", "source": "6457c9e2-ac41-4c22-a039-34b14c57393f-attachment.json", "type": "application/json"}], "start": 1775259972886, "stop": 1775259972887}], "attachments": [{"name": "cURL", "source": "5b6b37c3-0dcf-4186-b659-f7c3cc94316c-attachment.txt", "type": "text/plain"}], "start": 1775259972886, "stop": 1775259972887}, {"name": "PUT → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/api/v1/update-pallet-weight?palletId=12571243&weight=4477", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "483892b3-70a3-418a-a687-858b282dfeaf-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7bdd9af6-3aa0-41a5-8967-8d85fd0da3f4-attachment.json", "type": "application/json"}], "start": 1775259972952, "stop": 1775259972953}, {"name": "Response → 200, trace_id: b8fc197b21c2e30e69e868e764687b22", "status": "passed", "attachments": [{"name": "response.headers", "source": "ea2d5ac7-476c-4285-bfd3-747937756968-attachment.json", "type": "application/json"}], "start": 1775259972953, "stop": 1775259972953}], "attachments": [{"name": "cURL", "source": "9f25d0aa-5ee5-4f2c-a998-632893484394-attachment.txt", "type": "text/plain"}], "start": 1775259972952, "stop": 1775259972953}, {"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": "98532057-251f-40c7-8bdc-16c69cd14bdc-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "77b86524-27b1-494d-9846-d1344dd71b76-attachment.json", "type": "application/json"}], "start": 1775259972986, "stop": 1775259972986}, {"name": "Response → 200, trace_id: 60f580a7c3c8b95ac38d0bd398d5624d", "status": "passed", "attachments": [{"name": "response.headers", "source": "b42651c9-4581-4240-9726-651a8c8a75f1-attachment.json", "type": "application/json"}], "start": 1775259972986, "stop": 1775259972986}], "attachments": [{"name": "cURL", "source": "f533ccd2-5220-4ccd-aa78-c4359406d509-attachment.txt", "type": "text/plain"}], "start": 1775259972986, "stop": 1775259972986}, {"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": "c608e75c-1103-4f1e-a7d3-ac7462ab554b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "ed55565f-3b24-4277-bb05-abc320b9630f-attachment.json", "type": "application/json"}], "start": 1775259973071, "stop": 1775259973071}, {"name": "Response → 200, trace_id: 400b3836f02be88bf1dd0caef30358b7", "status": "passed", "attachments": [{"name": "response.headers", "source": "511a4250-086a-4690-a0dc-24bfd075d931-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b17e05a3-5325-439d-9b81-b3e8f0cdaf9a-attachment.json", "type": "application/json"}], "start": 1775259973071, "stop": 1775259973071}], "attachments": [{"name": "cURL", "source": "89d25059-fb25-457e-a752-b87b5b7417e8-attachment.txt", "type": "text/plain"}], "start": 1775259973071, "stop": 1775259973071}, {"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": "3d6e0cc6-f353-4cb4-9de6-ad5b72b1a7f6-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "968f9edf-0711-4444-803e-9001ad72afce-attachment.json", "type": "application/json"}], "start": 1775259973093, "stop": 1775259973094}, {"name": "Response → 200, trace_id: 9d79afcc7e889e4a053bb43f9f37d87a", "status": "passed", "attachments": [{"name": "response.headers", "source": "be4f03ee-c7b9-49b2-bbb7-d05a4916b90d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4dcce628-950b-4719-b9f0-ef5787c33957-attachment.json", "type": "application/json"}], "start": 1775259973094, "stop": 1775259973094}], "attachments": [{"name": "cURL", "source": "a38a11af-4c98-455b-b0f2-80d11c0f3a0e-attachment.txt", "type": "text/plain"}], "start": 1775259973093, "stop": 1775259973094}, {"name": "Waiter function: wait_pallet", "status": "passed", "start": 1775259973097, "stop": 1775259973100}], "start": 1775259950094, "stop": 1775259973100}, {"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": "2551a66e-8adb-4783-a675-3540710105f1-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "b0fa227b-7ab4-4ece-9eb8-0c6652e4c5b7-attachment.json", "type": "application/json"}], "start": 1775259973104, "stop": 1775259973105}], "start": 1775259973100, "stop": 1775259973105}, {"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": "0b66866e-bca3-4852-baec-7d263496a3a3-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "1db349ce-2260-4f48-bced-f198e4e61228-attachment.json", "type": "application/json"}], "start": 1775259973180, "stop": 1775259973180}, {"name": "Response → 200, trace_id: f65763bfb35c5224fcb6c4841d9bc5b2", "status": "passed", "attachments": [{"name": "response.headers", "source": "a203e333-e315-4e4b-9483-dcaf6c6a2a0b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a72fc3c9-a9ba-42e8-b7a9-b918efb804c9-attachment.json", "type": "application/json"}], "start": 1775259973180, "stop": 1775259973181}], "attachments": [{"name": "cURL", "source": "cd178d40-eae0-4a54-9b3c-d62890a52e8c-attachment.txt", "type": "text/plain"}], "start": 1775259973180, "stop": 1775259973181}, {"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": "53a8c874-3ed8-485f-ae68-ef0513613b23-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "cb251573-6cad-4332-a4c7-a76b10aae9c3-attachment.json", "type": "application/json"}], "start": 1775259973205, "stop": 1775259973205}, {"name": "Response → 200, trace_id: 57a3459fe2c39289972c520ac41f764b", "status": "passed", "attachments": [{"name": "response.headers", "source": "9be45b40-b990-425c-b70b-b34aec2629b0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fa2570db-3ca7-487d-92d5-9a1722a2452f-attachment.json", "type": "application/json"}], "start": 1775259973205, "stop": 1775259973205}], "attachments": [{"name": "cURL", "source": "10012cbf-3d81-43dd-91f0-d8a9ccf6c4e6-attachment.txt", "type": "text/plain"}], "start": 1775259973205, "stop": 1775259973205}, {"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": "4b99c648-e478-4595-b6ae-eb11853dc985-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e06c0956-f6ef-4ee9-a22e-76af2428a2ae-attachment.json", "type": "application/json"}], "start": 1775259973325, "stop": 1775259973325}, {"name": "Response → 200, trace_id: 9b483ec3746d00a980562d2b55eeab29", "status": "passed", "attachments": [{"name": "response.headers", "source": "dc1fe3d8-f85f-408a-a863-184824521ee5-attachment.json", "type": "application/json"}], "start": 1775259973325, "stop": 1775259973325}], "attachments": [{"name": "cURL", "source": "73fa8ac7-a4d9-4484-a302-240fb790128c-attachment.txt", "type": "text/plain"}], "start": 1775259973325, "stop": 1775259973325}, {"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": "83da71c1-707c-4c91-8a93-ec0ecf420199-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9232e890-9e2e-4db5-9dbe-c12119b8ac15-attachment.json", "type": "application/json"}], "start": 1775259973333, "stop": 1775259973334}], "start": 1775259973328, "stop": 1775259973334}], "start": 1775259973100, "stop": 1775259973334}, {"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": "2c48b547-c774-461e-b896-da9b5dffa26c-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "33fe8f74-ddba-4688-8917-269a89e47d0d-attachment.json", "type": "application/json"}], "start": 1775259973348, "stop": 1775259973348}], "start": 1775259973334, "stop": 1775259973348}, {"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": "19cc62f6-522e-47a8-9e6b-74e608bf2807-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "13971beb-b996-4d0e-a485-3fce73d18176-attachment.json", "type": "application/json"}], "start": 1775259973424, "stop": 1775259973424}, {"name": "Response → 200, trace_id: e3ac9b6723b863822e992d99d7962eaf", "status": "passed", "attachments": [{"name": "response.headers", "source": "3b449c10-ba81-4388-ad4c-60f2785eac85-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "770a2353-9a5e-4846-9630-6fc5b7d83853-attachment.json", "type": "application/json"}], "start": 1775259973424, "stop": 1775259973424}], "attachments": [{"name": "cURL", "source": "7c16d92b-0687-41d0-9946-f4e3edf72c11-attachment.txt", "type": "text/plain"}], "start": 1775259973424, "stop": 1775259973425}, {"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": "be4e579c-7c6b-40ed-801d-38f6314c2fc7-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "c71bf51a-702a-45a4-834f-65f8c110b26d-attachment.json", "type": "application/json"}], "start": 1775259973448, "stop": 1775259973449}, {"name": "Response → 200, trace_id: adf3243f15185ce82013c8c7ac396275", "status": "passed", "attachments": [{"name": "response.headers", "source": "84ca058d-ea66-48c2-bc21-030d447893bd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "30c71610-5f11-40d3-bade-52240fbd63d2-attachment.json", "type": "application/json"}], "start": 1775259973449, "stop": 1775259973449}], "attachments": [{"name": "cURL", "source": "928ef560-0024-4293-9005-1afa3759f554-attachment.txt", "type": "text/plain"}], "start": 1775259973448, "stop": 1775259973449}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/7525995050/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5ee2b906-1b84-4b20-b720-19a5ce28b56f-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "f01b6e12-8d54-43ba-8f40-08061606d6ad-attachment.json", "type": "application/json"}], "start": 1775259973483, "stop": 1775259973483}, {"name": "Response → 200, trace_id: 47b506a628f11317ed311cda552881b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "4ac01b93-f89d-4e80-ba4a-0709a1c8e250-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "12e18dd1-b0aa-4e67-9261-c51ee38913b0-attachment.json", "type": "application/json"}], "start": 1775259973483, "stop": 1775259973484}], "attachments": [{"name": "cURL", "source": "312a841e-17d5-4688-a485-5ebd1d646169-attachment.txt", "type": "text/plain"}], "start": 1775259973483, "stop": 1775259973484}, {"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": "e76fce2f-a61c-4c9a-ad11-c0599a083a02-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "33b23180-d361-4ac6-a0e6-1141b91580ac-attachment.json", "type": "application/json"}], "start": 1775259973513, "stop": 1775259973513}, {"name": "Response → 200, trace_id: 4cd538bdd93a8d4b25d1cd1a3e6ab929", "status": "passed", "attachments": [{"name": "response.headers", "source": "1251fc0e-cadd-451b-9a02-63cf7c21e585-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "43b68512-37ab-4f7b-bf2f-7c9ca1d05aa6-attachment.txt", "type": "text/plain"}], "start": 1775259973513, "stop": 1775259973513}], "attachments": [{"name": "cURL", "source": "8fc63ad0-6924-46f1-9d7d-93fb68f2b457-attachment.txt", "type": "text/plain"}], "start": 1775259973513, "stop": 1775259973513}, {"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": "d074b3f9-2740-4f1c-9252-e3d432f131d4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "fd23e9d1-9589-4112-a1fb-bb300d7c766f-attachment.json", "type": "application/json"}], "start": 1775259973555, "stop": 1775259973555}, {"name": "Response → 200, trace_id: ffa697f3ef753e754aa1f3500f9a672e", "status": "passed", "attachments": [{"name": "response.headers", "source": "9c6a7b53-8f7d-4824-8890-611530ca72b3-attachment.json", "type": "application/json"}], "start": 1775259973555, "stop": 1775259973555}], "attachments": [{"name": "cURL", "source": "f735ea6d-9bde-4568-a38c-c348f8d4a516-attachment.txt", "type": "text/plain"}], "start": 1775259973555, "stop": 1775259973555}, {"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": "bc7337c5-d178-4877-812f-94a50c426596-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8e2e9891-33c2-4b62-8b0e-fa7c4d7ebc4a-attachment.json", "type": "application/json"}], "start": 1775259973625, "stop": 1775259973626}, {"name": "Response → 200, trace_id: b80f2f4349db3218bb42e416cb33546b", "status": "passed", "attachments": [{"name": "response.headers", "source": "abf756e4-1653-46ff-89a0-e201e37eebca-attachment.json", "type": "application/json"}], "start": 1775259973626, "stop": 1775259973626}], "attachments": [{"name": "cURL", "source": "e246e9a4-a2ff-48c5-a559-135e8f7f1de4-attachment.txt", "type": "text/plain"}], "start": 1775259973625, "stop": 1775259973626}, {"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": "4c548290-f335-4431-bce3-3fe53da94f96-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e2694d19-14fa-48da-b60b-9107f0510d0f-attachment.json", "type": "application/json"}], "start": 1775259973692, "stop": 1775259973692}, {"name": "Response → 200, trace_id: 47958664c95f324886c3091cc41f0d28", "status": "passed", "attachments": [{"name": "response.headers", "source": "40fec343-ac99-4d65-879e-cc2f82e8b04d-attachment.json", "type": "application/json"}], "start": 1775259973692, "stop": 1775259973692}], "attachments": [{"name": "cURL", "source": "b27dc8ed-416b-46fb-a876-3ce9164f7320-attachment.txt", "type": "text/plain"}], "start": 1775259973692, "stop": 1775259973692}, {"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": "40737bf3-44aa-4f0f-a6fc-1d7013229f07-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "609ef5f5-813c-4aad-a1c5-64b1b1f03ebb-attachment.json", "type": "application/json"}], "start": 1775259973759, "stop": 1775259973759}, {"name": "Response → 200, trace_id: ec61d251adb642579519884f51325b5d", "status": "passed", "attachments": [{"name": "response.headers", "source": "7b847574-af81-41c5-9589-748d1013c5bc-attachment.json", "type": "application/json"}], "start": 1775259973759, "stop": 1775259973759}], "attachments": [{"name": "cURL", "source": "51cd06b7-e9be-40d9-86f4-0940726108b2-attachment.txt", "type": "text/plain"}], "start": 1775259973758, "stop": 1775259973759}, {"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": "44d051ff-37cf-4a1d-b344-0dd892df308e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3ea9a7ed-95f7-4fe8-8cd7-aa234291c641-attachment.json", "type": "application/json"}], "start": 1775259973790, "stop": 1775259973790}, {"name": "Response → 200, trace_id: a8fcd54c5b0d51bd2889550f4bbe2606", "status": "passed", "attachments": [{"name": "response.headers", "source": "d0711d8b-afe7-4acb-8a31-7fb492bb371c-attachment.json", "type": "application/json"}], "start": 1775259973790, "stop": 1775259973790}], "attachments": [{"name": "cURL", "source": "a4241373-678a-4468-bc26-2fe205678811-attachment.txt", "type": "text/plain"}], "start": 1775259973790, "stop": 1775259973790}, {"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": "71dc4dce-f3e1-42e8-b273-940a62cac7a4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "325727d0-ff94-4ca1-a4f1-60f3ffb9e381-attachment.json", "type": "application/json"}], "start": 1775259974650, "stop": 1775259974650}, {"name": "Response → 200, trace_id: 47860ae8bbc7e1314f14fa4230cfe947", "status": "passed", "attachments": [{"name": "response.headers", "source": "3f4821ae-d4db-4c7f-aa83-b5b53fdf601b-attachment.json", "type": "application/json"}], "start": 1775259974650, "stop": 1775259974650}], "attachments": [{"name": "cURL", "source": "d2668c07-b3bf-454e-b3f6-dce041a91fef-attachment.txt", "type": "text/plain"}], "start": 1775259974649, "stop": 1775259974650}, {"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": "09414301-91da-4695-978b-9953c2ec24c0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5d047fa0-00b8-4974-aabe-00c80e7d1740-attachment.json", "type": "application/json"}], "start": 1775259974731, "stop": 1775259974732}, {"name": "Response → 200, trace_id: 603d94313a3ac7929afc54891e042a69", "status": "passed", "attachments": [{"name": "response.headers", "source": "147bec90-80fd-4e08-acbd-262636d5cb33-attachment.json", "type": "application/json"}], "start": 1775259974732, "stop": 1775259974732}], "attachments": [{"name": "cURL", "source": "3e0826c7-cebc-4ba0-bfea-5ec1b250252a-attachment.txt", "type": "text/plain"}], "start": 1775259974731, "stop": 1775259974732}, {"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": "5131c355-132a-4fdf-9079-ddbeec971b1d-attachment.txt", "type": "text/plain"}], "start": 1775259974741, "stop": 1775259974741}], "start": 1775259974735, "stop": 1775259974741}, {"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": "d0e94b11-99c1-453b-9f2d-0950058e8ea5-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c61063f6-8755-439b-b8a4-0127e4eccd48-attachment.json", "type": "application/json"}], "start": 1775259974755, "stop": 1775259974755}], "start": 1775259974741, "stop": 1775259974756}, {"name": "GET → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoice/7525995050/items", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "58c410ac-e2aa-41a7-8af0-012eb65462c1-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "eb6cabb5-bf80-4b7d-a9cd-1df3d28020bc-attachment.json", "type": "application/json"}], "start": 1775259974789, "stop": 1775259974789}, {"name": "Response → 200, trace_id: 5d2455bb3347aa01fda8000f982fb7da", "status": "passed", "attachments": [{"name": "response.headers", "source": "e2350224-98e6-486a-bb46-224c6aa32434-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "35a30190-7e63-416d-88aa-41cda181c72a-attachment.json", "type": "application/json"}], "start": 1775259974789, "stop": 1775259974789}], "attachments": [{"name": "cURL", "source": "7f9dcda4-141a-42ae-b0a0-28de013edd65-attachment.txt", "type": "text/plain"}], "start": 1775259974789, "stop": 1775259974789}, {"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": "3c4b8a1e-fa24-4b27-b794-99e4bd5cde5c-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "0bc40252-e80d-4121-b7e4-898268694757-attachment.json", "type": "application/json"}], "start": 1775259974813, "stop": 1775259974813}, {"name": "Response → 200, trace_id: 09bc45901712cd2b89fada420523ac81", "status": "passed", "attachments": [{"name": "response.headers", "source": "5aeb7443-e29d-48e7-941a-0a3de3ac81f7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9d3f1a74-1281-4914-b106-9c1838e53a57-attachment.json", "type": "application/json"}], "start": 1775259974813, "stop": 1775259974813}], "attachments": [{"name": "cURL", "source": "bb8b2af7-2d91-4cee-bd64-10ebbe2232c5-attachment.txt", "type": "text/plain"}], "start": 1775259974813, "stop": 1775259974814}, {"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": "f8ad83cd-4e09-4c5a-9023-776db8fad746-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "850f195c-01a0-4eba-98dd-4941f87e5d1d-attachment.json", "type": "application/json"}], "start": 1775259974844, "stop": 1775259974844}, {"name": "Response → 200, trace_id: 47998846dcf1e21a5d716e4e5d03530b", "status": "passed", "attachments": [{"name": "response.headers", "source": "449c5774-55a9-4347-82a3-21a0ed3c21c3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d363a175-ce5e-4b1c-a5df-b693fd70d83c-attachment.json", "type": "application/json"}], "start": 1775259974844, "stop": 1775259974844}], "attachments": [{"name": "cURL", "source": "25fc34d7-131e-45f3-8004-fa934879384c-attachment.txt", "type": "text/plain"}], "start": 1775259974844, "stop": 1775259974844}], "start": 1775259973334, "stop": 1775259974847}, {"name": "declaration request", "status": "broken", "statusDetails": {"message": "sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at \"10.150.13.50\", port 5432 failed: timeout expired\n\n(Background on this error at: https://sqlalche.me/e/20/e3q8)\n", "trace": "  File \"/app/src/framework/wms/builders/acceptance/invoice/invoice.py\", line 791, in full_acceptance\n    (self.state_awaiting_doc().state_invoice_doc_waiting().state_invoice_doc_requested())\n     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/builders/acceptance/invoice/invoice.py\", line 613, in state_invoice_doc_waiting\n    wait_invoice(self.invoice_id, status=wait_state)\n  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 279, in call\n    return attempt.get(self._wrap_exception)\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/waiters/acceptance.py\", line 37, in wait_invoice\n    invoice: Invoice = AcceptanceQueries().tx_query(Invoice).filter(Invoice.id == supply_id).first()\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/dm_qa_common_libs_db_client/logged_query.py\", line 62, in first\n    result = super().first()\n             ^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2759, in first\n    return self.limit(1)._iter().first()  # type: ignore\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2857, in _iter\n    result: Union[ScalarResult[_T], Result[_T]] = self.session.execute(\n                                                  ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2351, in execute\n    return self._execute_internal(\n           ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2239, in _execute_internal\n    conn = self._connection_for_bind(bind)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2108, in _connection_for_bind\n    return trans._connection_for_bind(engine, execution_options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"<string>\", line 2, in _connection_for_bind\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/state_changes.py\", line 137, in _go\n    ret_value = fn(self, *arg, **kw)\n                ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 1187, in _connection_for_bind\n    conn = bind.connect()\n           ^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3293, in connect\n    return self._connection_cls(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 145, in __init__\n    Connection._handle_dbapi_exception_noconnection(\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 2448, in _handle_dbapi_exception_noconnection\n    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 143, in __init__\n    self._dbapi_connection = engine.raw_connection()\n                             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3317, in raw_connection\n    return self.pool.connect()\n           ^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 448, in connect\n    return _ConnectionFairy._checkout(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 1272, in _checkout\n    fairy = _ConnectionRecord.checkout(pool)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 717, in checkout\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 715, in checkout\n    dbapi_connection = rec.get_connection()\n                       ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 866, in get_connection\n    self.__connect()\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 900, in __connect\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 896, in __connect\n    self.dbapi_connection = connection = pool._invoke_creator(self)\n                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/create.py\", line 667, in connect\n    return dialect.connect(*cargs_tup, **cparams)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py\", line 630, in connect\n    return self.loaded_dbapi.connect(*cargs, **cparams)  # type: ignore[no-any-return]  # NOQA: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/psycopg2/__init__.py\", line 122, in connect\n    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "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": "fa202099-50e5-4c2f-9fd3-ac6882356a1d-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "63a1353f-416c-4424-9dbd-82a6f55178ef-attachment.json", "type": "application/json"}], "start": 1775259974852, "stop": 1775259974853}], "start": 1775259974847, "stop": 1775259974853}, {"name": "POST → https://dm-wms-be-service-acceptance.k8s-review.dailymail-tech.uz/invoices/send-to-declaration?invoice_ids=7525995050", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "23474b61-25d9-47a6-ae15-f4211718d291-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "ed105507-bfd3-4fb8-a98d-b9d7872dc48c-attachment.json", "type": "application/json"}], "start": 1775259974890, "stop": 1775259974890}, {"name": "Response → 200, trace_id: a982bd44adcd7a6370669e2bb32d73c7", "status": "passed", "attachments": [{"name": "response.headers", "source": "3698a5b3-414e-4d08-a560-a00d183d58bc-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f0b0c39d-3499-4918-ba48-063113c7051f-attachment.json", "type": "application/json"}], "start": 1775259974890, "stop": 1775259974890}], "attachments": [{"name": "cURL", "source": "5fb3c9c2-6b93-4a27-ac8d-fdaaf9ce132b-attachment.txt", "type": "text/plain"}], "start": 1775259974890, "stop": 1775259974890}, {"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": "1fe6982f-64c6-4f52-8487-80a856b7c6f6-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "ff55d68a-341b-4187-a52e-c2d958af34ba-attachment.json", "type": "application/json"}], "start": 1775259974898, "stop": 1775259974898}], "start": 1775259974893, "stop": 1775259974898}, {"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": "ab9f8874-5427-4db2-9912-cad7053b876e-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "4ec6949a-038c-41d3-adad-b3e27f8cc908-attachment.json", "type": "application/json"}], "start": 1775259974912, "stop": 1775259974912}], "start": 1775259974899, "stop": 1775259974912}, {"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": "9800fc6c-497e-41ac-a201-9b5e0f868963-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d5b8d888-78fb-43a0-9b56-20a3fdf56c61-attachment.json", "type": "application/json"}], "start": 1775259974975, "stop": 1775259974976}, {"name": "Response → 200, trace_id: b4e745dd99e7a8b9154fe04647f02cd8", "status": "passed", "attachments": [{"name": "response.headers", "source": "a62ed084-21f8-481f-8ee2-3b0f243b91f4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ab45143f-a459-431e-81f8-7c4898d3a649-attachment.json", "type": "application/json"}], "start": 1775259974976, "stop": 1775259974976}], "attachments": [{"name": "cURL", "source": "703ece90-2cc9-46e2-8d5b-d849c329a4c5-attachment.txt", "type": "text/plain"}], "start": 1775259974975, "stop": 1775259974976}, {"name": "Waiter function: wait_invoice", "status": "broken", "statusDetails": {"message": "sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at \"10.150.13.50\", port 5432 failed: timeout expired\n\n(Background on this error at: https://sqlalche.me/e/20/e3q8)\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 279, in call\n    return attempt.get(self._wrap_exception)\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/waiters/acceptance.py\", line 37, in wait_invoice\n    invoice: Invoice = AcceptanceQueries().tx_query(Invoice).filter(Invoice.id == supply_id).first()\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/dm_qa_common_libs_db_client/logged_query.py\", line 62, in first\n    result = super().first()\n             ^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2759, in first\n    return self.limit(1)._iter().first()  # type: ignore\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py\", line 2857, in _iter\n    result: Union[ScalarResult[_T], Result[_T]] = self.session.execute(\n                                                  ^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2351, in execute\n    return self._execute_internal(\n           ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2239, in _execute_internal\n    conn = self._connection_for_bind(bind)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 2108, in _connection_for_bind\n    return trans._connection_for_bind(engine, execution_options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"<string>\", line 2, in _connection_for_bind\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/state_changes.py\", line 137, in _go\n    ret_value = fn(self, *arg, **kw)\n                ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py\", line 1187, in _connection_for_bind\n    conn = bind.connect()\n           ^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3293, in connect\n    return self._connection_cls(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 145, in __init__\n    Connection._handle_dbapi_exception_noconnection(\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 2448, in _handle_dbapi_exception_noconnection\n    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 143, in __init__\n    self._dbapi_connection = engine.raw_connection()\n                             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py\", line 3317, in raw_connection\n    return self.pool.connect()\n           ^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 448, in connect\n    return _ConnectionFairy._checkout(self)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 1272, in _checkout\n    fairy = _ConnectionRecord.checkout(pool)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 717, in checkout\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 715, in checkout\n    dbapi_connection = rec.get_connection()\n                       ^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 866, in get_connection\n    self.__connect()\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 900, in __connect\n    with util.safe_reraise():\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py\", line 121, in __exit__\n    raise exc_value.with_traceback(exc_tb)\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py\", line 896, in __connect\n    self.dbapi_connection = connection = pool._invoke_creator(self)\n                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/create.py\", line 667, in connect\n    return dialect.connect(*cargs_tup, **cparams)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py\", line 630, in connect\n    return self.loaded_dbapi.connect(*cargs, **cparams)  # type: ignore[no-any-return]  # NOQA: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/psycopg2/__init__.py\", line 122, in connect\n    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "7d3b492d-b79d-46b5-8f59-2d16c07e1356-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "e3c979b0-6988-4b50-9e3d-c5f02e603d0a-attachment.json", "type": "application/json"}], "start": 1775259974984, "stop": 1775259974984}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_acceptance ", "status": "passed", "attachments": [{"name": "query", "source": "18d806c2-3d2b-4df8-b13d-03d4fa50da8b-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "e4c45b3b-4ab3-444e-a33a-8abf314298da-attachment.json", "type": "application/json"}], "start": 1775259995154, "stop": 1775259995163}], "start": 1775259974979, "stop": 1775260063026}], "start": 1775259974847, "stop": 1775260063335}], "start": 1775259949574, "stop": 1775260064118}], "start": 1775259949553, "stop": 1775260064617}], "start": 1775259949553, "stop": 1775260087086}