{"name": "test_sku_update_attributes[Uzbekistan]", "status": "failed", "statusDetails": {"message": "AssertionError: no cells with zone key RP in warehouse 1693627", "trace": "wms_warehouses = WMSProviderWarehouseStockDTO(warehouse=WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff...EST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_UZ_ZONE: 31>, email=None, phone=None), provider=None, stocks=None)\n\n    @pytest.fixture(scope=\"function\")\n    def wms_invoice_proper_multi_barcode(wms_warehouses):\n        with allure.step(\"cell creation\"):\n            proper_cell = new_free_cell(\n                zone_id=wms_warehouses.warehouse.qa_zone,\n                cell_prefix=INBOUND_PLACEMENT_CELL_PREFIX,\n                cell_picking_type=AvailabilityCellPickingType.PICKUP,\n            ).key\n        with allure.step(\"invoice flow\"):\n            invoice = (\n                WMSInvoiceBuilder(\n                    warehouse=wms_warehouses.warehouse,\n                    proper_cell=proper_cell,\n                )\n                .set_user()\n                .set_user_auth()\n            )\n            invoice.supply.set_user_auth(invoice.user.token)\n            AcceptanceQueries().clear_worker_tasks(worker_id=invoice.user.wms_id)\n            invoice.supply.with_random_items(sku_amount=1, barcode_count=3)\n>           invoice.set_count_types().full_acceptance()\n\nsrc/framework/wms/fixtures/acceptance/invoice.py:32: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/wms/builders/acceptance/invoice/invoice.py:798: in full_acceptance\n    self.state_ready().state_acceptance_in_progress()\nsrc/framework/wms/builders/acceptance/invoice/invoice.py:382: in state_acceptance_in_progress\n    free_rp = choice(AcceptanceQueries().get_free_cells_by_zone(key=\"RP\", warehouse_id=self.warehouse.id))\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/db/acceptance.py:114: in get_free_cells_by_zone\n    return AvailabilityQueries().get_cells_by_zone_key(\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <src.framework.wms.db.availability.AvailabilityQueries object at 0x74a36fecaad0>\nkey = 'RP', warehouse_id = 1693627\ncell_keys_exclude = ['RP-01-01_01', 'RP-11-17', 'RP-1-40-2', 'RP-11-24', 'RP-11-05', 'RP-11-15', ...]\nlimit = None\n\n    def get_cells_by_zone_key(\n        self,\n        key: str,\n        warehouse_id: int = WMSWarehouses.Uzbekistan.value.id,\n        cell_keys_exclude: list[str] = None,\n        limit: int | None = None,\n    ) -> list[str]:\n        select_cells = (\n            select(Cell.key)\n            .join(Zone, Cell.zone_id == Zone.id)\n            .where(\n                Zone.key == key,\n                Zone.warehouse_id == warehouse_id,\n                Cell.key.notin_([BinCells.RP, BinCells.RV]),\n                Cell.key.notin_(cell_keys_exclude or list()),\n            )\n        )\n        if select_cells is not None:\n            select_cells = select_cells.limit(limit)\n        cells = self.session.execute(select_cells).scalars().all()\n>       assert cells, f\"no cells with zone key {key} in warehouse {warehouse_id}\"\n               ^^^^^\nE       AssertionError: no cells with zone key RP in warehouse 1693627\n\nsrc/framework/wms/db/availability.py:278: AssertionError"}, "attachments": [{"name": "log", "source": "3096be97-50ec-4ae3-9dce-a1a9eadfac57-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "wms_warehouses", "value": "WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff_id='WH_TASHKENT', hub_last_mile_id=0, providers=[WMSProvider(last_mile='YaMarket', city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_UZ: 12>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_UZ: 12>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_UZ: 12>, order_source=<OrderSource.YaMarket: 'YaMarket'>, provider_name='YaMarket')], name='Uzbekistan', description='Бонд Узбекистан', use_datamatrix=False, user=WMSAccount(wms_id=33349, phone='3335000010', role_wms_id=23, zone_id=None, patronymic=None, last_name='', password='1234', first_name='', token='', refresh_token=''), storage_cell=<StorageCells.MA1_1_1_01: 'MA1-1-1-01'>, defected_cell=<DefectedCells.BR_01_01_1_05: 'BR-01-01-1-05'>, overage_cell=<OverageCells.IZ_1_01_01_1_05: 'IZ-1-01-01-1-05'>, weighing_cell=<WeighingCells.WT_1_11_1: 'WT-1-01-1'>, packing_table=<PackingTable.UP_AUTOTEST_01: 'UP-AUTOTEST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_UZ_ZONE: 31>, email=None, phone=None)"}], "start": 1775519114576, "stop": 1775519114576, "uuid": "7603fab5-086c-4b31-8312-c1421825b180", "historyId": "b97a1c71648d7f0d6a9c1228ab3cda42", "testCaseId": "c730327c141e00d64667d3b5baa2ec1c", "fullName": "tests.wms.test_sku_property.test_sku_update.TestSkuUpdateAttributes#test_sku_update_attributes", "labels": [{"name": "feature", "value": "Update sku. Topic public_ff_wms_sku_update"}, {"name": "tag", "value": "dm-wms-be-service-sku-property"}, {"name": "parentSuite", "value": "tests.wms.test_sku_property"}, {"name": "suite", "value": "test_sku_update"}, {"name": "subSuite", "value": "TestSkuUpdateAttributes"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-6-m740z3bt"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.wms.test_sku_property.test_sku_update"}], "titlePath": ["tests", "wms", "test_sku_property", "test_sku_update.py", "TestSkuUpdateAttributes"]}